Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1384 # define SSL_CTRL_GET_VERIFY_CERT_STORE 137 macro
1448 SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1478 SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
H A Dssl.h.in1312 # define SSL_CTRL_GET_VERIFY_CERT_STORE 137 macro
1376 SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1406 SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c3693 case SSL_CTRL_GET_VERIFY_CERT_STORE: in ssl3_ctrl()
3944 case SSL_CTRL_GET_VERIFY_CERT_STORE: in ssl3_ctx_ctrl()