openssl/crypto/kdf
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
..
build.info Add X9.42 KDF. 2019-07-09 09:33:18 +10:00
hkdf.c Added algorithm description comments to HKDF. 2019-05-24 10:09:37 +10:00
kdf_err.c Regenerate mkerr files 2019-07-16 05:26:28 +02:00
kdf_local.h Added new EVP/KDF API. 2019-02-13 12:11:49 +01:00
kdf_util.c Added new EVP/KDF API. 2019-02-13 12:11:49 +01:00
pbkdf2.c PBKDF2 updates to conform to SP800-132 2019-06-11 20:40:07 +10:00
scrypt.c Added EVP_KDF (similiar to the EVP_MAC) 2019-05-03 17:52:50 +02:00
sshkdf.c Change the digest string from "md" to "digest" 2019-05-03 23:47:43 +02:00
sskdf.c Get rid of the diversity of names for MAC parameters 2019-08-24 13:01:15 +02:00
tls1_prf.c Get rid of the diversity of names for MAC parameters 2019-08-24 13:01:15 +02:00
x942kdf.c Add X9.42 KDF. 2019-07-09 09:33:18 +10:00