openssl/crypto/hmac
Pauli dbde472688 Deprecate the low level HMAC functions
Use of the low level HMAC functions has been informally discouraged for a
long time.  We now formally deprecate them.

Applications should instead use EVP_MAC_CTX_new(3), EVP_MAC_CTX_free(3),
EVP_MAC_init(3), EVP_MAC_update(3) and EVP_MAC_final(3).

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10836)
2020-01-29 19:49:23 +10:00
..
build.info Rework how our providers are built 2019-10-10 14:12:15 +02:00
hm_ameth.c Deprecate the low level HMAC functions 2020-01-29 19:49:23 +10:00
hmac_local.h Don't store an HMAC key for longer than we need 2020-01-06 10:46:05 +00:00
hmac.c Deprecate the low level HMAC functions 2020-01-29 19:49:23 +10:00