Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_add1_chain_cert.pod6 SSL_CTX_add1_chain_cert, SSL_CTX_get0_chain_certs, SSL_CTX_clear_chain_certs,
21 int SSL_CTX_get0_chain_certs(SSL_CTX *ctx, STACK_OF(X509) **sk);
48 SSL_CTX_get0_chain_certs() retrieves the chain associated with the current
/NextBSD/secure/lib/libssl/
HDMakefile.man111 MLINKS+= SSL_CTX_add1_chain_cert.3 SSL_CTX_get0_chain_certs.3
/NextBSD/crypto/openssl/ssl/
HDssl.h2030 # define SSL_CTX_get0_chain_certs(ctx,px509) \ macro