Errored: openssl/openssl#36137 (master - 7cc355c)

Travis CI builds at travis-ci.com
Thu Jul 16 02:49:50 UTC 2020


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

Build: #36137
Status: Errored

Duration: 1 hr, 28 mins, and 36 secs
Commit: 7cc355c (master)
Author: Shane Lontis
Message: Add AES_CBC_CTS ciphers to providers

Added Algorithm names AES-128-CBC-CTS, AES-192-CBC-CTS and AES-256-CBC-CTS.
CS1, CS2 and CS3 variants are supported.
Only single shot updates are supported.
The cipher returns the mode EVP_CIPH_CBC_MODE (Internally it shares the aes_cbc cipher code). This
would allow existing code that uses AES_CBC to switch to the CTS variant without breaking code that
tests for this mode. Because it shares the aes_cbc code the cts128.c functions could not be used directly.
The cipher returns the flag EVP_CIPH_FLAG_CTS.
EVP_CIPH_FLAG_FIPS & EVP_CIPH_FLAG_NON_FIPS_ALLOW have been deprecated.

Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12094)

View the changeset: https://github.com/openssl/openssl/compare/c35b8535768e...7cc355c2e4e0

View the full build log and details: https://travis-ci.com/github/openssl/openssl/builds/175786359?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/20200716/a3aae7c7/attachment-0001.html>


More information about the openssl-commits mailing list