aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2022-03-02 09:38:45 -0500
committerNick Mathewson <nickm@torproject.org>2022-03-02 09:38:45 -0500
commitecbab95998e2f0e5c80bcd7d67633f33e96595bd (patch)
tree3d3a2fd00f86563c0eff8f03c1818076d7a18b44
parent93625da29ed603dad14305ef767c61ca6e4ad5e1 (diff)
downloadtor-ecbab95998e2f0e5c80bcd7d67633f33e96595bd.tar.gz
tor-ecbab95998e2f0e5c80bcd7d67633f33e96595bd.zip
Add a changes file for 40563.
-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".