SSL_CTX_get_cert_store(3) — Subroutines
NAME
SSL_CTX_get_cert_store − Get the X509_STORE structure in the SSL_CTX structure
SYNOPSIS
#include <openssl/ssl.h>
X509_STORE ∗SSL_CTX_get_cert_store(
SSL_CTX ∗ctx );
DESCRIPTION
The SSL_CTX_get_cert_store() function gets the X509_STORE structure in the SSL_CTX structure. An X509_STORE structure holds information for certificate verification including cache of trusted certificate, external lookup methods and a pointer to a certificate verification function.
SEE ALSO
Functions: SSL_CTX_set_cert_store(3)