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

Name

Description

ctx

SSL context to update.

op

Bitmask of options to clear.

Created with MrDocs