Still Failing: openssl/openssl#30389 (OpenSSL_1_1_1-stable - d4f094a)
Travis CI
builds at travis-ci.org
Wed Nov 27 19:56:09 UTC 2019
Build Update for openssl/openssl
-------------------------------------
Build: #30389
Status: Still Failing
Duration: 20 mins and 3 secs
Commit: d4f094a (OpenSSL_1_1_1-stable)
Author: Richard Levitte
Message: i2b_PVK(): Use Encrypt, not Decrypt
We used EVP_EncryptInit_ex() to initialise, but EVP_DecryptUpdate()
and EVP_DecryptFinal_ex() to actually perform encryption. This worked
long ago, when the Encrypt and Decrypt variants were the same, but
doesn't now (actually haven't for a very long time).
This shows how seldom PVK is actually used.
Fixes #9338
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10521)
View the changeset: https://github.com/openssl/openssl/compare/40d422fd3a68...d4f094a04a3a
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/617876869?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/20191127/467cbb05/attachment.html>
More information about the openssl-commits
mailing list