]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix bug in entropy gathering.
authorPauli <paul.dale@oracle.com>
Fri, 19 Apr 2019 06:23:23 +0000 (16:23 +1000)
committerPauli <paul.dale@oracle.com>
Sat, 20 Apr 2019 23:22:57 +0000 (09:22 +1000)
commitb8621bdde70690361a36dca52688a3d946c3fe0f
treea4c33c5f1207472e5c506594321cb24a57683a8e
parent6fda11ae5a06e28fd9463e5afb60735d074904b3
Fix bug in entropy gathering.

This only impacts FIPS mode or someone who has enabled the FIPS 140.2
4.9.2 Conditional Tests.  i.e. nobody currently.

Fix a significant issue in the entropy gathering for the continuous RNG
testing.  The impact is using an uninitialised buffer instead of the gathered
entropy.

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/8789)
crypto/rand/rand_crng_test.c