diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-05-07 02:28:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-05-07 02:28:42 +0000 |
commit | 445cd8f0f132c44c2d4cc8dd94579edead849eec (patch) | |
tree | 7464552a7c8bf0811c4bd4c268e51a0a03384aa4 /doc/TODO | |
parent | d0ff485e1b36e07d1edecdc6c454d636dea99061 (diff) | |
download | tor-445cd8f0f132c44c2d4cc8dd94579edead849eec.tar tor-445cd8f0f132c44c2d4cc8dd94579edead849eec.tar.gz |
Decrease DH group length to 1024. (Roger, you may want to read section 1 of the IETF draft: a 1024-bit DH key probably reduces our cipher strength to ~80 bits.)
svn:r269
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -54,9 +54,9 @@ SPEC!! D Non-clique topologies - Consider taking the master out of the loop? . Directory servers D Automated reputation management -NICK - Include key in source; sign directories +NICK . Include key in source; sign directories - Add versions to code -NICK - Have directories list recommended-versions +NICK . Have directories list recommended-versions - Quit if running the wrong version - Command-line option to override quit . Add more information to directory server entries @@ -131,7 +131,7 @@ NICK . OS X o incremental path building - transition circuit-level sendmes to hop-level sendmes - implement truncate, truncated -NICK - move from 192byte DH to 128byte DH, so it isn't so damn slow + o move from 192byte DH to 128byte DH, so it isn't so damn slow - exiting from not-last hop - OP logic to decide to extend/truncate a path - make sure exiting from the not-last hop works |