Still Failing: openssl/openssl#33135 (master - ca7f7b9)

Travis CI builds at travis-ci.org
Sat Mar 14 04:50:31 UTC 2020


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

Build: #33135
Status: Still Failing

Duration: 49 mins and 2 secs
Commit: ca7f7b9 (master)
Author: Richard Levitte
Message: Fix RSA structure

The first field was called 'pad', but not for the reason one might
think.  It was really a padding int that was always zero, and was
placed first on purpose.  This is to pick up programming errors where
an RSA pointer was passed when an EVP_PKEY pointer should have been,
an makes it look like an EVP_PKEY structure with type EVP_PKEY_NONE,
which effectively avoids any further processing (and unintended
corruption of the RSA structure).

This is only relevant for legacy structure and EVP_PKEY_METHODs.  With
providers, EVP_PKEYs aren't passed to the backend anyway.

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11315)

View the changeset: https://github.com/openssl/openssl/compare/ca50d69cfe51...ca7f7b951825

View the full build log and details: https://travis-ci.org/github/openssl/openssl/builds/662276962?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/20200314/27e7da7f/attachment-0001.html>


More information about the openssl-commits mailing list