SSL_set_options

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. ulong SSL_set_options(SSL* ssl, ulong op)
    version(Have_openssl)
    extern (C) nothrow
    static if(OPENSSL_VERSION_AT_LEAST(3, 0, 0))
    ulong
    SSL_set_options
    (
    SSL* ssl
    ,
    ulong op
    )
  2. c_ulong SSL_set_options(SSL* ssl, c_ulong op)
  3. c_ulong SSL_set_options(SSL* ssl, op )

Meta