diff options
author | teor <teor@torproject.org> | 2018-07-25 14:28:06 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-07-25 14:30:33 +1000 |
commit | 6443812e343635d0db6ea1aac58b817732b7f29a (patch) | |
tree | 88cffed5d646acb88711e902daba4717efcc6d83 /changes | |
parent | 93da2cae49d0f3fbcf1c05932b76b2e6bd15017a (diff) | |
download | tor-6443812e343635d0db6ea1aac58b817732b7f29a.tar.gz tor-6443812e343635d0db6ea1aac58b817732b7f29a.zip |
Stop logging link auth warnings on Single Onion Services and Tor2web
Instead, log a protocol warning when single onion services or
Tor2web clients fail to authenticate direct connections to relays.
Fixes bug 26924; bugfix on 0.2.9.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26924 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26924 b/changes/bug26924 new file mode 100644 index 0000000000..882db56b40 --- /dev/null +++ b/changes/bug26924 @@ -0,0 +1,4 @@ + o Minor bugfixes (single onion services, Tor2web): + - Log a protocol warning when single onion services or Tor2web clients + fail to authenticate direct connections to relays. + Fixes bug 26924; bugfix on 0.2.9.1-alpha. |