summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-07-23 18:07:19 +1000
committerPauli <paul.dale@oracle.com>2019-07-23 18:07:19 +1000
commita6a66e4511eec0f4ecc2943117a42b3723eb2222 (patch)
tree040d523c86842f177c6875c02cedd49ccf8c890f /CHANGES
parent82925f9dd0492f2e5f1d80ff46fd59f0704c8fe6 (diff)
Make rand_pool buffers more dynamic in their sizing.
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/9428)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0ad7ac8d2e..3507e350e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,9 @@
The macro SYSerr() is deprecated.
[Rich Salz]
+ *) Significantly reduce secure memory usage by the randomness pools.
+ [Paul Dale]
+
*) {CRYPTO,OPENSSL}_mem_debug_{push,pop} are now no-ops and have been
deprecated.
[Rich Salz]