openssl/test/recipes/30-test_evp_data
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
..
evpaessiv.txt Update copyright year 2020-05-15 14:09:49 +01:00
evpcase.txt
evpccmcavs.txt
evpciph_aes_cts.txt Add AES_CBC_CTS ciphers to providers 2020-07-15 23:11:50 +02:00
evpciph_bf.txt
evpciph_cast5.txt
evpciph_chacha.txt
evpciph_des.txt
evpciph_idea.txt
evpciph_rc2.txt
evpciph_rc4.txt
evpciph_rc5.txt
evpciph_seed.txt
evpciph_sm4.txt
evpciph.txt fips: add AES OFB mode ciphers to FIPS provider. 2020-05-28 07:59:13 +10:00
evpdigest.txt Update copyright year 2020-06-25 14:13:12 +01:00
evpencod.txt
evpkdf.txt
evpmac.txt Update copyright year 2020-04-23 13:55:52 +01:00
evpmd_md2.txt
evpmd_mdc2.txt
evppbe.txt
evppkey_ecc.txt
evppkey_kdf.txt
evppkey.txt Add RSA SHA512 truncated digest support 2020-05-07 16:00:40 +10:00
evprand.txt NIST DRBG set data 2020-06-24 20:07:46 +10:00