]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: CURLOPT_SSL_CTX_FUNCTION for LDAPS
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 Feb 2020 22:03:21 +0000 (23:03 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 14 Feb 2020 22:03:21 +0000 (23:03 +0100)
Closes #4108

docs/TODO

index 6f4919c236c537d84d23da69e13adafa53d4326c..e23f28b9b68131912aced8e05e2f6f41eacce23b 100644 (file)
--- 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
  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