updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index f0871b358508113bb9cfb2c9f49d1f8114476d87..8de20df22b4e933786416e22c1e93e8e944a7617 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,13 +1,3 @@
-TODO General
-============
-
- o We should replace all short, int, long, unsigned short, unsigned int,
-   unsigned long with some pre-defined datatypes that really are what
-   we want on all platforms.  int16, uint16, int32, uint32 etc. are
-   what we could use or maybe SilcInt16, SilcUInt16 etc.  Also, boolean
-   datatype should be defined.
-
-
 TODO/bugs In SILC Client Library
 ================================
 
@@ -66,12 +56,6 @@ TODO/bugs In SILC Server
 TODO/bugs In SILC Libraries
 ===========================
 
- o Implement PFS (Perfect Forward Secrecy) flag in SKE (and in client and
-   server, actually).  If PFS is set, re-key must cause new key exchange.
-   This is required by the SILC protocol.
-
- o Re-key in general is actually missing (from everywhere) and must be done.
-
  o Compression routines are missing.  The protocol supports packet
    compression thus it must be implemented.  SILC Comp API must be
    defined.  zlib package is already included into the lib dir (in CVS,