Implement proposal 221: Stop sending CREATE_FAST

This makes FastFirstHopPK an AUTOBOOL; makes the default "auto"; and
makes the behavior of "auto" be "look at the consensus."
This commit is contained in:
Nick Mathewson
2013-10-31 16:44:14 -04:00
parent 5cc155e02a
commit 0de71bf8eb
4 changed files with 17 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor features:
- Stop sending the CREATE_FAST cells by default; instead, use a
parameter in the consensus to decide whether to use
CREATE_FAST. This can improve security on connections where
Tor's circuit handshake is stronger than the available TLS
connection security levels. Implements proposal 221.