diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-14 22:35:49 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-14 22:35:49 -0500 |
commit | 4af82fb3886e8be25ba83a1f93da54bf0d5d7974 (patch) | |
tree | 7c63e4492769d1e2f927553cd6727e0fc78e6021 /changes | |
parent | 8592126a184c5f80e3213085d666362f21320df0 (diff) | |
parent | 325a659cb16350b1e28db803e2e673068ca2eb82 (diff) | |
download | tor-4af82fb3886e8be25ba83a1f93da54bf0d5d7974.tar.gz tor-4af82fb3886e8be25ba83a1f93da54bf0d5d7974.zip |
Merge remote-tracking branch 'public/bug4367'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4367 | 5 | ||||
-rw-r--r-- | changes/bug4368 | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug4367 b/changes/bug4367 new file mode 100644 index 0000000000..77236d0e61 --- /dev/null +++ b/changes/bug4367 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Successfully detect AUTH_CHALLENGE cells with no recognized + authentication type listed. Fixes bug 4367; bugfix on 0.2.3.6-alpha. + Found by frosty_un. + diff --git a/changes/bug4368 b/changes/bug4368 new file mode 100644 index 0000000000..54b4882bc3 --- /dev/null +++ b/changes/bug4368 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - If a relay receives an AUTH_CHALLENGE it can't answer, it should + still send a NETINFO cell to allow the connection to become open. + Fixes bug 4368; fix on 0.2.3.6-alpha; bug found by "frosty". |