]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add function to mix in an additional input into a RAND_POOL
authorTomas Mraz <tomas@openssl.org>
Fri, 6 Dec 2024 15:22:42 +0000 (16:22 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 10 Dec 2024 18:04:29 +0000 (19:04 +0100)
commitd992e8729ee38b082482dc010e090bb20d1c7bd5
tree1d59f71a59f59adfb189975b7b74a97992a1a4db
parentdc10ffc2834e0d2f5ebc1c3e29bd97f1f43a0ead
Add function to mix in an additional input into a RAND_POOL

It will be just xor-ed over the existing entropy
in the pool.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26128)
crypto/err/openssl.txt
crypto/rand/rand_err.c
crypto/rand/rand_pool.c
include/crypto/rand_pool.h
include/crypto/randerr.h
include/openssl/randerr.h
providers/implementations/rands/seed_src.c
providers/implementations/rands/seed_src_jitter.c