From: Nick Mathewson Date: Fri, 6 Nov 2009 20:25:41 +0000 (-0500) Subject: Add changelog entry to 0.2.2.x about openssl 0.9.8l fix X-Git-Tag: tor-0.2.2.6-alpha~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2db0256372e02edfa517ad5b56106f7210ddd7ab;p=thirdparty%2Ftor.git Add changelog entry to 0.2.2.x about openssl 0.9.8l fix --- diff --git a/ChangeLog b/ChangeLog index 679d576ea3..3edcbae646 100644 --- a/ChangeLog +++ b/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.