Skip to main content

DEFAULT_CIPHER_LIST

Constant DEFAULT_CIPHER_LIST 

Source
pub const DEFAULT_CIPHER_LIST: [&str; 9];
Expand description

Authoritative list of default cipher suites for all rustls-based TLS providers.

These use rustls naming conventions and are supported by all three crypto providers (ring, aws-lc-rs, rustls-openssl). Order follows ANSSI recommendations: AES-256 preferred over AES-128, ECDSA preferred over RSA, TLS 1.3 preferred over TLS 1.2.

See the documentation