SSL_CTX_get0_param

Return a non-owning pointer to an SSL context's verification parameters.

Synopsis

Declared in <openssl/ssl.h>

X509_VERIFY_PARAM*
SSL_CTX_get0_param(SSL_CTX* ctx);

Return Value

Internal X509_VERIFY_PARAM pointer; do not free.

Parameters

NameDescription
ctxSSL context to query.