X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=660045cb75302a9952c4f6258104517e3b401746;hb=c826b9841053da3f00e2c531b25bb22aa49255d5;hp=427f1110b7e45d5e295c9c1f9cb3653451b2747a;hpb=c0d9618972274f56277acab0c124cd30c52d2953;p=silc.git diff --git a/CHANGES b/CHANGES index 427f1110..660045cb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,28 @@ +Wed Oct 17 16:51:18 EDT 2001 Pekka Riikonen + + * Added SILC_STR_UI8_[N]STRING[_ALLOC] formats to the + lib/silcutil/silcbuffmt.[ch]. + + * Redefined the SILC packet header to include the padding + length. Affected file lib/silccore/silcpacket.[ch]. + + * Added SILC_PACKET_PADLEN_MAX macro to return the padding + length for maximum padding up to 128 bytes). Affected + file lib/silccore/silcpacket.h. + + * Removed all backwards support for old 0.5.x MAC thingies. + The SILC packet header change makes it impossible to be + backwards compatible. + + * Send the ENDING packet with timeout in the backup resuming + protocol. This is to assure that all routers has connected + to the primary router. Affected file silcd/server_backup.c. + + * Changed the RNG to take the first IV from random data. It + used to take it from zero actually. Changed the RNG also + to use /dev/urandom during session. /dev/random is used + in initialization. Affected file lib/silccrypt/silcrng.[ch]. + Tue Oct 16 20:45:49 EDT 2001 Pekka Riikonen * Changed the SILC packet header to have the first two bytes