tor

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

commit 72092f4a993cbe5b0ff4135674ecadf6f73a788d
parent 5af6c8e63eca5561c68534fb4dfba69e851c097f
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 10 Jun 2025 12:34:34 -0400

Changes file for CGO (ticket 41047, prop359).

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

diff --git a/changes/cgo 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.