aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-29 06:59:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-29 06:59:44 +0000
commit9853acba6646ea8e3469c95da4773e6e23b19129 (patch)
treeed9c715954a7ebfb0235e514db0042987703d3a4 /docs
parent09cb9c782daba27526ad59b2185027906d36ff2c (diff)
Moved the GnuTLS related TODO items from lib/TODO.gnutls to the proper
docs/TODO
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 5678b9fc2..9f6ed77c4 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -167,6 +167,21 @@ TODO
Awaits OpenSSL support for this, no need to support this in libcurl before
there's an OpenSSL release that does it.
+ * make the configure --with-ssl option first check for OpenSSL and then for
+ GnuTLS if OpenSSL wasn't detected.
+
+ GnuTLS
+
+ * Get NTLM working using the functions provided by libgcrypt, since GnuTLS
+ already depends on that to function. Not strictly SSL/TLS related, but
+ hey... Another option is to get available DES and MD4 source code from the
+ cryptopp library. They are fine license-wise, but are C++.
+
+ * SSL engine stuff?
+
+ * Work out a common method with Peter Sylvester's OpenSSL-patch for SRP
+ on the TLS to provide name and password
+
LDAP
* Look over the implementation. The looping will have to "go away" from the