summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-20 10:13:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-20 10:13:47 +0000
commit669709f80e4b80d1e2745a84a5f038ddd07576ee (patch)
treeba3c0715a24542628378ec9811db58b59d970c4e
parentea409d037423ce232d7a805cb9ee4da6fd414801 (diff)
downloadgnurl-669709f80e4b80d1e2745a84a5f038ddd07576ee.tar.gz
gnurl-669709f80e4b80d1e2745a84a5f038ddd07576ee.tar.bz2
gnurl-669709f80e4b80d1e2745a84a5f038ddd07576ee.zip
GNUTLS is another new SSL library we can add support for. Anyone?
-rw-r--r--docs/TODO13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/TODO b/docs/TODO
index f3569d676..edf94d6dc 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -21,6 +21,12 @@ To do for the 7.8 release:
To do in a future release (random order):
+ * Rewrite parts of the test suite. Make a (XML?) format to store all
+ test-data in a single for a single test case. The current system makes far
+ too many separate files. We also need to have the test suite support
+ different behaviors, like when libcurl is compiled for IPv6 support and
+ thus performs a different set of FTP commands.
+
* Add configure options that disables certain protocols in libcurl to
decrease footprint. '--disable-[protocol]' where protocol is http, ftp,
telnet, ldap, dict or file.
@@ -33,9 +39,10 @@ To do in a future release (random order):
stamp as the remote file. libcurl already is capable of fetching the remote
file's date.
- * Make the SSL layer option capable of using the Mozilla Security Services as
- an alternative to OpenSSL:
- http://www.mozilla.org/projects/security/pki/nss/
+ * Make curl's SSL layer option capable of using other free SSL libraries.
+ Such as the Mozilla Security Services
+ (http://www.mozilla.org/projects/security/pki/nss/) and GNUTLS
+ (http://gnutls.hellug.gr/)
* Add asynchronous name resolving, as this enables full timeout support for
fork() systems.