From cc07b5a12936f0cd8c5791c94f66c20e1929b0ab Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 10 Oct 2011 23:06:25 -0400 Subject: [PATCH] Changes file for prop176 branch --- changes/prop176 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changes/prop176 diff --git a/changes/prop176 b/changes/prop176 new file mode 100644 index 0000000000..faedc1adf8 --- /dev/null +++ b/changes/prop176 @@ -0,0 +1,8 @@ + o Major features + - Implement a new handshake protocol for authenticating Tors to + each other over TLS. It should be more resistant to fingerprinting + than previous protocols, and should require less TLS hacking for + future Tor implementations. Implements Proposal 185. + - Allow variable-length padding cells to disguise the length of + Tor's TLS records. Implements part of Proposal 184. +