mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
d29a390733
To solve bug 4779, we want to avoid OpenSSL 1.0.0's counter mode. But Fedora (and maybe others) lie about the actual OpenSSL version, so we can't trust the header to tell us if it's safe. Instead, let's do a run-time test to see whether it's safe, and if not, use our built-in version. fermenthor contributed a pretty essential fixup to this patch. Thanks!
6 lines
247 B
Plaintext
6 lines
247 B
Plaintext
o Minor bugfixes
|
|
- Test for the OpenSSL 1.0.0 counter mode bug at runtime, not compile
|
|
time. This is necessary because OpenSSL has been hacked to mis-report
|
|
its version on a few distributions.
|
|
Bugfix on Tor 0.2.3.11-alpha.
|