SSL_CTX_clear_options

Clear selected SSL_OP_* option bits on an SSL context.

Synopsis

Declared in <openssl/ssl.h>

uint64_t
SSL_CTX_clear_options(
    SSL_CTX* ctx,
    uint64_t op);

Return Value

Resulting option bitmask after clearing.

Parameters

NameDescription
ctxSSL context to update.
opBitmask of options to clear.