Still Failing: openssl/openssl#33535 (master - 96ebe52)

Travis CI builds at travis-ci.org
Wed Apr 1 06:47:07 UTC 2020


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

Build: #33535
Status: Still Failing

Duration: 49 mins and 9 secs
Commit: 96ebe52 (master)
Author: Shane Lontis
Message: Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields

Currently only RSA, EC and ECX are supported (DH and DSA need to be added to the keygen
PR's seperately because the fields supported have changed significantly).

The API's require the keys to be provider based.

Made the keymanagement export and get_params functions share the same code by supplying
support functions that work for both a OSSL_PARAM_BLD as well as a OSSL_PARAM[].
This approach means that complex code is not required to build an
empty OSSL_PARAM[] with the correct sized fields before then doing a second
pass to populate the array.

The RSA factor arrays have been changed to use unique key names to simplify the interface
needed by the user.

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

View the changeset: https://github.com/openssl/openssl/compare/f4c880730915...96ebe52e897d

View the full build log and details: https://travis-ci.org/github/openssl/openssl/builds/669552556?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/20200401/d27c301a/attachment.html>


More information about the openssl-commits mailing list