diff options
author | Dimitri John Ledkov <dimitri.ledkov@surgut.co.uk> | 2024-07-11 13:36:31 +0200 |
---|---|---|
committer | Pauli <ppzgs1@gmail.com> | 2024-07-31 06:44:51 +0200 |
commit | 1e7ff7be23c6fc8a88a698a57107a0e0c6db2435 (patch) | |
tree | 451afad843640338b14fef6d7995b3f2212e9f26 /Configure | |
parent | JITTER: add documentation (diff) | |
download | openssl-1e7ff7be23c6fc8a88a698a57107a0e0c6db2435.tar.xz openssl-1e7ff7be23c6fc8a88a698a57107a0e0c6db2435.zip |
JITTER: excercise all tests in CI with JITTER seed source under certain build configuration
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24844)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1326,6 +1326,11 @@ All operations depending on the random generator such as creating keys will not work unless the random generator is seeded manually by the application. +Alternative to manually seeding is to compile with JITTER RNG enabled, +it will be used instead of rand-seed=none. Or specify alternative +seed= provider in openssl.cnf (for example from a 3rd party entropy +provider). + Please read the 'Note on random number generation' section in the INSTALL.md instructions and the RAND_DRBG(7) manual page for more details. |