aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2018-07-07 10:55:18 +0200
committerKurt Roeckx <kurt@roeckx.be>2018-07-08 18:52:05 +0200
commit68b3cbd448e096bf3954d30de058d18615f9c257 (patch)
tree22f0f126cb81407b9e85792b884674d80e28c6a4
parent74bfb980377f43367035959a2c0afb5ec501c033 (diff)
downloadopenssl-68b3cbd448e096bf3954d30de058d18615f9c257.zip
openssl-68b3cbd448e096bf3954d30de058d18615f9c257.tar.gz
openssl-68b3cbd448e096bf3954d30de058d18615f9c257.tar.bz2
Update DRBG CHANGES section
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> GH: #6666
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 2eb90a9..4765e0b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -196,12 +196,12 @@
Some of its new features are:
o Support for multiple DRBG instances with seed chaining.
- o Add a public DRBG instance for the default RAND method.
- o Add a dedicated DRBG instance for generating long term private keys.
- o Make the DRBG instances fork-safe.
+ o The default RAND method makes use of a DRBG.
+ o There is a public and private DRBG instance.
+ o The DRBG instances are fork-safe.
o Keep all global DRBG instances on the secure heap if it is enabled.
- o Add a DRBG instance to every SSL instance for lock free operation
- and to increase unpredictability.
+ o The public and private DRBG instance are per thread for lock free
+ operation
[Paul Dale, Benjamin Kaduk, Kurt Roeckx, Rich Salz, Matthias St. Pierre]
*) Changed Configure so it only says what it does and doesn't dump