]> git.ipfire.org Git - thirdparty/openssl.git/commit
rand: avoid using the derivation function for the public and private DRBGs
authorPauli <pauli@openssl.org>
Mon, 26 Jul 2021 06:11:34 +0000 (16:11 +1000)
committerPauli <pauli@openssl.org>
Fri, 3 Sep 2021 00:23:21 +0000 (10:23 +1000)
commit505d44c623c2a883cf015f26a499842cea0161f0
treedad94a6b169a6b3422c554202042d93a80cbe592
parent1b9e467887d7852d79270c73cb88383c50460b0a
rand: avoid using the derivation function for the public and private DRBGs

There is no point using it becuase they are getting full quality entropy from
the primary DRBG (which remains using the d.f.).

Also cleaned up the parameter passing to the DRBGs to not pass parameters that
are unknown.

Fixes #16117

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16156)
crypto/rand/rand_lib.c