updates.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 20 Sep 2006 21:26:13 +0000 (21:26 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 20 Sep 2006 21:26:13 +0000 (21:26 +0000)
TODO

diff --git a/TODO b/TODO
index e771182026d1f1d38be6bcbf3554dc12bba45477..27d5679320302997edcbf3f3b116b082eb199ade 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,17 +21,24 @@ lib/silccore/silcpacket.[ch]        ****PARTLY DONE****
 lib/silccore/silcid.[ch]       ****DONE****
 ========================
 
 o Add silc_id_str2id to accept the destination buffer as argument
-    and thus not require any memory allocation.  Same will happen
-    with silc_id_payload_* functions. (***DONE)
+ o Add silc_id_str2id to accept the destination buffer as argument
+   and thus not require any memory allocation.  Same will happen
+   with silc_id_payload_* functions. (***DONE)
 
 o silc_id_str2id, silc_id2str to non-allocating routines. (***DONE)
+ o silc_id_str2id, silc_id2str to non-allocating routines. (***DONE)
 
 
 lib/silccore
 ============
 
-  o All payload encoding routines should take SilcStack as argument.
+ o All payload encoding routines should take SilcStack as argument.
+
+
+lib/silcskr
+===========
+
+ o Removing key from the repository is not possible currently.  It should 
+   be.
 
 
 lib/silcske/silcske.[ch]
@@ -39,6 +46,9 @@ lib/silcske/silcske.[ch]
 
  o IV Included flag support in SKE (it currently doesn't accept it)
 
+ o assemble_security_properties to take cipher, hash, hmac, etc. as
+   argument.
+
  o SilcConnAuth header file documentation.
 
 
@@ -131,6 +141,8 @@ lib/silcutil/silcsocketstream.[ch]  ****PARTY DONE****
 
  o Add SilcSocketStream for WIN32
 
+ o Handle EOS sending to upper layer properly
+
  o Test QoS after the changes made to socket stream