Module rustls::crypto::ring::cipher_suite
source · Expand description
All defined cipher suites supported by ring appear in this module.
Statics§
- The TLS1.3 ciphersuite TLS_AES_128_GCM_SHA256
- The TLS1.3 ciphersuite TLS_AES_256_GCM_SHA384
- The TLS1.3 ciphersuite TLS_CHACHA20_POLY1305_SHA256
- The TLS1.2 ciphersuite TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
- The TLS1.2 ciphersuite TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
- The TLS1.2 ciphersuite TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256.
- The TLS1.2 ciphersuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- The TLS1.2 ciphersuite TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- The TLS1.2 ciphersuite TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256