summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-04-18 03:13:58 +0000
committerNick Mathewson <nickm@torproject.org>2004-04-18 03:13:58 +0000
commitff261f78f218de7bf1d9777282024951921e9159 (patch)
treee326955472207dd731e3ba982cb67805ad7f56cf
parent14c30fe9fae525cfa5c5b7259bdc95d56a940cb6 (diff)
downloadtor-ff261f78f218de7bf1d9777282024951921e9159.tar.gz
tor-ff261f78f218de7bf1d9777282024951921e9159.zip
add more flagday items to todo
svn:r1661
-rw-r--r--doc/TODO9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 6cf22a6fc3..0e24c4e2de 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -12,17 +12,20 @@ ARMA - arma claims
X Abandoned
Flag-day changes: (things which are backward incompatible)
- . remove link key from directories, from connection_t.
+ o remove link key from directories, from connection_t.
(just get it from the tls cert)
- . make onion keys include oaep padding, so you can tell
+ o Generate link keys on startup; don't store them to disk.
+ o make onion keys include oaep padding, so you can tell
if you decrypted it correctly
+ - Rotate onion keys as needed
+ - Rotate TLS connections
+ - Set expiration times on X509 certs
. add bandwidthrate and bandwidthburst to server descriptor
- directories need to say who signed them.
- what other pieces of the descriptors need to change?
maybe add a section for who's connected to a given router?
add a flexible section for reputation info?
-
Bugs:
o we call signal(), but we should be calling sigaction()
o send socks rejects when things go bad ?