aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO.020
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-09-01 22:00:07 +0000
committerNick Mathewson <nickm@torproject.org>2008-09-01 22:00:07 +0000
commit278a89d75a8b9d2b69373bc7e59dfdda996965cc (patch)
tree6874e01bfbf3485ebafa3ad273e113648d1da654 /doc/TODO.020
parent8cf2773aa761670dedf2c2f4a99cc34999d830a5 (diff)
downloadtor-278a89d75a8b9d2b69373bc7e59dfdda996965cc.tar.gz
tor-278a89d75a8b9d2b69373bc7e59dfdda996965cc.zip
Backport r15821 to 0.2.0: Disallow session resumption during renegotiation.
svn:r16725
Diffstat (limited to 'doc/TODO.020')
-rw-r--r--doc/TODO.0206
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO.020 b/doc/TODO.020
index d19e983d45..4aa3eb839b 100644
--- a/doc/TODO.020
+++ b/doc/TODO.020
@@ -3,13 +3,13 @@
description of the patch.)
Backport items for 0.2.0:
- - r14247: tor-spec and dir-spec updates [just backport the whole files]
+ X r14247: tor-spec and dir-spec updates [just backport the whole files]
Backport for 0.2.0 once better tested:
d r14830: disable openssl compression.
- r15699,15700: react quickly to readiness of rendezvous circuits.
- - r15821: fix bug related to TLS session negotiation.
- - r16136: prevent circid collision. [Also backport to 0.1.2.x??]
+ o r15821: fix bug related to TLS session negotiation.
+ o r16136: prevent circid collision. [Also backport to 0.1.2.x??]
- r16143: generate stream close events from connection_edge_destroy().
- r16450: open /dev/pf before dropping privileges.
- r16605: relays reject risky extend cells.