]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for #41051.
authorNick Mathewson <nickm@torproject.org>
Fri, 18 Apr 2025 01:25:51 +0000 (21:25 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 5 May 2025 17:07:37 +0000 (13:07 -0400)
changes/ticket41051 [new file with mode: 0644]

diff --git a/changes/ticket41051 b/changes/ticket41051
new file mode 100644 (file)
index 0000000..f15cdbe
--- /dev/null
@@ -0,0 +1,5 @@
+  o Major features (cell format):
+    - Tor now has (unused) internal support to encode and decode
+      relay messages in the new format required by our newer
+      CGO encryption algorithm.
+      Closes ticket 41051. Part of proposal 359.