DEFAULT_TLS13_CIPHER_SUITES

Static DEFAULT_TLS13_CIPHER_SUITES 

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

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

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