updates
authorPekka Riikonen <priikone@silcnet.org>
Wed, 13 Dec 2006 11:54:30 +0000 (11:54 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 13 Dec 2006 11:54:30 +0000 (11:54 +0000)
TODO

diff --git a/TODO b/TODO
index 9f031d87f12189609d30e94c25b6348580131eb5..d8ce78c2765b907ffab27eca3e4d9bd6fee9ac52 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,10 +13,6 @@ SILC Client
 
  o Improve help files, especially /cmode, /cumode and /key.
 
- o in /cmode and /cumode with +r, maybe the public key and private key
-   could be just some "string", which would then match to "string.pub" and
-   "string.prv".
-
 
 lib/silcclient, The Client Library
 ==================================
@@ -70,6 +66,10 @@ lib/silcclient, The Client Library
  o Remove silc_client_run and silc_client_run_one from calling SilcSchedule.
    Leave the scheduling entirely to application.
 
+ o in /cmode and /cumode with +r, maybe the public key and private key
+   could be just some "string", which would then match to "string.pub" and
+   "string.prv".
+
  o All packet waiting timeout tests and error condition tests.
 
 
@@ -147,6 +147,7 @@ lib/silccrypt                       ****PARTLY DONE****
  o Add DSS support.
 
  o Cipher optimizations (asm, that this) at least for i386 would be nice.
+   Take Gladman's AES ASM.
 
  o ECDSA and ECDH.