diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-10-10 23:06:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-10-10 23:14:32 -0400 |
commit | cc07b5a12936f0cd8c5791c94f66c20e1929b0ab (patch) | |
tree | 67d625d66a930e93e39a9816b36e4d42a0262935 /changes/prop176 | |
parent | 35fe4825fc7da01367f37bc73ea4fc5c9d61ed2d (diff) | |
download | tor-cc07b5a12936f0cd8c5791c94f66c20e1929b0ab.tar tor-cc07b5a12936f0cd8c5791c94f66c20e1929b0ab.tar.gz |
Changes file for prop176 branch
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 000000000..faedc1adf --- /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. + |