summaryrefslogtreecommitdiff
path: root/changes/bug15240
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2015-03-12 15:37:48 +0000
committerNick Mathewson <nickm@torproject.org>2015-03-12 13:12:56 -0400
commitb3281fc6d634ac32c6ce591313600b0ed56a9347 (patch)
treef3a4eb089314e86643eee30af3e92d2543d1a360 /changes/bug15240
parentc2dcd9b703b494b404200c6330ef9f0511b79925 (diff)
downloadtor-b3281fc6d634ac32c6ce591313600b0ed56a9347.tar.gz
tor-b3281fc6d634ac32c6ce591313600b0ed56a9347.zip
Initialize the extorport auth cookie before launching PTs.
PTs expect the auth cookie to be available immedieately after launch, leading to a race condition when PTs opt to cache the extorport cookie once immediately after startup. Fixes #15240.
Diffstat (limited to 'changes/bug15240')
-rw-r--r--changes/bug152406
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug15240 b/changes/bug15240
new file mode 100644
index 0000000000..e11f804a12
--- /dev/null
+++ b/changes/bug15240
@@ -0,0 +1,6 @@
+ o Minor bugfixes (pluggable transports):
+ - Initialize the extended OR Port authentication cookie before launching
+ pluggable transports. This prevents a race condition that occured when
+ server-side pluggable transports would cache the authentication cookie
+ before it has been (re)generated. Fixes bug 15240; bugfix on
+ 0.2.5.1-alpha.