diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-08-21 20:34:10 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-08-21 20:34:10 +0000 |
commit | 278fd7b17f5029ef2ccfba8967d7b72c3b6af3e3 (patch) | |
tree | 01cb6de5b265a4c94378658b1231c851eb13a1ec /doc/TODO | |
parent | fd0d6dc015fd709ffea4ea4b675a989db95fc093 (diff) | |
download | gnutls-278fd7b17f5029ef2ccfba8967d7b72c3b6af3e3.tar.gz |
Add.
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,10 @@ Current list: - Allow sending V2 Hello messages. It seems that some (old) broken implementations require that. - Add Kerberos support +- Certificate chain validation improvements: + - Implement "correct" DN comparison (instead of memcmp). + - Support critical key usage KeyCertSign and cRLSign. + - Support path length constraints. - RFC 3280 compliant certificate path validation. (+) Means high priority |