From: Pekka Riikonen Date: Fri, 7 Jul 2000 06:44:32 +0000 (+0000) Subject: updates X-Git-Tag: SILC.0.1~490 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=79c810bdecf777cc7d6cb130c586550652ba1138;p=silc.git updates --- diff --git a/CHANGES b/CHANGES index 1e48e0d1..228f511f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,20 @@ +Thu Jul 6 18:12:24 EEST 2000 Pekka Riikonen + + * Fixed screen refresh. + + * Fixed channel joining bug from client. On some circumstances + client tried to join to a channel it had already joined. + + * Added public key verification process into client's protocol.c. + The client now verifies the public key from user and saves + it into ~./silc/serverkeys/ directory. + + Added into: clientutil.[ch]: silc_client_verify_server_key. + + * Changed SKE protocol's silc_ske_initiator_finish function + to accept callback function that verifies the received public + key. Removed old silc_ske_verify_public_key function. + Wed Jul 5 19:19:02 EEST 2000 Pekka Riikonen * Added into silcpkcs[ch]: silc_pkcs_public_key[_data]_set and