aboutsummaryrefslogtreecommitdiff
path: root/changes/prop221
blob: 63ef763e9eb6315ab8d061062bc8dea0632bd80c (plain)
1
2
3
4
5
6
7
  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.