Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssl/engines/
H A De_capi.c193 int (*client_cert_select) (ENGINE *e, SSL *ssl, STACK_OF(X509) *certs); member
478 ctx->client_cert_select = cert_select_dialog; in capi_init()
1636 ctx->client_cert_select = cert_select_simple; in capi_ctx_new()
1786 client_cert_idx = ctx->client_cert_select(e, ssl, certs); in capi_load_ssl_client_cert()