openssl/test/recipes/30-test_evp_data
Richard Levitte 703170d4b9 Get rid of the diversity of names for MAC parameters
The EVP_PKEY MAC implementations had a diversity of controls that were
really the same thing.  We did reproduce that for the provider based
MACs, but are changing our minds on this.  Instead of that, we now use
one parameter name for passing the name of the underlying ciphers or
digests to a MAC implementation, "cipher" and "digest", and one
parameter name for passing the output size of the MAC, "size".

Then we leave it to the EVP_PKEY->EVP_MAC bridge to translate "md"
to "digest", and "digestsize" to "size".

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9667)
2019-08-24 13:01:15 +02:00
..
evpaessiv.txt Add RFC5297 AES-SIV support 2018-12-12 08:16:10 +10:00
evpcase.txt Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
evpccmcavs.txt Add the NIST CAVS test vectors for CCM 2019-05-23 10:49:54 +01:00
evpciph.txt Add basic aria and camellia ciphers modes to default provider 2019-08-22 11:42:54 +10:00
evpdigest.txt Run evp_test in FIPS mode 2019-08-07 11:40:40 +01:00
evpencod.txt Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
evpkdf.txt Add X9.42 KDF. 2019-07-09 09:33:18 +10:00
evpmac.txt Get rid of the diversity of names for MAC parameters 2019-08-24 13:01:15 +02:00
evppbe.txt Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
evppkey_ecc.txt Remove function name from errors 2019-07-16 05:26:28 +02:00
evppkey_kdf.txt Added new EVP/KDF API. 2019-02-13 12:11:49 +01:00
evppkey.txt Remove function name from errors 2019-07-16 05:26:28 +02:00