mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
8 lines
469 B
Plaintext
8 lines
469 B
Plaintext
|
o Major bugfixes (key management):
|
||
|
- If OpenSSL fails to generate an RSA key, do not retain a dangling pointer
|
||
|
to the previous (uninitialized) key value. The impact here should be
|
||
|
limited to a difficult-to-trigger crash, if OpenSSL is running an
|
||
|
engine that makes key generation failures possible, or if OpenSSL runs
|
||
|
out of memory. Fixes bug 19152; bugfix on 0.2.1.10-alpha. Found by
|
||
|
Yuan Jochen Kang, Suman Jana, and Baishakhi Ray.
|