summaryrefslogtreecommitdiff
path: root/changes/bug17357
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2019-02-27 13:54:23 -0500
committerNeel Chauhan <neel@neelc.org>2019-02-27 17:37:10 -0500
commitc142e3d1e65c22891c19d71541c8084532099183 (patch)
tree5a09665e728609ea7edde3fd0d946a1444e4e622 /changes/bug17357
parent761eb4cf79d24a7971be9c1b4f6c969a5db28fab (diff)
downloadtor-c142e3d1e65c22891c19d71541c8084532099183.tar.gz
tor-c142e3d1e65c22891c19d71541c8084532099183.zip
Set CIRCLAUNCH_NEED_UPTIME in rend_service_relaunch_rendezvous() on a hs_service_requires_uptime_circ()
Diffstat (limited to 'changes/bug17357')
-rw-r--r--changes/bug173577
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug17357 b/changes/bug17357
new file mode 100644
index 0000000000..1188b65fd7
--- /dev/null
+++ b/changes/bug17357
@@ -0,0 +1,7 @@
+ o Minor bugfixes (onion services):
+ - If we are relaunching a circuit to a rendevous service in
+ rend_service_relaunch_rendezvous() and hs_service_requires_uptime_circ()
+ is true, the CIRCLAUNCH_NEED_UPTIME flag is added to the circuit.
+ Previously, we only set this flag when we received a INTRODUCE2
+ cell in rend_service_receive_introduction(). Fixes bug 17357;
+ bugfix on 0.4.0.2-alpha. Patch by Neel Chauhan