diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-15 07:48:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-15 07:48:18 -0500 |
commit | ec6b5a098dcd1a264e84405006cd6a645d415ac4 (patch) | |
tree | b0c53b136f16819350a3f0bd87d59d372b5195cf /changes | |
parent | eeb743588af0ec09150bd7601d553bfbabba97ac (diff) | |
parent | 3c4da8a130e41b9096eef360c437cef3cd22a62c (diff) | |
download | tor-ec6b5a098dcd1a264e84405006cd6a645d415ac4.tar.gz tor-ec6b5a098dcd1a264e84405006cd6a645d415ac4.zip |
Merge branch 'bug21278_redux_029_squashed' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21278_prevention | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21278_prevention b/changes/bug21278_prevention new file mode 100644 index 0000000000..e07f0a670c --- /dev/null +++ b/changes/bug21278_prevention @@ -0,0 +1,4 @@ + o Minor features (directory authority): + - Directory authorities now reject descriptors that claim to be + malformed versions of Tor. Helps prevent exploitation of bug 21278. + |