Structsยง
- AesGcm ๐
- ChaCha20Poly1305 ๐
- 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
. - GcmMessageDecrypter ๐A
MessageDecrypter
for AES-GCM AEAD ciphersuites. TLS1.2 only. - GcmMessageEncrypter ๐A
MessageEncrypter
for AES-GCM AEAD ciphersuites. TLS 1.2 only.
Constantsยง
- GCM_OVERHEAD ๐
- TLS12_AAD_SIZE ๐
Traitsยง
- Tls12AeadAlgorithm ๐
Functionsยง
- make_tls12_aad ๐