[openssl-commits] Still Failing: openssl/openssl#4046 (master - f3e235e)

Travis CI builds at travis-ci.org
Wed May 18 19:43:02 UTC 2016


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

Build: #4046
Status: Still Failing

Duration: 21 minutes and 43 seconds
Commit: f3e235e (master)
Author: Viktor Dukhovni
Message: Ensure verify error is set when X509_verify_cert() fails

Set ctx->error = X509_V_ERR_OUT_OF_MEM when verificaiton cannot
continue due to malloc failure.  Also, when X509_verify_cert()
returns <= 0 make sure that the verification status does not remain
X509_V_OK, as a last resort set it it to X509_V_ERR_UNSPECIFIED,
just in case some code path returns an error without setting an
appropriate value of ctx->error.

Reviewed-by: Richard Levitte <levitte at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/872759053b39...f3e235ed6faa

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/131229491

--

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/20160518/7ab5b4eb/attachment-0001.html>


More information about the openssl-commits mailing list