]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: add note about the configuration option for the jitter source.
authorPauli <ppzgs1@gmail.com>
Wed, 2 Oct 2024 02:11:30 +0000 (12:11 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 9 Oct 2024 02:53:10 +0000 (13:53 +1100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/25498)

doc/man7/EVP_RAND-JITTER.pod

index e084b24d644e7b6f77ccf631609c5271aaa6643e..466f9bf4bf82d8fb0299f71012d74a7fe0d6c612 100644 (file)
@@ -44,6 +44,8 @@ A context for the seed source can be obtained by calling:
  EVP_RAND *rand = EVP_RAND_fetch(NULL, "JITTER", NULL);
  EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand, NULL);
 
+The B<enable-jitter> option was added in OpenSSL 3.4.
+
 =head1 EXAMPLES
 
  EVP_RAND *rand;