From: Pekka Riikonen Date: Fri, 11 Oct 2002 21:03:37 +0000 (+0000) Subject: updates. X-Git-Tag: silc.client.0.9.6~25 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=01aa43a9393cd2f0727774e49db5c8cde7c2acdf;p=silc.git updates. --- diff --git a/CHANGES b/CHANGES index 2f92996c..76a8feab 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +Fri Oct 11 23:52:17 EEST 2002 Pekka Riikonen + + * Some strncat -> silc_strncat changes our the core and + client library. + + * Added SILC_SKE_STATUS_SIGNATURE_ERROR and OUT_OF_MEMORY + errors. Added better error printing to SKE library. + Affected files lib/silcske/silcske.c, silcske_status.h and + payload.c. + + * Save the PKCS key length even if only private key is set to + SilcPKCS. Affected file lib/silccrypt/silcpkcs.[ch] and rsa.c. + + * Fixed the usage of silc_pkcs_get_key_len since it returns the + length in bits not in bytes. Affected files are + lib/silcske/silcske.c, lib/silccore/silcauth.c and + silcd/server_query.c. + Wed Oct 9 17:22:57 EEST 2002 Pekka Riikonen * Added silc_attribute_payload_encode_data to directly encode