updates.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 12b4ed672ee107f763d255c430a79fdab3db56d5..816493ffea4a56b0cd723f4403d9452a980ce607 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,29 @@
+Sun Apr  8 19:30:56 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+       * Made the key generation options to the silcd program.  Added
+         -C option, equivalent to client's option.
+
+       * Added new [ServerKeys] config section to the server.  It
+         configures the server's public and private key.
+
+       * Defined generic Public Key Payload into the protocol
+         specification to send specific type of public keys and
+         certificates.
+
+       * Defined new command SILC_COMMAND_GETKEY to fetch a client's
+         public key or certificate.
+
+       * Implemented the GETKEY command to the server and to the
+         client library and on user interface.
+
+Sun Apr  8 01:37:21 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+       * Made preliminary `make install' work.
+
 Thu Apr  5 17:42:30 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
+       * Added SilcServerRekey context into silcd/idlist.h.
+
        * Added the PFS support as defined in the specification to the
          SKE protocol.  Affected files lib/silcske/*.c.
 
@@ -17,10 +41,17 @@ Thu Apr  5 17:42:30 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
        * Added the re-key support with and without PFS to the client
          library.  Re-key is performed once in an hour, by default.
 
+         Added new protocol type SILC_PROTOCOL_CLIENT_REKEY.
+         Added silc_client_rekey_callback and silc_client_rekey_final.
+         Affected files are lib/silcclient/protocol.[ch] and
+         lib/silcclient/client.[ch].
+
        * Removed the `hmac_key' and `hmac_key_len' fields from the
          SilcClientConnection structure; not needed.  Affected file is
          lib/silcclient/client.h.
 
+       * Updated TODO.
+
 Wed Apr  4 16:32:31 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * Do not ask whether user wants to use the negotiated private key