openssl/providers
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
..
common Get rid of the diversity of names for MAC parameters 2019-08-24 13:01:15 +02:00
default Get rid of the diversity of names for MAC parameters 2019-08-24 13:01:15 +02:00
fips Add aes_ccm to provider 2019-08-20 08:54:41 +10:00
legacy cleanup provider digests 2019-08-20 09:07:12 +10:00
build.info Move digests to providers 2019-06-04 12:09:50 +10:00