X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=a7a908a641aecaf1a4d5e2cd738d31505996d47f;hb=306ec7a94a1097ccd432c9dd022efe234605fa38;hp=43d3dcbdff08841b5dd197f6b3a1e48bf99749c0;hpb=804ad58c4be2f496f63d9fbc187997b4f1bc1d12;p=silc.git diff --git a/CHANGES b/CHANGES index 43d3dcbd..a7a908a6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +Tue Jul 17 16:53:30 EEST 2001 Pekka Riikonen + + * Found a bug in the SKE implementation. The HASH value, + specified by the protocol, was not computed correctly. The + public key of the responder was not added to the computation + even though it is mandatory. Affected file lib/silcske/silcske.c. + This unfortunately causes incompatibilities with older + clients and servers. + + * Added WIN32 specific network init and uninit functions: + silc_net_win32_init and silc_net_win32_uninit to init and uninit + the Winsock2. Affected file lib/silcutil/silcnet.h and + lib/silcutil/win32/silcwin32net.c. + + * Set the socket always to nonblocking mode on WIN32 after + reading data or writing data. Affected file is + lib/silcutil/win32/silcwin32sockconn.c. + Mon Jul 16 22:55:26 EEST 2001 Pekka Riikonen * Fixed various compilation problems under WIN32. Affected