aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-11-03 09:37:12 -0400
committerNick Mathewson <nickm@torproject.org>2011-11-03 09:37:12 -0400
commit5613b9b9f2a50865efaf10bdd7e80052d78ba5dc (patch)
tree4a9dbcdd4228a4464ef1f5d43ef3ad57969dfbc8 /ChangeLog
parenteb30999972c3cce1006c990c196cbb545ee8ea92 (diff)
downloadtor-5613b9b9f2a50865efaf10bdd7e80052d78ba5dc.tar
tor-5613b9b9f2a50865efaf10bdd7e80052d78ba5dc.tar.gz
Fix a proposal number in the changelog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bedd216c4..4c97e22fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,7 +36,7 @@ Changes in version 0.2.3.6-alpha - 2011-10-26
- Implement a new handshake protocol (v3) 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.
+ future Tor implementations. Implements proposal 176.
- Allow variable-length padding cells to disguise the length of
Tor's TLS records. Implements part of proposal 184.