From: Pekka Riikonen Date: Wed, 2 May 2001 10:38:00 +0000 (+0000) Subject: updates. X-Git-Tag: SILC.0.2.1~4 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=786463e0b33eb092907f1ee59aba645217161981 updates. --- diff --git a/CHANGES b/CHANGES index e30226af..da175eb4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Wed May 2 13:31:26 EEST 2001 Pekka Riikonen + + * Register default ciphers and stuff when using the -S option + in the client. Affected file silc/silc.c. + Tue May 1 14:18:13 EEST 2001 Pekka Riikonen * Fixed the silc_verify_public_key client operation function to diff --git a/apps/silc/silc.c b/apps/silc/silc.c index fc1ff725..717f812d 100644 --- a/apps/silc/silc.c +++ b/apps/silc/silc.c @@ -254,6 +254,10 @@ SILC Secure Internet Live Conferencing, version %s\n", if (opt_show_key == TRUE) { /* Dump the key */ + silc_cipher_register_default(); + silc_pkcs_register_default(); + silc_hash_register_default(); + silc_hmac_register_default(); silc_client_show_key(opt_keyfile); silc_free(opt_keyfile); exit(0);