Constant openssl::ssl::SSL_MODE_SEND_FALLBACK_SCSV []

pub const SSL_MODE_SEND_FALLBACK_SCSV: SslMode = SslMode{bits: ffi::SSL_MODE_SEND_FALLBACK_SCSV,}

Sends the fake TLS_FALLBACK_SCSV cipher suite in the ClientHello message of a handshake.

This should only be enabled if a client has failed to connect to a server which attempted to downgrade the protocol version of the session.

Do not use this unless you know what you're doing!