aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-01-11 09:03:29 -0500
committerDavid Goulet <dgoulet@torproject.org>2023-01-11 09:03:29 -0500
commite94ba70fcda267c2fe6c71566d4f09889d10f394 (patch)
tree6b55df9f1ca4f8cc07d060b6dca96a2bd46873d7 /changes
parenta093a82d64dbd341881d4d313040581cc8ff49a9 (diff)
parent85547a9b5be5894672411b1ca3f5ad5619aa9478 (diff)
downloadtor-e94ba70fcda267c2fe6c71566d4f09889d10f394.tar.gz
tor-e94ba70fcda267c2fe6c71566d4f09889d10f394.zip
Merge branch 'maint-0.4.5' into release-0.4.5
Diffstat (limited to 'changes')
-rw-r--r--changes/bug405638
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug40563 b/changes/bug40563
new file mode 100644
index 0000000000..e7a3deec6d
--- /dev/null
+++ b/changes/bug40563
@@ -0,0 +1,8 @@
+ o Major bugfixes (relay):
+ - When opening a channel because of a circuit request that did not
+ include an Ed25519 identity, record the Ed25519 identity that we
+ actually received, so that we can use the channel for other circuit
+ requests that _do_ list an Ed25519 identity.
+ (Previously we had code to record this identity, but a logic bug
+ caused it to be disabled.) Fixes bug 40563; bugfix on 0.3.0.1-alpha.
+ Patch from "cypherpunks".