summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-09-11 11:12:06 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-09-13 22:32:22 +0200
commit5372c09bad3f1811f7f3ae1ffbe0553e204ba415 (patch)
tree3737f41c50552706f7f53ddb20b253196539fc11
parent9e4f3009c81d41b0b10cc9f2c5ebf41e211c54f5 (diff)
downloadgnutls-5372c09bad3f1811f7f3ae1ffbe0553e204ba415.tar.gz
updated
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
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.