]> 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)
committerTomas Mraz <tomas@openssl.org>
Mon, 7 Oct 2024 15:53:23 +0000 (17:53 +0200)
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25591)

doc/man7/EVP_RAND-JITTER.pod

index e084b24d644e7b6f77ccf631609c5271aaa6643e..0b2446a2f19a5f936e69fec4894cc047afb1e44c 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> configuration option was added in OpenSSL 3.4.
+
 =head1 EXAMPLES
 
  EVP_RAND *rand;