Searched refs:client_certs (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dutil_ldap.h124 apr_array_header_t *client_certs; /* Client certificates on this connection */ member in struct:util_ldap_connection_t
144 apr_array_header_t *client_certs; /* Client certificates */ member in struct:util_ldap_config_t
/httpd/modules/ldap/
H A Dutil_ldap.c271 int have_client_certs = !apr_is_empty_array(ldc->client_certs);
347 ldc->client_certs, &(result));
731 && !compare_client_certs(dc->client_certs, l->client_certs))
769 !compare_client_certs(dc->client_certs, l->client_certs))
852 l->client_certs = apr_array_copy_hdr(l->pool, dc->client_certs);
2482 cert = (apr_ldap_opt_tls_cert_t *)apr_array_push(dc->client_certs);
2673 dc->client_certs
[all...]

Completed in 904 milliseconds