diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-31 16:44:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-01 10:04:48 -0400 |
commit | 0de71bf8eb5031b1c6539ea48627a938e200b5da (patch) | |
tree | e0c690019892551b5671e2c32047645c253f5274 /changes | |
parent | 5cc155e02a995fda828ff33b105040b2bd96a650 (diff) | |
download | tor-0de71bf8eb5031b1c6539ea48627a938e200b5da.tar tor-0de71bf8eb5031b1c6539ea48627a938e200b5da.tar.gz |
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."
Diffstat (limited to 'changes')
-rw-r--r-- | changes/prop221 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/prop221 b/changes/prop221 new file mode 100644 index 000000000..b2bf44bc3 --- /dev/null +++ b/changes/prop221 @@ -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. |