]> git.ipfire.org Git - thirdparty/openssl.git/commit
Clarify DRBG seeding.
authorPauli <ppzgs1@gmail.com>
Thu, 27 Jun 2024 00:08:05 +0000 (10:08 +1000)
committerPauli <ppzgs1@gmail.com>
Sat, 29 Jun 2024 04:11:28 +0000 (14:11 +1000)
commit1eb122aa0ca152dc564e61674caf3f11acd85b57
tree5dae1d70e31398c723ae6e8148f2620e425acf82
parent7afa7731e924d5ac10fc992d8cd777f407d33af9
Clarify DRBG seeding.

There is a legacy code path that OpenSSL won't use anymore but applications
could.  Add a comment indicating this to avoid confusion for people not
intimately conversant with the nuances in the RNG code.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24745)
providers/implementations/rands/drbg.c