summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-04 23:04:52 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-04 23:04:52 +0200
commit13c861eaa7f48a315e2f5b571b125cdf05c81376 (patch)
treed28d104f110feaeeea403558c08fed2e63a1ff8e
parent18e37c42f648a08c65b83857c2bf6ddfcf746cc5 (diff)
downloadgnutls-13c861eaa7f48a315e2f5b571b125cdf05c81376.tar.gz
Added new TODO items.
-rw-r--r--doc/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 68b2a1fa2e..19e5ba07c2 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -3,6 +3,11 @@ 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:
+* 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.
+ That will allow the usage of more secure tokens that do not
+ allow plain RSA.
* Allow setting a PKCS #11 module to gnutls_x509_trust_list_t, to verify
against, similarly to NSS way.
* Support replacing individual algorithms via a PKCS #11 module -