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 <m...@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.

Reply via email to