aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-08-25 09:18:46 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-08-25 09:18:46 +0200
commitd106189a4799b852e41e4bd2341773c3372bb5cd (patch)
tree297902dfd3dfe8ea288b49d94d58acb84defe493
parentddb810ab700997ca63a17e8ccbec69eea3b7c422 (diff)
TODO: done "NTLM with other crypto functions"
Since NTLM was made to work with the NSS API as well, the primary SSL alternatives will be built with NTLM support in libcurl.
-rw-r--r--docs/TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/TODO b/docs/TODO
index d3b2fa38e..7ae3fd3aa 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -55,7 +55,6 @@
7.7 Support other SSL libraries
7.8 Support SRP on the TLS layer
7.9 improve configure --with-ssl
- 7.10 Make NTLM work with other crypto functions
8. GnuTLS
8.1 SSL engine stuff
@@ -336,14 +335,6 @@ to provide the data to send.
make the configure --with-ssl option first check for OpenSSL, then GnuTLS,
then NSS...
-7.10 Make NTLM work with other crypto functions
-
- Get NTLM working using the functions provided by NSS etc. 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++. NTLM currenly only works when libcurl is built with OpenSSL or GnuTLS
- support.
-
8. GnuTLS
8.1 SSL engine stuff