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

/macosx-10.10.1/apache-793/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
141 apr_array_header_t *client_certs; /* Client certificates */ member in struct:util_ldap_config_t
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-43-ciphers.c645 CFArrayRef client_certs = client_chain(); local
646 ok(client_certs, "got client certs");
679 s, client_certs, proto);
700 CFReleaseNull(client_certs);
/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap.c266 int have_client_certs = !apr_is_empty_array(ldc->client_certs);
340 ldc->client_certs, &(result));
718 && !compare_client_certs(dc->client_certs, l->client_certs))
752 !compare_client_certs(dc->client_certs, l->client_certs))
822 l->client_certs = apr_array_copy_hdr(l->pool, dc->client_certs);
2439 cert = (apr_ldap_opt_tls_cert_t *)apr_array_push(dc->client_certs);
2629 dc->client_certs
[all...]

Completed in 133 milliseconds