diff options
author | Roger Dingledine <arma@torproject.org> | 2014-07-25 12:15:47 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-07-25 12:15:47 -0400 |
commit | b350ac0860f461028a373a7ff6ce5c1468ef75a6 (patch) | |
tree | 96c73502ba3dec82e8767d9d2e9224ccfec4025e /changes | |
parent | 472696e8e517609d34db4818af7bb4ff6f68a158 (diff) | |
parent | d5558f00729992a9abeeb1cb1512004de35ec007 (diff) | |
download | tor-b350ac0860f461028a373a7ff6ce5c1468ef75a6.tar.gz tor-b350ac0860f461028a373a7ff6ce5c1468ef75a6.zip |
Merge branch 'maint-0.2.4' into maint-0.2.5
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. |