Searched refs:APR_LDAP_STARTTLS (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/apr-util/include/
H A Dapr_ldap_option.h44 * Set SSL mode to one of APR_LDAP_NONE, APR_LDAP_SSL, APR_LDAP_STARTTLS
201 #define APR_LDAP_STARTTLS 2 macro
/freebsd-12-stable/contrib/apr-util/ldap/
H A Dapr_ldap_option.c220 * APR_LDAP_STARTTLS: STARTTLS encryption
247 else if (tls == APR_LDAP_STARTTLS) {
283 if (tls == APR_LDAP_STARTTLS) {
312 else if (tls == APR_LDAP_STARTTLS) {
354 else if (tls == APR_LDAP_STARTTLS) {
/freebsd-12-stable/contrib/apr-util/test/
H A Dtestldap.c219 APR_LDAP_STARTTLS, &(result));

Completed in 116 milliseconds