summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-22 19:08:11 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-24 18:57:39 +0200
commit12e1a91a6b1e743bee721c887c620d9e8421cb27 (patch)
tree4cf71d6a786af3383561621153155f9116b55071 /doc/TODO
parent74412d222920232312d8ceda7a2a6bf91f3058f3 (diff)
downloadgnutls-12e1a91a6b1e743bee721c887c620d9e8421cb27.tar.gz
added new items
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 00bc723457..13764a8794 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,6 +5,11 @@ in order to avoid having people working on the same thing.
Current list:
* When importing a PKCS #11 certificate, check for its issuers to generate a
chain (e.g. use the DN to retrieve possible signers).
+* Improve AES assembly. AES in nettle can be improved in x86, arm and
+ x86-64.
+* Add support for RSA-PSS. This signature algorithm is seen in some
+ passport CAs. Should be added in nettle and then in gnutls.
+* Move ECC code to nettle.
- Add DTLS 1.2 support (RFC6347)
- Add certificate image support (see RFC3709, RFC6170)
- RFC 3280 compliant certificate path validation.