Explorar o código

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

Nick Mathewson %!s(int64=16) %!d(string=hai) anos
pai
achega
2db0256372
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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.