updates.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 2 May 2001 10:41:32 +0000 (10:41 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 2 May 2001 10:41:32 +0000 (10:41 +0000)
CHANGES
apps/silc/silc.c

diff --git a/CHANGES b/CHANGES
index da175eb4f50c4e1780b1159e80a731916156b137..8e37cf600ef7b820e431115d6ba3b684685f1a6c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,8 @@
 Wed May  2 13:31:26 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * Register default ciphers and stuff when using the -S option
-         in the client.  Affected file silc/silc.c.
+         in the client.  Affected file silc/silc.c.  Same also when
+         creating new key pair with -C option.
 
 Tue May  1 14:18:13 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
index 717f812d7807c434f078f3e8c98234409669b90e..743be04b03d7583ff7e9c0767116a876ba4064aa 100644 (file)
@@ -246,6 +246,10 @@ SILC Secure Internet Live Conferencing, version %s\n",
 
   if (opt_create_keypair == TRUE) {
     /* Create new key pair and exit */
+    silc_cipher_register_default();
+    silc_pkcs_register_default();
+    silc_hash_register_default();
+    silc_hmac_register_default();
     silc_client_create_key_pair(opt_pkcs, opt_bits, 
                                NULL, NULL, NULL, NULL, NULL);
     silc_free(opt_pkcs);