diff options
author | teor <teor2345@gmail.com> | 2017-03-01 16:23:02 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-02 19:17:56 -0400 |
commit | f9af7e8bd01d4b7a70776a96c649a89cf1717dd1 (patch) | |
tree | 078668eb76ebfb84846a752633f4f6b5cc4c6f5b /changes | |
parent | 934003587305dcfb2cbc7f01e7248e3bd378317b (diff) | |
download | tor-f9af7e8bd01d4b7a70776a96c649a89cf1717dd1.tar.gz tor-f9af7e8bd01d4b7a70776a96c649a89cf1717dd1.zip |
Accurately identify client connections by 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.
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. |