X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=1068685b1fe01cb4b9e7aced49cca03c4233cf4d;hb=711923e9a7704076bae3a0b90788ed304d832038;hp=4399701d09b3c3c2d2fae76f1324188f9209d44c;hpb=e789a8607d944bb552837d0feacbe276d5bf0191;p=silc.git diff --git a/CHANGES b/CHANGES index 4399701d..1068685b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,17 @@ +Fri Jul 20 13:16:00 EEST 2001 Pekka Riikonen + + * Fixed a minor bug in SKE that might cause some problem on + some platforms. Affected file lib/silcske/silcske.c. + + * Added the cookie checking for initiator in the SKE. It checks + that the responder returns the sent cookie unmodified. The + affected file is lib/silcske/silcske.c. Added new SKE + error type INVALID_COOKIE that can be sent during the + negotiation. Fixed some memory leaks as well. + + * Added the "invalid cookie" error message to Irssi SILC client's + message formats. + Thu Jul 19 21:44:31 EEST 2001 Pekka Riikonen * Added `task_max' field to the SilcClientParams to indicate