From: Nikos Mavrogiannopoulos Date: Sun, 11 Sep 2011 09:12:06 +0000 (+0200) Subject: updated X-Git-Tag: gnutls_3_0_3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5372c09bad3f1811f7f3ae1ffbe0553e204ba415;p=thirdparty%2Fgnutls.git updated --- diff --git a/doc/TODO b/doc/TODO index 862c9bf791..b7041d7a71 100644 --- a/doc/TODO +++ b/doc/TODO @@ -3,6 +3,10 @@ anything), contact the developer's mailing list (gnutls-dev@lists.gnupg.org), in order to avoid having people working on the same thing. Current list: +* Try to use _gnutls_hash_fast() and _gnutls_hmac_fast() where + possible. Especially when hashing/hmacing records. This would + allow direct usage of CPU or chip acceleration, which do not + typically allow multiple hashes. * Add certificate image support (see RFC3709, RFC6170) * Perform signature calculation in PKCS #11 using not plain RSA but rather the combination of RSA-SHA256, RSA-SHA1 etc.