]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Tue, 13 Feb 2007 11:50:22 +0000 (11:50 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 13 Feb 2007 11:50:22 +0000 (11:50 +0000)
doc/TODO

index eb028fede2c158f9f63e47d3abe39ef228abfc2b..476d88c93ff89d225e15dacb92bca17cad592340 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -44,8 +44,11 @@ Current list:
 - Support non-blocking gnutls_{dh,rsa}_params_generate2 for when there
   is not enough entropy available. 
 - Implement Datagram-TLS (DTLS).
-- Short-cut the certificate verification algorithm before the
-  root if a middle-CA is trusted.
+- Chain verifications.
+  - Short-cut the certificate verification algorithm before the
+    root if a middle-CA is trusted.
+  - Check path length constraints.
+  - Check keyCertSign key usages.
 - Update libgnutls-extra.m4 to use modern autoconf constructs.
 - Support for hardware SSL accelerators
 - Exhaustive test suite, using NIST's PKI Test vectors,