summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-12-02 10:50:11 +0000
committerSimon Josefsson <simon@josefsson.org>2005-12-02 10:50:11 +0000
commit652260b185c1aeaa959b1adce6f7f6feac2c05e4 (patch)
tree3a003b1bd11f44810a6af11ec6b5f547b3df052e /doc/TODO
parenta5d0a529fa0ca64730012057b9687af8f9abf8db (diff)
downloadgnutls-652260b185c1aeaa959b1adce6f7f6feac2c05e4.tar.gz
Add.
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 886584978f..e3f909e0be 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -20,7 +20,7 @@ Current list:
-export-symbols-regex doesn't work.
- Allow sending V2 Hello messages. It seems that some (old) broken
implementations require that.
-- Add Kerberos support
+- Add Kerberos ciphersuites
- Certificate chain validation improvements:
- Implement "correct" DN comparison (instead of memcmp).
- Support critical key usage KeyCertSign and cRLSign.
@@ -34,6 +34,10 @@ Current list:
- Short-cut the certificate verification algorithm before the
root if a middle-CA is trusted.
- Update libgnutls-extra.m4 to use modern autoconf constructs.
+- Support for hardware SSL accelerators
+- Exhaustive test suite, using NIST's PKI Test vectors,
+ see http://csrc.nist.gov/pki/testing/x509paths_old.html
+ and http://csrc.nist.gov/pki/testing/x509paths.html
(+) Means high priority
(*) Means medium priority