From: Nick Mathewson Date: Tue, 10 Jun 2025 16:34:34 +0000 (-0400) Subject: Changes file for CGO (ticket 41047, prop359). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72092f4a993cbe5b0ff4135674ecadf6f73a788d;p=thirdparty%2Ftor.git Changes file for CGO (ticket 41047, prop359). --- diff --git a/changes/cgo b/changes/cgo new file mode 100644 index 0000000000..aa7de20f5a --- /dev/null +++ b/changes/cgo @@ -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.