Overview ↑
Ciphers are algorithms that help secure network connections that use Transport Layer Security (TLS). Aeries uses the following ciphers for the Aeries Cloud Service for all web-based endpoints.
Note: The ciphers in this article may change at any time without notice.
Ciphers for TLS negotiation ↑
Aeries accepts these ciphers for TLS negotiation.
TLS negotiation is also called a TLS handshake. During the handshake, the communicating sides acknowledge each other, verify each other, and agree on the ciphers and session keys they'll use.
This list of ciphers for TLS negotiation was updated in May 2023.
TLS 1.3 ↑
Suite | Supported |
---|---|
TLS_AES_128_GCM_SHA256 | X |
TLS_AES_256_GCM_SHA384 | X |
TLS_CHACHA20_POLY1305_SHA256 | X |
TLS 1.2 ↑
Suite | Supported |
---|---|
ECDHE-ECDSA-AES128-GCM-SHA256 | X |
ECDHE-RSA-AES128-GCM-SHA256 | X |
ECDHE-ECDSA-AES128-SHA256 | X |
ECDHE-RSA-AES128-SHA256 | X |
ECDHE-ECDSA-AES128-SHA | |
ECDHE-RSA-AES128-SHA | |
ECDHE-ECDSA-AES256-GCM-SHA384 | X |
ECDHE-RSA-AES256-GCM-SHA384 | X |
ECDHE-ECDSA-AES256-SHA384 | X |
ECDHE-RSA-AES256-SHA384 | X |
ECDHE-RSA-AES256-SHA | |
ECDHE-ECDSA-AES256-SHA | |
AES128-GCM-SHA256 | |
AES128-SHA256 | |
AES128-SHA | |
AES256-GCM-SHA384 | |
AES256-SHA256 | |
AES256-SHA |
NOTE: Aeries doesn't support TLS 1.1, 1.0 nor SSLv3.