Home
last modified time | relevance | path

Searched refs:ldo_tls_require_san (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dinit.c645 gopts->ldo_tls_require_san = LDAP_OPT_X_TLS_ALLOW; in ldap_int_initialize_global_options()
Dtls2.c729 *(int *)arg = lo->ldo_tls_require_san; in ldap_pvt_tls_get_option()
948 lo->ldo_tls_require_san = * (int *) arg; in ldap_pvt_tls_set_option()
Dldap-int.h323 int ldo_tls_require_san; member
Dtls_g.c567 int chkSAN = ld->ld_options.ldo_tls_require_san, gotSAN = 0; in tlsg_session_chkhost()
Dtls_o.c764 int chkSAN = ld->ld_options.ldo_tls_require_san, gotSAN = 0; in tlso_session_chkhost()