mirror of
https://github.com/openssl/openssl.git
synced 2024-12-27 06:21:43 +08:00
62457fd941
The hmac flags OSSL_MAC_PARAM_DIGEST_NOINIT and OSSL_MAC_PARAM_DIGEST_ONESHOT dont add any real value to the provider, and the former causes a segfault when the provider attempts to call EVP_MAC_init on an EVP_MAC object that has been instructed not to be initalized (as the update function will not have been set in the MAC object, which is unilaterally called from EVP_MAC_init Remove the tests for the above flags, and document them as being deprecated and ignored. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/23054) |
||
---|---|---|
.. | ||
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 |