mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
7 lines
232 B
Plaintext
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>.
|
|
|
|
|