X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=0e76816de27ef66bed62be7b8b8c016d52554af8;hb=fde8aa8c7b1952d14fe9275ae36836fe995ea943;hp=19e6d29b0ea716a356b421bd7368d7d97a2a1186;hpb=4c0b87583da634b12c5745baa19c7ec42e30376c;p=silc.git diff --git a/CHANGES b/CHANGES index 19e6d29b..0e76816d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,20 @@ +Sat Nov 2 21:26:56 EET 2002 Pekka Riikonen + + * Added support for encrypted private key files. Now + passphrase must be provided when new key pair is created + (can be empty though), and prompted when loading the + private key. Added support for loading the old-style + non-encrypted private keys as well. Affected files + lib/silccrypt/silcpkcs.[ch], Irssi SILC client and + SILC Server. + + * Fixed silc_get_input to accept input on all terminals. + Affected file lib/silcutil/silcutil.c. + + * Moved the Irssi SILC client key loading and other stuff + to be called after the arguments and UI is initialized. + Affected file irssi/src/silc/core/silc-core.c. Bug #31. + Sat Nov 2 12:53:09 EET 2002 Pekka Riikonen * Fixed connection closing in client library to not crash.