updates.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 6 Nov 2002 19:49:37 +0000 (19:49 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 6 Nov 2002 19:49:37 +0000 (19:49 +0000)
TODO-1.0

index a1957118693ac943cb92a0e5f6b0fe826dc05e0c..b3f341265de848319fbd4489974af063d0d30766 100644 (file)
--- a/TODO-1.0
+++ b/TODO-1.0
@@ -31,6 +31,14 @@ least could be done.
  o OpenPGP certificate support, allowing the use of PGP public keys
    in SILC.
 
+ o SILC PKCS (silcpkcs.h) reorganizing when other PK supports added.
+   Move the SILC Public Key routines away from the crypto library into
+   the core library (silccore).  silc_pkcs_public/private_key_* routines
+   to silc_public/private_key_* routines.  The silc_public_key_* routines
+   should also automatically handle SILC Public Keys, and other keys
+   and certificates as well.  Add fe. silcpk.h into silccore.  It should
+   also include the Public Key Payload encoding and decoding routines.
+
  o Compression routines are missing.  The protocol supports packet
    compression thus it must be implemented.  SILC Zip API must be
    defined.