From: Nick Mathewson Date: Wed, 2 Mar 2022 14:38:45 +0000 (-0500) Subject: Add a changes file for 40563. X-Git-Tag: tor-0.4.5.16~4^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ecbab95998e2f0e5c80bcd7d67633f33e96595bd;p=thirdparty%2Ftor.git Add a changes file for 40563. --- 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".