This has nothing to do with OpenSSL. Neither AD nor ADSI Edit use OpenSSL.
ADSI is an API on top of LDAP (and other non-LDAP "providers"), and LDAP can use TLS as a transport, so in principle you might be able to get an ADSI client such as ADSI Edit to connect to an LDAP server that uses OpenSSL for TLS. But AD does not; it uses Microsoft's SChannel, and that's what the ADSI client-side LDAP provider uses as well. |