]> git.ipfire.org Git - thirdparty/openssl.git/commit
siphash: Fail finalization on uninitialized siphash context
authorTomas Mraz <tomas@openssl.org>
Thu, 21 Apr 2022 15:07:40 +0000 (17:07 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 27 Apr 2022 08:04:53 +0000 (10:04 +0200)
commit650b142c2e4c1d57868bdbbe1f7f4549ee77f8eb
treec314eed990adbec0c7bc9edbae79703e5e0f7bb2
parent1d64b068ca74b68394c96fd2e3020235d32928f2
siphash: Fail finalization on uninitialized siphash context

Fixes #18140

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18142)
crypto/siphash/siphash.c