SSL_CTX_get_options

Return the option bitmask currently set on an SSL context.

Synopsis

Declared in <openssl/ssl.h>

uint64_t
SSL_CTX_get_options(SSL_CTX const* ctx);

Return Value

Bitmask of SSL_OP_* options enabled on ctx.

Parameters

NameDescription
ctxSSL context to query.