]> git.sur5r.net Git - openldap/commit
Changed ldap_pvt_tls_init_def_ctx() to not fail if there is no cacertfile/dir specifi...
authorMark Valence <mrv@openldap.org>
Mon, 6 Dec 1999 04:44:22 +0000 (04:44 +0000)
committerMark Valence <mrv@openldap.org>
Mon, 6 Dec 1999 04:44:22 +0000 (04:44 +0000)
commit15c83bef9da518054baa1362a16308145c6fb9e5
treeb27b3ccf8c3eb9507d760a03e5189be87c5c6845
parent402c5115348ef0d0aa1a8da752497ada823d9672
Changed ldap_pvt_tls_init_def_ctx() to not fail if there is no cacertfile/dir specified.  This lets LDAP_OPT_X_TLS_REQUIRE_CERT=0 work.  If LDAP_OPT_X_TLS_REQUIRE_CERT=1, connection will fail as appropriate since there is no CA list.
libraries/libldap/tls.c