Constant TLS_CLIENT_SUPPORTED_CIPHERS
pub const TLS_CLIENT_SUPPORTED_CIPHERS: &'static str;
Expand description
Array of ciphers offered by the client during the client hello.
ยงExamples
[ "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", ]