aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-03-08 14:23:52 -0500
committerNick Mathewson <nickm@torproject.org>2012-03-08 14:23:52 -0500
commit3fc3ed50a1308a1d92ea5d15f9cc4e208efbf681 (patch)
treec7ee6c6b64727bd964306af163e783d37305f9f3 /changes
parent5daa765bd1152aeaa97e68f68bc639c0eac4b01e (diff)
parent248b967ce6fda04530aba4232dba5f230cf71b44 (diff)
downloadtor-3fc3ed50a1308a1d92ea5d15f9cc4e208efbf681.tar
tor-3fc3ed50a1308a1d92ea5d15f9cc4e208efbf681.tar.gz
Merge remote-tracking branch 'public/bug4361'
Conflicts: src/or/command.c
Diffstat (limited to 'changes')
-rw-r--r--changes/bug43614
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug4361 b/changes/bug4361
new file mode 100644
index 000000000..887eb9f3f
--- /dev/null
+++ b/changes/bug4361
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Spec conformance: on a v3 handshake, do not send a NETINFO cell until
+ after we have received a CERTS cell. Bugfix on 0.2.3.6-alpha;
+ fixes bug 4361; patch by "frosty".