summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-12-27 09:18:48 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-12-27 09:18:48 +0000
commitfb820e9c738c6f104fd9748aa1e8093b5cc837d2 (patch)
treea8f404431905b9ef59325fe5cd16b1c7c379702d
parent57e2e68bfda09623b45c4cc3995a51267e02d968 (diff)
downloadgnutls-fb820e9c738c6f104fd9748aa1e8093b5cc837d2.tar.gz
*** empty log message ***
-rw-r--r--doc/TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 154fd36523..ebddaa4446 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,9 +5,6 @@ in order to avoid having people working on the same thing.
Current list:
* Check opera (which sends an closure alert during the handshake
which we do not read).
-* Modify the verification function, gnutls_x509_crt_list_verify(),
- to check the list in reverse order, to save unneeded checks and
- avoid possible attacks.
* Make the current ciphering code a bit more abstract to
allow easy integration with TLS hardware.
* Allow adding multiple subject alternative names.