Structs§
- The RFC7905/RFC7539 ChaCha20Poly1305 construction. This implementation does the AAD construction required in TLS1.2. TLS1.3 uses
TLS13MessageDecrypter
. - The RFC7905/RFC7539 ChaCha20Poly1305 construction. This implementation does the AAD construction required in TLS1.2. TLS1.3 uses
TLS13MessageEncrypter
. - A
MessageDecrypter
for AES-GCM AEAD ciphersuites. TLS1.2 only. - A
MessageEncrypter
for AES-GCM AEAD ciphersuites. TLS 1.2 only. - Tls12
Prf 🔒
Constants§
Statics§
- 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
Functions§
- gcm_iv 🔒