diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-01-29 17:02:17 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-01-29 17:17:47 -0500 |
commit | 1744e447a15216b74f239b30da735416dd1fde92 (patch) | |
tree | af9fb9ac84b9b5c2a005099741da5348bc1197ec /ChangeLog | |
parent | b6038f4ac646b52f0819724b344adcf04bc2a440 (diff) | |
download | tor-1744e447a15216b74f239b30da735416dd1fde92.tar.gz tor-1744e447a15216b74f239b30da735416dd1fde92.zip |
Decide whether to use SSL flags based on runtime OpenSSL version.
We need to do this because Apple doesn't update its dev-tools headers
when it updates its libraries in a security patch. On the bright
side, this might get us out of shipping a statically linked OpenSSL on
OSX.
May fix bug 1225.
[backported]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ Changes in version 0.2.1.23 - 2010-0?-?? automatically discard guards picked using the old algorithm. Fixes bug 1217; bugfix on 0.2.1.3-alpha. Found by Mike Perry. + o Minor bugfixes: + - When deciding whether to use strange flags to turn TLS renegotiation + on, detect the OpenSSL version at run-time, not compile time. We + need to do this because Apple doesn't update its dev-tools headers + when it updates its libraries in a security patch. + o Minor features: - Avoid a mad rush at the beginning of each month when each client rotates half of its guards. Instead we spread the rotation out |