Files
tor/changes/7419
T
2016-02-01 16:46:29 -05:00

7 lines
232 B
Plaintext

o Minor features (security):
- Use explicit_bzero or memset_s when present. Previously, we'd use
OpenSSL's OPENSSL_cleanse() function.
Closes ticket 7419; patches from <logan@hackers.mu> and <selven@hackers.mu>.