openssl/crypto/cmac
Pauli a6d572e601 Deprecate the low level CMAC functions
Use of the low level CMAC 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:22 +10:00
..
build.info Rework how our providers are built 2019-10-10 14:12:15 +02:00
cm_ameth.c Deprecate the low level CMAC functions 2020-01-29 19:49:22 +10:00
cmac.c Deprecate the low level CMAC functions 2020-01-29 19:49:22 +10:00