mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
418f3d6298
The biggest offender here was sometimes not checking the output of crypto_pk_get_digest. Fixes bug 19418. Reported by Guido Vranken.
8 lines
373 B
Plaintext
8 lines
373 B
Plaintext
o Minor bugfixes (robustness, error handling):
|
|
- Improve our handling of the cases where OpenSSL encounters a
|
|
memory error while encoding keys and certificates. We haven't
|
|
observed these happening in the wild, but if they do happen,
|
|
we now detect and respond better. Fixes bug 19418; bugfix
|
|
on all versions of Tor. Reported by Guido Vranken.
|
|
|