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

Build: #36832
Status: Still Failing

Duration: 1 hr, 34 mins, and 35 secs
Commit: 16486f6 (master)
Author: Richard Levitte
Message: PROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the FIPS provider

In the FIPS provider, calling EC_GROUP_cmp() with NULL for the BN_CTX
argument is forbidden.  Since that's what ec_match() does, it simply
cannot work in the FIPS provider.  Therefore, we allocate a BN_CTX
with the library context asssociated with one of the input keys
(doesn't matter which) and use that.

Reviewed-by: Shane Lontis <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/12677)

View the changeset: 
https://github.com/openssl/openssl/compare/26a8f2ac95ad...16486f633241

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


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/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.

Reply via email to