diff options
author | Pauli <paul.dale@oracle.com> | 2019-07-23 10:07:19 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-07-23 10:07:19 +0200 |
commit | a6a66e4511eec0f4ecc2943117a42b3723eb2222 (patch) | |
tree | 040d523c86842f177c6875c02cedd49ccf8c890f /CHANGES | |
parent | Avoid double clearing some BIGNUMs (diff) | |
download | openssl-a6a66e4511eec0f4ecc2943117a42b3723eb2222.tar.xz openssl-a6a66e4511eec0f4ecc2943117a42b3723eb2222.zip |
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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |