X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=faaa44cbd62a3b4621fbb976c018997d7fa0af51;hb=04f41c4481381e8e7c1e685a4edb6be6ec5d2c66;hp=9edaaa5a40870166b40b8491034f9d7ead1d67b4;hpb=02c161c97dd908adc4d78b8faf2ca9eb3cc1379d;p=silc.git diff --git a/CHANGES b/CHANGES index 9edaaa5a..faaa44cb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,19 @@ +Tue Feb 20 14:14:14 EET 2001 Pekka Riikonen + + * The RSA key length is now save to the RsaKey context in the + key generation process in lib/silccrypt/rsa.c. The key length + is now used to figure out the maximum size of the block allowed + to be encrypted/signed. + + * Added silc_mp_mp2bin_noalloc into lib/silcmath/mpbin.[ch]. It + is equivalent to the silc_mp_mp2bin but does not allocate any + memory. + + * Changed silc_mp_mp2bin API to take length argument. If it is + non-zero then the buffer is allocated that large. If zero, then + the size is approximated using silc_mp_sizeinbase, which however + is not relieable. + Mon Feb 19 19:59:28 EET 2001 Pekka Riikonen * The client entry's userinfo pointer must be always valid.