aboutsummaryrefslogtreecommitdiff
path: root/changes/prop221
diff options
context:
space:
mode:
Diffstat (limited to 'changes/prop221')
-rw-r--r--changes/prop2217
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/prop221 b/changes/prop221
deleted file mode 100644
index 63ef763e9..000000000
--- a/changes/prop221
+++ /dev/null
@@ -1,7 +0,0 @@
- o Major features:
- - Clients now look at the "usecreatefast" consensus parameter to
- decide whether to use CREATE_FAST or CREATE cells for the first hop
- of their circuit. This approach can improve security on connections
- where Tor's circuit handshake is stronger than the available TLS
- connection security levels, but the tradeoff is more computational
- load on guard relays. Implements proposal 221. Resolves ticket 9386.