aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-19 21:39:50 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-19 21:39:50 -0400
commitb82be6cf6643a438f846228225d2309f91f3c999 (patch)
tree98b07b95befe0c9eb82c3c30787409c758a5c9fa
parent095080360f1511d35fc62be8bc7c804fbcccbdc3 (diff)
downloadtor-b82be6cf6643a438f846228225d2309f91f3c999.tar.gz
tor-b82be6cf6643a438f846228225d2309f91f3c999.zip
Fold 13471 into changelog and releasenotes
-rw-r--r--ChangeLog5
-rw-r--r--ReleaseNotes5
-rw-r--r--changes/bug134715
3 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index da39a94c0b..d5915b57ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,11 @@ Changes in version 0.2.5.9-rc - 2014-10-xx
today support TLS 1.0 or later, so we can safely turn off support
for this old (and insecure) protocol. Fixes bug 13426.
+ o Major bugfixes (openssl bug workaround):
+ - Avoid crashing when using OpenSSL version 0.9.8zc, 1.0.0o, or
+ 1.0.1j, built with the 'no-ssl3' configuration option. Fixes
+ bug 13471. This is a workaround for an OpenSSL bug.
+
o Minor bugfixes:
- Disable the sandbox name resolver cache when running tor-resolve:
tor-resolve doesn't use the sandbox code, and turning it on was
diff --git a/ReleaseNotes b/ReleaseNotes
index fb045aa5a5..7386c42d21 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -128,6 +128,11 @@ Changes in version 0.2.5.xx - 2014-10-xx
attacker from causing a microdescriptor collision, because the
router's identity is not forgeable.
+ o Major bugfixes (openssl bug workaround):
+ - Avoid crashing when using OpenSSL version 0.9.8zc, 1.0.0o, or
+ 1.0.1j, built with the 'no-ssl3' configuration option. Fixes
+ bug 13471. This is a workaround for an OpenSSL bug.
+
o Major bugfixes (client):
- Perform circuit cleanup operations even when circuit
construction operations are disabled (because the network is
diff --git a/changes/bug13471 b/changes/bug13471
deleted file mode 100644
index c116a4aeeb..0000000000
--- a/changes/bug13471
+++ /dev/null
@@ -1,5 +0,0 @@
- o Major bugfixes (openssl bug workaround):
- - Avoid crashing when using OpenSSL version 0.9.8zc, 1.0.0o, or
- 1.0.1j, built with the 'no-ssl3' configuration option. Fixes
- bug 13471. This is a workaround for an OpenSSL bug.
-