Still Failing: openssl/openssl#28895 (master - 19cfe78)

Travis CI builds at travis-ci.org
Thu Oct 3 13:00:06 UTC 2019


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

Build: #28895
Status: Still Failing

Duration: 22 mins and 31 secs
Commit: 19cfe78 (master)
Author: Matt Caswell
Message: Don't follow legacy path if ctx->pctx is set

EVP_DigestInit_ex forced following of the legacy path if ctx->pctx is
set (meaning we've actually been called via EVP_DigestSignInit_ex).

There is some code in the legacy path that calls the
EVP_PKEY_CTRL_DIGESTINIT ctrl on the pctx. Not going down the legacy path
if ctx->pctx is set means that ctrl message will neve get sent. However,
it turns out that all algs that understand that ctrl also set the
EVP_MD_CTX_FLAG_NO_INIT flag which forces legacy anyway. Therefore the
ctx->pctx check is not required and can be removed.

Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10082)

View the changeset: https://github.com/openssl/openssl/compare/85870311fd98...19cfe7847c17

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

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific 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/20191003/689010ea/attachment.html>


More information about the openssl-commits mailing list