X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=2186b85a0b88e21ef1297205338c1a855c5bba94;hb=7442402559fc951743360779cede89e0efcb63bf;hp=4f4c38f5616ef7000f15a3dd9563bdb57dfb2790;hpb=01ffee11d0a5ad7c35c34908035a1713ecfca506;p=silc.git diff --git a/CHANGES b/CHANGES index 4f4c38f5..2186b85a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +Fri Apr 13 17:12:46 EEST 2001 Pekka Riikonen + + * Added printing of error messages during SKE protocol from the + failure packet sent by server during SKE. Affected file + silc/client_ops.c. + + * Removed the client's failure_callback handling with timeout + and handle it immediately when received. + + * The SKE library returned wrong type in SUCCESS and FAILURE + packets. They must be 32 bit MSB not 16 bit MSB. + Fri Apr 13 00:09:08 EEST 2001 Pekka Riikonen * Ok, rewrote the logic of the re-key and now it seems to work.