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:02:17 -0500 |
commit | 8d68e5c748941dec2f2ec68108443ef538192153 (patch) | |
tree | eb99e8d4f1da97cdd12b476c47006a0d43d30ae3 /ChangeLog | |
parent | f75f7322b9318efe25d83c77c8a29ebaefad07fb (diff) | |
download | tor-8d68e5c748941dec2f2ec68108443ef538192153.tar.gz tor-8d68e5c748941dec2f2ec68108443ef538192153.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ Changes in version 0.2.2.9-alpha - 2010-??-?? + 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 Code simplifications and refactoring: - Generate our manpage and HTML documentation using Asciidoc. This should make it easier to maintain the documentation, and produce |