aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-31 14:01:49 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-31 14:09:47 -0500
commit31f2a8771cf0075f4a0ef5625d3947a683305ff9 (patch)
tree5e0307f541de0041c3e982449e2c3aa95e64ebdb /changes
parent1c39d969b99b7825a0e2f2db67efb0c0e19d7002 (diff)
downloadtor-31f2a8771cf0075f4a0ef5625d3947a683305ff9.tar.gz
tor-31f2a8771cf0075f4a0ef5625d3947a683305ff9.zip
Look at the correct protocol for supports_v3_rendezvous_point
Fixes bug 25105; bugfix on 0.3.2.1-alpha. (This is a backport of bbf2d9cf6bb97c3e15ada58 for 0.3.2.)
Diffstat (limited to 'changes')
-rw-r--r--changes/bug251055
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug25105 b/changes/bug25105
new file mode 100644
index 0000000000..36d1a5f16f
--- /dev/null
+++ b/changes/bug25105
@@ -0,0 +1,5 @@
+ o Minor bugfixes (v3 onion services):
+ - Look at the "HSRend" protocol version, not the "HSDir" protocol
+ version, when deciding whether a consensus entry can support
+ the v3 onion service protocol as a rendezvous point.
+ Fixes bug 25105; bugfix on 0.3.2.1-alpha.