[openssl-commits] Still Failing: openssl/openssl#11853 (OpenSSL_1_1_0-stable - d717edf)

Travis CI builds at travis-ci.org
Wed Jun 21 10:29:25 UTC 2017


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

Build: #11853
Status: Still Failing

Duration: 7 minutes and 53 seconds
Commit: d717edf (OpenSSL_1_1_0-stable)
Author: Matt Caswell
Message: Don't fail the connection in SSLv3 if server selects ECDHE

ECDHE is not properly defined for SSLv3. Commit fe55c4a2 prevented ECDHE
from being selected in that protocol. However, historically, servers do
still select ECDHE anyway so that commit causes interoperability problems.
Clients that previously worked when talking to an SSLv3 server could now
fail.

This commit introduces an exception which enables a client to continue in
SSLv3 if the server selected ECDHE.

(cherry picked from commit 8af91fd9d08487e0dffb6ccac5f42633c964f3f0)

Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3734)

View the changeset: https://github.com/openssl/openssl/compare/fd91e61f522b...d717edf80ed3

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/245305951?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/20170621/fd7e5c44/attachment.html>


More information about the openssl-commits mailing list