Skip to content

Commit

Permalink
doc: add note about the configuration option for the jitter source.
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Shane Lontis <[email protected]>
(Merged from openssl#25498)
  • Loading branch information
paulidale committed Oct 9, 2024
1 parent 4c44603 commit 4bdbd83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/man7/EVP_RAND-JITTER.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4bdbd83

Please sign in to comment.