]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for removing RSA-SHA256-TLSSecret.
authorNick Mathewson <nickm@torproject.org>
Mon, 17 Mar 2025 14:41:25 +0000 (10:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 18 Mar 2025 15:58:23 +0000 (11:58 -0400)
Closes #41020.

changes/too_many_tlssecrets [new file with mode: 0644]

diff --git a/changes/too_many_tlssecrets b/changes/too_many_tlssecrets
new file mode 100644 (file)
index 0000000..d1748e6
--- /dev/null
@@ -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.