|
SSL_CTX_get_cert_store(3)
Contents
|
SSL_CTX_get_cert_store - Get the X509_STORE structure in
the SSL_CTX structure
#include <openssl/ssl.h>
X509_STORE *SSL_CTX_get_cert_store(
SSL_CTX *ctx );
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.
Functions: SSL_CTX_set_cert_store(3)
SSL_CTX_get_cert_store(3)
[ Back ] |