mirror of
https://github.com/openssl/openssl.git
synced 2024-12-27 06:21:43 +08:00
dbde472688
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) |
||
---|---|---|
.. | ||
blake2_mac_impl.c | ||
blake2b_mac.c | ||
blake2s_mac.c | ||
build.info | ||
cmac_prov.c | ||
gmac_prov.c | ||
hmac_prov.c | ||
kmac_prov.c | ||
poly1305_prov.c | ||
siphash_prov.c |