]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added new TODO items.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 4 Jun 2011 21:04:52 +0000 (23:04 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 4 Jun 2011 21:04:52 +0000 (23:04 +0200)
doc/TODO

index 68b2a1fa2eb5df640a1b80fadf73ceef07cf8e2c..19e5ba07c2d99e490411e7cbe99c238a4c80bb97 100644 (file)
--- 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 -