summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-02-19 10:10:45 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-02-19 10:10:45 +0100
commitd4bc58b0999373f0659a3c6ac693539818db063c (patch)
treeb2177b6a9550724bf162a10f219d3faaec0d133b /doc/TODO
parent258d52ffb0112f457fa2503493b9f353d08bdf24 (diff)
downloadgnutls-d4bc58b0999373f0659a3c6ac693539818db063c.tar.gz
updated.
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 811bd04ed0..0be270d404 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -3,7 +3,13 @@ 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:
-+ Support PKCS#8 AES and DES-MD5 (tests/enc3pkcs8.pem) encrypted keys.
++ Allow setting a list of trusted plain certificates (not CAs) in the
+ gnutls_x509_trust_list_t, to verify against.
+* 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 -
+ maybe use p11-kit for that.
+* Support PKCS#8 AES and DES-MD5 (tests/enc3pkcs8.pem) encrypted keys.
* Implement Datagram-TLS (DTLS).
* Implement TLS-PSK with PKCS #11.
* Verify added CRLs (is it really needed?)