[openssl-commits] Still Failing: openssl/openssl#10513 (master - 8af91fd)
Travis CI
builds at travis-ci.org
Mon Apr 24 15:53:27 UTC 2017
Build Update for openssl/openssl
-------------------------------------
Build: #10513
Status: Still Failing
Duration: 25 minutes and 13 seconds
Commit: 8af91fd (master)
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.
[extended tests]
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3204)
View the changeset: https://github.com/openssl/openssl/compare/dd94c37a5c2f...8af91fd9d084
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/225251946
--
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/20170424/5a1dd640/attachment.html>
More information about the openssl-commits
mailing list