commit | b8621bdde70690361a36dca52688a3d946c3fe0f | [log] [tgz] |
---|---|---|
author | Pauli <paul.dale@oracle.com> | Fri Apr 19 16:23:23 2019 +1000 |
committer | Pauli <paul.dale@oracle.com> | Sun Apr 21 09:22:57 2019 +1000 |
tree | a4c33c5f1207472e5c506594321cb24a57683a8e | |
parent | 6fda11ae5a06e28fd9463e5afb60735d074904b3 [diff] |
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)