X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES.RUNTIME;h=e8410c936deb4ff326e973c4a9aa31de664cfacb;hb=89c9e521baa2c03c1a354dacc01eaa2bf0aa40e0;hp=55a723dcc17f8b65a52ed15b442513bdde76f24b;hpb=519e7f0fbbc61ff9a82603def0aad97cc95a53d1;p=silc.git diff --git a/CHANGES.RUNTIME b/CHANGES.RUNTIME index 55a723dc..e8410c93 100644 --- a/CHANGES.RUNTIME +++ b/CHANGES.RUNTIME @@ -1,3 +1,21 @@ +Mon Jul 9 20:21:13 EEST 2007 Pekka Riikonen + + * Added SILC Accelerator Library. Provides generic way to + use accelerators with crypto library. Affected files are in + lib/silcacc/. + + * Added software accelerator, a thread pool system that off-loads + public and private key operations to threads. Affected files + are lib/silcacc/softacc.[ch]. + + * Changed thread pool completion callback to SilcTaskCallback so + that it can be given directly to destination scheduler. + Affected files are lib/silcutil/silcthread.[ch]. + + * Added SilcPKCSAlgorithm context to SilcPublicKey and + SilcPrivateKey contexts. Affected files are + lib/silccrypt/silcpkcs.[ch], silcpk.c. + Sun Jul 8 20:20:22 EEST 2007 Pekka Riikonen * Moved Base64 routines to lib/silcutil/silcbase64.[ch]. Added