[openssl-commits] Still Failing: openssl/openssl#4056 (master - f75b34c)
Travis CI
builds at travis-ci.org
Thu May 19 05:01:08 UTC 2016
Build Update for openssl/openssl
-------------------------------------
Build: #4056
Status: Still Failing
Duration: 23 minutes and 19 seconds
Commit: f75b34c (master)
Author: Viktor Dukhovni
Message: When strict SCT fails record verification failure
Since with SSL_VERIFY_NONE, the connection may continue and the
session may even be cached, we should save some evidence that the
chain was not sufficiently verified and would have been rejected
with SSL_VERIFY_PEER. To that end when a CT callback returs failure
we set the verify result to X509_V_ERR_NO_VALID_SCTS.
Note: We only run the CT callback in the first place if the verify
result is still X509_V_OK prior to start of the callback.
RT #4502
Reviewed-by: Tim Hudson <tjh at openssl.org>
View the changeset: https://github.com/openssl/openssl/compare/a5a3722bc185...f75b34c8c81d
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/131321837
--
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/20160519/5448427e/attachment-0001.html>
More information about the openssl-commits
mailing list