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

Name

Description

ctx

SSL context to query.

Created with MrDocs