openssl/crypto/kdf
Simo Sorce 4679345149 Change the digest string from "md" to "digest"
Conform to other modules which were changed at the last minute and this
discrepancy was not noticed.
Retain "md" as an alias so not to break 3rd party backports/tests scripts.

Signed-off-by: Simo Sorce <simo@redhat.com>

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8783)
2019-05-03 23:47:43 +02:00
..
build.info Single step kdf implementation 2019-03-19 11:03:45 +00:00
hkdf.c Added EVP_KDF (similiar to the EVP_MAC) 2019-05-03 17:52:50 +02:00
kdf_err.c Single step kdf implementation 2019-03-19 11:03:45 +00: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 Added EVP_KDF (similiar to the EVP_MAC) 2019-05-03 17:52:50 +02: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 Added EVP_KDF (similiar to the EVP_MAC) 2019-05-03 17:52:50 +02:00
tls1_prf.c Added EVP_KDF (similiar to the EVP_MAC) 2019-05-03 17:52:50 +02:00