]> git.ipfire.org Git - thirdparty/openssl.git/commit
rand: avoid caching RNG parameters.
authorPauli <paul.dale@oracle.com>
Thu, 2 Jul 2020 00:45:23 +0000 (10:45 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 5 Jul 2020 03:18:08 +0000 (13:18 +1000)
commit22f7f42433fe9deb409703d76a0c4383371e6983
tree8da69089be42798769e35cdb1df86c6e5eb706f4
parent7dc38bea94bcb71258eb2abaf48607a610cd576f
rand: avoid caching RNG parameters.

The strength and max_length DRBG parameters were being cached in the EVP_RAND
layer.  This commit removes the caching.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12321)
crypto/evp/evp_local.h
crypto/evp/evp_rand.c