openssl/providers/implementations/macs
Bernd Edlinger cec1699f1f Fix a use after free in error handling of hmac_dup
dst->digest needs to be zeroized in case HMAC_CTX_copy
or ossl_prov_digest_copy return failure.

Fixes #18493

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18502)
2022-06-10 12:43:38 +02:00
..
blake2_mac_impl.c mac: add a getter for the MAC block size. 2021-05-25 17:23:50 +10:00
blake2b_mac.c mac: add a getter for the MAC block size. 2021-05-25 17:23:50 +10:00
blake2s_mac.c mac: add a getter for the MAC block size. 2021-05-25 17:23:50 +10:00
build.info Drop libimplementations.a 2021-05-07 10:17:23 +02:00
cmac_prov.c Update copyright year 2022-05-03 13:34:51 +01:00
gmac_prov.c Fix check of EVP_CIPHER_CTX_ctrl 2022-05-24 08:57:37 +02:00
hmac_prov.c Fix a use after free in error handling of hmac_dup 2022-06-10 12:43:38 +02:00
kmac_prov.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
poly1305_prov.c Update copyright year 2022-05-03 13:34:51 +01:00
siphash_prov.c Update copyright year 2022-05-03 13:34:51 +01:00