summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-09-16 11:10:01 +1000
committerPauli <paul.dale@oracle.com>2020-09-23 08:39:43 +1000
commit4640cd00c36f0535d297d1ed10665597c4e2c7f2 (patch)
tree6cfc1e1d8566472d2878090d5bd2f2e347be031d /doc
parent8e3a64fdb6e1e2826a334b095147d3ebe1acac2a (diff)
rand: reference count the EVP_RAND contexts.
This is required before the RAND/DRBG framework can be made user mutable. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12904)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/EVP_RAND.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man3/EVP_RAND.pod b/doc/man3/EVP_RAND.pod
index dfd2a7eb4c..b7b836f03e 100644
--- a/doc/man3/EVP_RAND.pod
+++ b/doc/man3/EVP_RAND.pod
@@ -85,6 +85,7 @@ cryptographically secure random bytes.
B<EVP_RAND> is a type that holds the implementation of a RAND.
B<EVP_RAND_CTX> is a context type that holds the algorithm inputs.
+B<EVP_RAND_CTX> structures are reference counted.
=head2 Algorithm implementation fetching