diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-02 19:18:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-02 19:18:04 -0400 |
commit | 7bc9f93abbfcabba1acde441b5fac98d4676c08e (patch) | |
tree | fb81ff00f65a99dd7a669f3f9ab5c0ce02bae542 /changes | |
parent | a91f948ccac5e681de9e8e63efb267c7ad9e9f5f (diff) | |
parent | f9af7e8bd01d4b7a70776a96c649a89cf1717dd1 (diff) | |
download | tor-7bc9f93abbfcabba1acde441b5fac98d4676c08e.tar.gz tor-7bc9f93abbfcabba1acde441b5fac98d4676c08e.zip |
Merge branch 'teor_connection-with-client-v2_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21406 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug21406 b/changes/bug21406 new file mode 100644 index 0000000000..170e631d79 --- /dev/null +++ b/changes/bug21406 @@ -0,0 +1,5 @@ + o Minor bugfixes (code correctness): + - Accurately identify client connections using their lack of peer + authentication. This means that we bail out earlier if asked to extend + to a client. Follow-up to 21407. + Fixes bug 21406; bugfix on 0.2.4.23. |