]> git.ipfire.org Git - thirdparty/openssl.git/commit
jitter_generate(): Properly mix in the additional input
authorTomas Mraz <tomas@openssl.org>
Wed, 4 Dec 2024 10:00:11 +0000 (11:00 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 6 Dec 2024 14:36:57 +0000 (15:36 +0100)
commit6bba373ec371f9706f61b1e4fe5c751809761202
tree5958bd44b8eae79ced4a83d654dde6ae8cd96c44
parentc8bee6818520293171af44b197d057d839febf0a
jitter_generate(): Properly mix in the additional input

By adding the additional input directly to the pool
we were using just the additional input.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26112)
providers/implementations/rands/seed_src_jitter.c