X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=e1328f61e528702a361b193e649d269abf3e7007;hb=ced2de2998817549665961a2360d899e30bea669;hp=8ff7fae132bbd0b7f2aedd682cb80afe91d12a6e;hpb=0939f6721f2415ca175073bc7205d6424d2d3544;p=silc.git diff --git a/CHANGES b/CHANGES index 8ff7fae1..e1328f61 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +Sat Nov 3 17:48:55 EET 2001 Pekka Riikonen + + * Added silc_pkcs_public_key_compare to compare two + public keys. Affected file lib/silccrypt/silcpkcs.[ch]. + + * Check that the client who set the founder mode on the + channel is the same client that is giving the founder + mode to itself. It is done by comparing the saved public + key (it is saved even in the authentication is passphrase). + Affected file silcd/command.c. + Fri Nov 2 18:52:08 EST 2001 Pekka Riikonen * Do not process packet for disconnected socket connection.