diff options
author | Rich Salz <rsalz@openssl.org> | 2016-05-29 20:11:44 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-06-01 16:45:18 +0200 |
commit | 0f91e1dff4ab2e7c25bbae5a48dfabbd1a4eae3c (patch) | |
tree | 96afa283b997bd9ded6976cb2e9b1f7bd351e8ce /CHANGES | |
parent | Ensure an ASN1_OBJECT is freed in error paths (diff) | |
download | openssl-0f91e1dff4ab2e7c25bbae5a48dfabbd1a4eae3c.tar.xz openssl-0f91e1dff4ab2e7c25bbae5a48dfabbd1a4eae3c.zip |
Fix some RAND bugs
RT2630 -- segfault for int overlow
RT2877 -- check return values in apps/rand
Update CHANGES file for previous "windows rand" changes.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ Changes between 1.0.2h and 1.1.0 [xx XXX 2016] + *) Windows RAND implementation was simplified to only get entropy by + calling CryptGenRandom(). Various other RAND-related tickets + were also closed. + [Joseph Wylie Yandle, Rich Salz] + *) The stack and lhash API's were renamed to start with OPENSSL_SK_ and OPENSSL_LH_, respectively. The old names are available with API compatibility. They new names are now completely documented. |