summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-08-06 18:12:28 -0400
committerRich Salz <rsalz@openssl.org>2017-08-07 08:30:28 -0400
commita35f607c9f9112c649b367d05639394fc1c30771 (patch)
treec27b67822ed2816005cae84502c5b5e2ae6aee14 /CHANGES
parent99801878c09404e45d8176739d3a555c41b77d0b (diff)
Make RAND_DRBG fork-safe
Use atfork to count child forks, and reseed DRBG when the counts don't match. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/4101)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1582c365a9..ce2d9c565b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,11 @@
Changes between 1.1.0f and 1.1.1 [xx XXX xxxx]
+ *) Add "atfork" functions. If building on a system that without
+ pthreads, see doc/man3/OPENSSL_fork_prepare.pod for application
+ requirements. The RAND facility now uses/requires this.
+ [Rich Salz]
+
*) Add SHA3.
[Andy Polyakov]