]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 11 Sep 2011 09:12:06 +0000 (11:12 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 13 Sep 2011 20:32:22 +0000 (22:32 +0200)
doc/TODO

index 862c9bf7914f75414959a98f92168210edfa43d9..b7041d7a713ed0ad60080831382b48f7533e8fc6 100644 (file)
--- 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.