aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-01-29 17:02:17 -0500
committerNick Mathewson <nickm@torproject.org>2010-01-29 17:02:17 -0500
commit8d68e5c748941dec2f2ec68108443ef538192153 (patch)
treeeb99e8d4f1da97cdd12b476c47006a0d43d30ae3 /ChangeLog
parentf75f7322b9318efe25d83c77c8a29ebaefad07fb (diff)
downloadtor-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 978bafe0b8..c59e93255e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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