openssl/providers/implementations/macs
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
..
blake2_mac_impl.c Cleanup: move remaining providers/common/include/internal/*.h 2019-10-10 14:12:15 +02:00
blake2b_mac.c
blake2s_mac.c
build.info
cmac_prov.c Deprecate the low level CMAC functions 2020-01-29 19:49:22 +10:00
gmac_prov.c Cleanup: move remaining providers/common/include/internal/*.h 2019-10-10 14:12:15 +02:00
hmac_prov.c Deprecate the low level HMAC functions 2020-01-29 19:49:23 +10:00
kmac_prov.c Cleanup: move remaining providers/common/include/internal/*.h 2019-10-10 14:12:15 +02:00
poly1305_prov.c mac poly1305: add missing NULL check in new function. 2019-12-13 10:31:28 +10:00
siphash_prov.c mac siphash: add missing NULL check on context creation 2019-12-13 10:31:28 +10:00