diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-03 14:02:47 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-04 00:24:15 -0500 |
commit | b10e5ac7b86c459a62cfc316c8be87143d2a87e4 (patch) | |
tree | 871d286e6bf3dcc2198454ddf90ecfd308bd6d2d /changes | |
parent | 9e2608b0d35e7e890e53f83e40675851caff4a14 (diff) | |
download | tor-b10e5ac7b86c459a62cfc316c8be87143d2a87e4.tar.gz tor-b10e5ac7b86c459a62cfc316c8be87143d2a87e4.zip |
Check descriptor ID in addition to HS ID when saving a v2 hs descriptor
Fixes bug 13214; reported by 'special'.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13214 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug13214 b/changes/bug13214 new file mode 100644 index 0000000000..5b9758b388 --- /dev/null +++ b/changes/bug13214 @@ -0,0 +1,7 @@ + o Minor bugfixes (hidden services): + - When fetching hidden service descriptors, check not only for + whether we got the hidden service we had in mind, but also + whether we got the particular descriptors we wanted. This + prevents a class of inefficient but annoying DoS attacks by + hidden service directories. Fixes bug 13214; bugfix on + 0.2.1.6-alpha. Reported by "special". |