Still Failing: openssl/openssl#27979 (OpenSSL_1_1_1-stable - 87bea65)

Travis CI builds at travis-ci.org
Sat Sep 7 08:46:05 UTC 2019


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

Build: #27979
Status: Still Failing

Duration: 16 mins and 52 secs
Commit: 87bea65 (OpenSSL_1_1_1-stable)
Author: Bernd Edlinger
Message: Remove x86/x86_64 BSAES and AES_ASM support

This leaves VPAES and AESNI support.
The VPAES performance is comparable but BSAES is not
completely constant time. There are table lookups
using secret key data in AES_set_encrypt/decrypt_key
and in ctr mode short data uses the non-constant
time AES_encrypt function instead of bit-slicing.
Furthermore the AES_ASM is by far outperformed
by recent GCC versions.
Since BSAES calls back to AES_ASM for short
data blocks the performance on those is also
worse than the pure software implementaion.

Fixes: #9640

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

View the changeset: https://github.com/openssl/openssl/compare/a6186f39802f...87bea6550ae0

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/581987755?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/20190907/5c590763/attachment.html>


More information about the openssl-commits mailing list