summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-02-14 23:03:21 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-02-14 23:03:21 +0100
commit95d628e13ecbf9ff5c0424d287754ab6c20110d2 (patch)
treec176ee218bad7f311f70df1946a08ea7a755ef67
parentaf9afd8b17dc6acecf76d6a95e8971b7788f7bba (diff)
downloadcurl-95d628e13ecbf9ff5c0424d287754ab6c20110d2.tar.gz
TODO: CURLOPT_SSL_CTX_FUNCTION for LDAPS
Closes #4108
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 6f4919c23..e23f28b9b 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -87,6 +87,7 @@
10. LDAP
10.1 SASL based authentication mechanisms
+ 10.2 CURLOPT_SSL_CTX_FUNCTION for LDAPS
11. SMB
11.1 File listing support
@@ -603,6 +604,13 @@
be possible to use ldap_bind_s() instead specifying the security context
information ourselves.
+10.2 CURLOPT_SSL_CTX_FUNCTION for LDAPS
+
+ CURLOPT_SSL_CTX_FUNCTION works perfectly for HTTPS and email protocols, but
+ it has no effect for LDAPS connections.
+
+ https://github.com/curl/curl/issues/4108
+
11. SMB
11.1 File listing support