From: Daniel Stenberg Date: Fri, 14 Feb 2020 22:03:21 +0000 (+0100) Subject: TODO: CURLOPT_SSL_CTX_FUNCTION for LDAPS X-Git-Tag: curl-7_69_0~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95d628e13ecbf9ff5c0424d287754ab6c20110d2;p=thirdparty%2Fcurl.git TODO: CURLOPT_SSL_CTX_FUNCTION for LDAPS Closes #4108 --- diff --git a/docs/TODO b/docs/TODO index 6f4919c236..e23f28b9b6 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