]> git.ipfire.org Git - thirdparty/openssl.git/commit
The query cache has been updated to not depend on RAND_bytes being available.
authorPauli <paul.dale@oracle.com>
Wed, 31 Jul 2019 09:31:21 +0000 (19:31 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 1 Aug 2019 05:41:30 +0000 (15:41 +1000)
commitf06cf3c4149c271d498764c2a071cb68b3d9a431
treea78222a82731b787e22151d49872c83a78ec3840
parent59b2cb2638dda3e07385ad36a41f0e141b36987b
The query cache has been updated to not depend on RAND_bytes being available.

The alternative is to use a fast and small xorshift
random number generator.  The stochastic flushing doesn't require good
random numbers, just enough variety to avoid causing problems.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9477)
crypto/property/property.c