Build Update for openssl/openssl ------------------------------------- Build: #32246 Status: Errored
Duration: 26 mins and 21 secs Commit: 3e686af (master) Author: Richard Levitte Message: Adapt i2d_PrivateKey for provider only keys It uses EVP_PKEY serializers to get the desired results. One might think that ddoing this might make things a bit dicy for existing serializers, as they should obviously use i2d functions. However, since our serializers use much more primitive functions such as i2d_ASN1_INTEGER(), or keytype specific ones such as i2d_RSAPrivateKey(), there is no clash. Reviewed-by: Shane Lontis <[email protected]> (Merged from https://github.com/openssl/openssl/pull/11056) View the changeset: https://github.com/openssl/openssl/compare/6d9b4d7f4bf1...3e686afd04a9 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/650433262?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.
