openssl/providers/implementations/include/prov
Shane Lontis 7cc355c2e4 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@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12094)
2020-07-15 23:11:50 +02:00
..
blake2.h
ciphercommon_aead.h Update copyright year 2020-06-25 14:13:12 +01:00
ciphercommon_ccm.h Update copyright year 2020-06-25 14:13:12 +01:00
ciphercommon_gcm.h Update copyright year 2020-06-25 14:13:12 +01:00
ciphercommon.h Add AES_CBC_CTS ciphers to providers 2020-07-15 23:11:50 +02:00
digestcommon.h Update copyright year 2020-06-25 14:13:12 +01:00
implementations.h Add AES_CBC_CTS ciphers to providers 2020-07-15 23:11:50 +02:00
md5_sha1.h
rand_pool.h share rand_pool between libcrypto and providers 2020-06-24 20:05:41 +10:00
seeding.h share rand_pool between libcrypto and providers 2020-06-24 20:05:41 +10:00