tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d83fcbf28caf6d64c9593a1b706bf5eb0c944534
parent c6f671ec0a5412479e66e4a9713f72a130138bc4
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 17 Mar 2025 10:41:25 -0400

Changes file for removing RSA-SHA256-TLSSecret.

Closes #41020.

Diffstat:
Achanges/too_many_tlssecrets | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/changes/too_many_tlssecrets b/changes/too_many_tlssecrets @@ -0,0 +1,6 @@ + o Removed features: + - Relays no longer support the obsolete "RSA-SHA256-TLSSecret" + authentication method, which used a dangerously short RSA key, + and which required access TLS session internals. The current method + ("Ed25519-SHA256-RFC5705") has been supported since 0.3.0.1-alpha. + Closes ticket 41020.