From: Pekka Riikonen Date: Wed, 13 Dec 2006 11:54:30 +0000 (+0000) Subject: updates X-Git-Tag: 1.2.beta1~546 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=7b16a3dad6b46e0af295904c21232d5cb3732ee3 updates --- diff --git a/TODO b/TODO index 9f031d87..d8ce78c2 100644 --- 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.