提交 68b3cbd4 编写于 作者: K Kurt Roeckx

Update DRBG CHANGES section

Reviewed-by: NTim Hudson <tjh@openssl.org>
Reviewed-by: NMatthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
GH: #6666
上级 74bfb980
...@@ -196,12 +196,12 @@ ...@@ -196,12 +196,12 @@
Some of its new features are: Some of its new features are:
o Support for multiple DRBG instances with seed chaining. o Support for multiple DRBG instances with seed chaining.
o Add a public DRBG instance for the default RAND method. o The default RAND method makes use of a DRBG.
o Add a dedicated DRBG instance for generating long term private keys. o There is a public and private DRBG instance.
o Make the DRBG instances fork-safe. o The DRBG instances are fork-safe.
o Keep all global DRBG instances on the secure heap if it is enabled. 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 o The public and private DRBG instance are per thread for lock free
and to increase unpredictability. operation
[Paul Dale, Benjamin Kaduk, Kurt Roeckx, Rich Salz, Matthias St. Pierre] [Paul Dale, Benjamin Kaduk, Kurt Roeckx, Rich Salz, Matthias St. Pierre]
*) Changed Configure so it only says what it does and doesn't dump *) Changed Configure so it only says what it does and doesn't dump
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册