Module cipher_suite

Module cipher_suite 

Source
Expand description

All defined ciphersuites appear in this module.

ALL_CIPHER_SUITES is provided as an array of all of these values.

Structs§

CipherSuiteCommon
Common state for cipher suites (both for TLS 1.2 and TLS 1.3)

Statics§

TLS13_AES_128_GCM_SHA256
The TLS1.3 ciphersuite TLS_AES_128_GCM_SHA256
TLS13_AES_256_GCM_SHA384
The TLS1.3 ciphersuite TLS_AES_256_GCM_SHA384
TLS13_CHACHA20_POLY1305_SHA256
The TLS1.3 ciphersuite TLS_CHACHA20_POLY1305_SHA256
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256tls12
The TLS1.2 ciphersuite TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384tls12
The TLS1.2 ciphersuite TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256tls12
The TLS1.2 ciphersuite TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256.
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256tls12
The TLS1.2 ciphersuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384tls12
The TLS1.2 ciphersuite TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256tls12
The TLS1.2 ciphersuite TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256