Build Update for openssl/openssl ------------------------------------- Build: #33385 Status: Failed
Duration: 54 mins and 44 secs Commit: 5036dc6 (master) Author: Richard Levitte Message: EC: Refactor ec_curve_name2nid() to accept NIST curve names We can find no reason why everyone should have to call both EC_curve_nist2nid() and ec_curve_name2nid() to find the NID for a name, and it's too easy to forget EC_curve_nist2nid(), so we make life simpler. One could argue that FIPS only allows a limited set of names, but that now gets handled internally, and those who really want to be really sure to only get the NIST names can still do so with EC_curve_nist2nid() Reviewed-by: Shane Lontis <[email protected]> Reviewed-by: Matt Caswell <[email protected]> (Merged from https://github.com/openssl/openssl/pull/11391) View the changeset: https://github.com/openssl/openssl/compare/7e765f46a6b3...5036dc67d0f6 View the full build log and details: https://travis-ci.org/github/openssl/openssl/builds/666790935?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.
