Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ SSL_CTX_get_cert_store(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

SSL_CTX_set_cert_store(3)

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)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026