diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-11-01 10:28:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-01 10:28:01 -0400 |
commit | 12dc55f4878d16bfc3fb6789b31494d47df7ccec (patch) | |
tree | fc98af22b5c8ec89902f579fba8ffb9e2d3d77fe /changes | |
parent | dde41fa1b00151e01e11341903069f5b2f0db1b7 (diff) | |
parent | 5de88dda0acda6914bacd1e14c2e037798c5d9d9 (diff) | |
download | tor-12dc55f4878d16bfc3fb6789b31494d47df7ccec.tar.gz tor-12dc55f4878d16bfc3fb6789b31494d47df7ccec.zip |
Merge branch 'prop221_squashed_024'
Conflicts:
src/or/or.h
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 0000000000..b2bf44bc37 --- /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. |