diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-10-10 23:22:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-10-10 23:22:25 -0400 |
commit | 3b704fd16667007d49223e1ae555eb7bd03092b3 (patch) | |
tree | 86ef82e04e6322900b280d6526d4af6df1a96fe8 /changes/prop176 | |
parent | bc2d9357f523d87385229087cb13253874f070f0 (diff) | |
parent | 8af0cfc10d33186adaa114f215e8fa69af91a84a (diff) | |
download | tor-3b704fd16667007d49223e1ae555eb7bd03092b3.tar.gz tor-3b704fd16667007d49223e1ae555eb7bd03092b3.zip |
Merge branch 'prop176-v2'
Diffstat (limited to 'changes/prop176')
-rw-r--r-- | changes/prop176 | 8 |
1 files changed, 8 insertions, 0 deletions
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. + |