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)
This commit is contained in:
Pauli 2019-07-23 18:07:19 +10:00
parent 82925f9dd0
commit a6a66e4511
5 changed files with 67 additions and 5 deletions

View file

@ -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]