diff options
author | Roger Dingledine <arma@torproject.org> | 2014-07-28 03:09:12 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-07-28 03:09:12 -0400 |
commit | 637b4e62d1cd8ebec4092031dc2664c643a3e619 (patch) | |
tree | ef4ec292e9678c05e35e03405fcdac533ebf05fd /changes | |
parent | 911fb9399fdd88a51222779268ffc55ab12a18ac (diff) | |
parent | 68a2e4ca4baa595cc4595a511db11fa7ccbbc8f7 (diff) | |
download | tor-637b4e62d1cd8ebec4092031dc2664c643a3e619.tar.gz tor-637b4e62d1cd8ebec4092031dc2664c643a3e619.zip |
Merge branch 'maint-0.2.4' into release-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1038-3 | 6 | ||||
-rw-r--r-- | changes/bug12227 | 5 | ||||
-rw-r--r-- | changes/bug12718 | 5 | ||||
-rw-r--r-- | changes/prop221 | 6 |
4 files changed, 22 insertions, 0 deletions
diff --git a/changes/bug1038-3 b/changes/bug1038-3 new file mode 100644 index 0000000000..5af4afa46f --- /dev/null +++ b/changes/bug1038-3 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Warn and drop the circuit if we receive an inbound 'relay early' + cell. Those used to be normal to receive on hidden service circuits + due to bug 1038, but the buggy Tor versions are long gone from + the network so we can afford to resume watching for them. Resolves + the rest of bug 1038; bugfix on 0.2.1.19. diff --git a/changes/bug12227 b/changes/bug12227 new file mode 100644 index 0000000000..d8b5d08a55 --- /dev/null +++ b/changes/bug12227 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Avoid an illegal read from stack when initializing the TLS + module using a version of OpenSSL without all of the ciphers + used by the v2 link handshake. Fixes bug 12227; bugfix on + 0.2.4.8-alpha. Found by "starlight". diff --git a/changes/bug12718 b/changes/bug12718 new file mode 100644 index 0000000000..0c5f708446 --- /dev/null +++ b/changes/bug12718 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Correct a confusing error message when trying to extend a circuit + via the control protocol but we don't know a descriptor or + microdescriptor for one of the specified relays. Fixes bug 12718; + bugfix on 0.2.3.1-alpha. diff --git a/changes/prop221 b/changes/prop221 new file mode 100644 index 0000000000..b2bf44bc37 --- /dev/null +++ b/changes/prop221 @@ -0,0 +1,6 @@ + o Minor features: + - Stop sending the CREATE_FAST cells by default; instead, use a + parameter in the consensus to decide whether to use + CREATE_FAST. This can improve security on connections where + Tor's circuit handshake is stronger than the available TLS + connection security levels. Implements proposal 221. |