commit cc07b5a12936f0cd8c5791c94f66c20e1929b0ab Author: Nick Mathewson nickm@torproject.org Date: Mon Oct 10 23:06:25 2011 -0400
Changes file for prop176 branch --- changes/prop176 | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/changes/prop176 b/changes/prop176 new file mode 100644 index 0000000..faedc1a --- /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. +
tor-commits@lists.torproject.org