X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=9a49a529c3f31be598d98e9cc2003c4720dae2ac;hb=b380893d96cb8d673cdd57a2383195903078ce7d;hp=c6aafe368b725d97e6c5d3ecb8ff8c8a9a272606;hpb=c2b07fdc09d15d9eb661cbc8ae1bc4acd9cb4bcd;p=silc.git diff --git a/CHANGES b/CHANGES index c6aafe36..9a49a529 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,16 @@ Thu Oct 24 12:22:35 EEST 2002 Pekka Riikonen channel message with wrong key during backup resuming protocol. Affected file silcd/packet_send.c. + * ROBODoc documented lib/silccrypt/silccipher.h. A patch by + Toni Willberg (toniw@iki.fi) + + * Changed the SilcCipher context to be private. Changed the + silc_cipher_get_iv to just return pointer to the IV. Added + silc_cipher_get_name to return the name of the cipher. + Fixed code all around to support these changes. Affected + files are lib/silccrypt/silccipher.[ch], client library and + server. + Wed Oct 23 19:01:41 EEST 2002 Pekka Riikonen * Fixed unaligned access in lib/silccore/silcattrs.c.