SSL_CTX_set_options

Adds the options to the SSL context. Options already set before are not cleared.

extern (C) extern (D)
c_long
SSL_CTX_set_options
(,
c_long op
)

Parameters

ctx SSL_CTX*

the SSL context

op c_long

the option flags to set.

Return Value

Type: c_long

The new options bitmask, after adding options.

Meta