diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2012-09-18 16:50:00 -0400 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2012-09-18 16:50:00 -0400 |
commit | 130e899fbb02d6005e3797dea2099e4033345ebe (patch) | |
tree | 2fb994763582524cf8b146a9128fdeae31758f7e /changes | |
parent | d1c4cf2f5adbfa3810164d18428ee06ccbed6451 (diff) | |
download | tor-130e899fbb02d6005e3797dea2099e4033345ebe.tar.gz tor-130e899fbb02d6005e3797dea2099e4033345ebe.zip |
Warn if HSes are configured on a client with UseEntryGuards disabled
Diffstat (limited to 'changes')
-rw-r--r-- | changes/warn-about-hses-without-guards | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/warn-about-hses-without-guards b/changes/warn-about-hses-without-guards new file mode 100644 index 0000000000..57b8b4d00f --- /dev/null +++ b/changes/warn-about-hses-without-guards @@ -0,0 +1,8 @@ + o Minor features: + + - Warn users who run hidden services on a Tor client with + UseEntryGuards disabled that their hidden services will be + vulnerable to http://freehaven.net/anonbib/#hs-attack06 (the + attack which motivated Tor to support entry guards in the first + place). Fixes bug 6889. + |