X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=b7a03848bfb924bea17ae787dae6131a461a5414;hb=f5655eda8412bc7b03b6162cad01ad612719ad4a;hp=4189c1557d4621a2c2de4efa0edd72656106db6d;hpb=9a3032f7fd59939bcdce2ef4401dd2b84b7df637;p=silc.git diff --git a/CHANGES b/CHANGES index 4189c155..b7a03848 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,23 @@ Sat Feb 16 13:44:24 EET 2002 Johnny Mnemonic little timeout after connecting. The affected file is lib/silcclient/client.c. + * Added following new config file settings: + channel_rekey_secs, key_exchange_rekey, key_exchange_pfs, + key_exchange_timeout, conn_auth_timeout, connections_max, + links_max. + + Implemented all the new config settings handling in the server. + + Optimized the use of SKE Mutual flag usage. Use it only + if connection authentication protocol is not based in public + key authentication. + + Renamed all SilcServerConfigSection* to SilcServerConfig* + to have a bit shorter names. + + Affected files silcd/serverconfig.[ch], server.[ch], and + protocol.[ch]. + Sat Feb 16 02:46:43 CET 2002 Johnny Mnemonic * Cleaned up the listening sockets code, preparing for the rehash