Add an extra check in channel_send_destroy for circID==0
[tor.git] / changes / bug9780
blob3cb51bd5285cd00c1097fc840093e566d64f3de9
1   o Minor bugfixes (performance, fingerprinting):
2     - Our default TLS ecdhe groups were backwards: we meant to be using
3       P224 for relays (for performance win) and P256 for bridges (since
4       it is more common in the wild). Instead we had it backwards. After
5       reconsideration, we decided that the default should be P256 on all
6       hosts, since its security is probably better, and since P224 is
7       reportedly used quite little in the wild.  Found by "skruffy" on
8       IRC. Fix for bug 9780; bugfix on 0.2.4.8-alpha.