[openssl-commits] Still Failing: openssl/openssl#15941 (master - 3faa07b)

Travis CI builds at travis-ci.org
Tue Jan 30 12:03:41 UTC 2018


Build Update for openssl/openssl
-------------------------------------

Build: #15941
Status: Still Failing

Duration: 33 minutes and 42 seconds
Commit: 3faa07b (master)
Author: Matt Caswell
Message: Move decisions about whether to accept reneg into the state machine

If a server receives an unexpected ClientHello then we may or may not
accept it. Make sure all such decisions are made in the state machine
and not in the record layer. This also removes a disparity between the
TLS and the DTLS code. The TLS code was making this decision in the
record layer, while the DTLS code was making it later.

Finally it also solves a problem where a warning alert was being sent
during tls_setup_handshake() and the function was returning a failure
return code. This is problematic because it can be called from a
transition function - which we only allow fatal errors to occur in.

Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5190)

View the changeset: https://github.com/openssl/openssl/compare/bf01fbbf31a6...3faa07b5829d

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/335110245?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20180130/75377596/attachment.html>


More information about the openssl-commits mailing list