openssl/providers/implementations/digests
Neil Horman 8b9cf1bc2c cleanse stack variable in blake2[b|s] finalization
If the output of a blake2[b|s] digest isn't a multipl of 8, then a stack
buffer is used to compute the final output, which is left un-zeroed
prior to return, allowing the potential leak of key data.  Ensure that,
if the stack variable is used, it gets cleared prior to return.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23173)
2024-01-03 12:42:01 -05:00
..
blake2_impl.h Update copyright year 2020-07-16 14:47:04 +02:00
blake2_prov.c Fix BLAKE2s reporting the same EVP_MD_get_size() as BLAKE2b (64) 2023-11-15 08:41:06 +01:00
blake2b_prov.c cleanse stack variable in blake2[b|s] finalization 2024-01-03 12:42:01 -05:00
blake2s_prov.c cleanse stack variable in blake2[b|s] finalization 2024-01-03 12:42:01 -05:00
build.info Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips source 2022-10-19 13:21:01 +02:00
digestcommon.c Update copyright year 2021-02-18 15:05:17 +00:00
md2_prov.c prov: prefix all OSSL_DISPATCH tables names with ossl_ 2020-09-29 16:31:46 +10:00
md4_prov.c prov: prefix all OSSL_DISPATCH tables names with ossl_ 2020-09-29 16:31:46 +10:00
md5_prov.c prov: prefix all OSSL_DISPATCH tables names with ossl_ 2020-09-29 16:31:46 +10:00
md5_sha1_prov.c prov: update digests to support modified ctx params 2021-03-12 08:27:21 +10:00
mdc2_prov.c prov: update digests to support modified ctx params 2021-03-12 08:27:21 +10:00
null_prov.c Add null digest implementation to the default provider 2021-11-15 09:25:42 +01:00
ripemd_prov.c prov: prefix all OSSL_DISPATCH tables names with ossl_ 2020-09-29 16:31:46 +10:00
sha2_prov.c Copyright year updates 2023-09-07 09:59:15 +01:00
sha3_prov.c Support EVP_DigestSqueeze() for in the digest provider for s390x. 2023-11-10 15:31:29 +01:00
sm3_prov.c Update copyright year 2021-04-08 13:04:41 +01:00
wp_prov.c prov: prefix all OSSL_DISPATCH tables names with ossl_ 2020-09-29 16:31:46 +10:00