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

Name

Description

ctx

SSL context to query.

Created with MrDocs