Browse Source

Add changelog entry to 0.2.2.x about openssl 0.9.8l fix

Nick Mathewson 15 years ago
parent
commit
2db0256372
1 changed files with 6 additions and 0 deletions
  1. 6 0
      ChangeLog

+ 6 - 0
ChangeLog

@@ -25,6 +25,12 @@ Changes in version 0.2.2.6-alpha - 2009-10-??
       DisableAllSwap, please consider using the User option to properly reduce
       the privileges of your Tor.
 
+  o Major bugfixes:
+    - Work around a security feature in OpenSSL 0.9.8l that prevents our
+      handshake from working unless we explicitly tell OpenSSL that we are
+      using SSL renegotiation safely.  We are, of course, but OpenSSL
+      0.9.8l won't work unless we say we are.
+
   o Code simplifications and refactorings:
     - Numerous changes, bugfixes, and workarounds from Nathan Freitas
       to help Tor build correctly for Android phones.