]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for CGO (ticket 41047, prop359).
authorNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2025 16:34:34 +0000 (12:34 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2025 23:06:47 +0000 (19:06 -0400)
changes/cgo [new file with mode: 0644]

diff --git a/changes/cgo b/changes/cgo
new file mode 100644 (file)
index 0000000..aa7de20
--- /dev/null
@@ -0,0 +1,8 @@
+  o Major features (cryptography):
+    - Clients and relays can now negotiate Counter Galois Onion (CGO)
+      relay cryptography, as designed by Jean Paul Degabriele, Alessandro
+      Melloni, Jean-Pierre Münch, and Martijn Stam.
+      CGO provides improved resistance to several kinds
+      of tagging attacks, better forward secrecy, and better
+      forgery resistance. Closes ticket 41047.
+      Implements proposal 359.