Errored: openssl/openssl#37534 (master - 4b51903)

Travis CI builds at travis-ci.com
Fri Sep 18 01:33:01 UTC 2020


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

Build: #37534
Status: Errored

Duration: 56 mins and 21 secs
Commit: 4b51903 (master)
Author: Shane Lontis
Message: Fix AES_XTS on x86-64 platforms with BSAES and VPAES support.

Fixes #11622
Fixes #12378

Due to a missing else it was setting up the stream for BSAES and then using this incorrect stream with VPAES.
The correct behaviour is not to use VPAES at all in this case.
Also note that the original code in e_aes could set up VPAES and then would overwrite it with the generic implementation.
On a machine that supported both BSAES and VPAES the code was changed locally to force it to run both cases to verify
both paths produce the correct known answers.

Debugged using mageia 7.1, but is also highly likely to fix FreeBSD also.

Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12887)

View the changeset: https://github.com/openssl/openssl/compare/f80d0d2fd6d1...4b51903d8681

View the full build log and details: https://travis-ci.com/github/openssl/openssl/builds/185051715?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=13885459&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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: <https://mta.openssl.org/pipermail/openssl-commits/attachments/20200918/cc192b6c/attachment.html>


More information about the openssl-commits mailing list