DEFAULT_TLS12_CIPHER_SUITES

Static DEFAULT_TLS12_CIPHER_SUITES 

Source
pub static DEFAULT_TLS12_CIPHER_SUITES: &[&Tls12CipherSuite]
Available on crate feature ring only.
Expand description

The TLS1.2 cipher suite configuration that an application should use by default.

This will be ALL_TLS12_CIPHER_SUITES sans any supported cipher suites that shouldn’t be enabled by most applications.