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 August 2022.
TLS 1.2 ↑
Suite | Currently Supported | Supported after 9/1/2022 |
---|---|---|
ECDHE-ECDSA-AES128-GCM-SHA256 | X | X |
ECDHE-RSA-AES128-GCM-SHA256 | X | X |
ECDHE-ECDSA-AES128-SHA256 | X | X |
ECDHE-RSA-AES128-SHA256 | X | X |
ECDHE-ECDSA-AES128-SHA | X | |
ECDHE-RSA-AES128-SHA | X | |
ECDHE-ECDSA-AES256-GCM-SHA384 | X | X |
ECDHE-RSA-AES256-GCM-SHA384 | X | X |
ECDHE-ECDSA-AES256-SHA384 | X | X |
ECDHE-RSA-AES256-SHA384 | X | X |
ECDHE-RSA-AES256-SHA | X | |
ECDHE-ECDSA-AES256-SHA | X | |
AES128-GCM-SHA256 | X | |
AES128-SHA256 | X | |
AES128-SHA | X | |
AES256-GCM-SHA384 | X | |
AES256-SHA256 | X | |
AES256-SHA | X |
NOTE: Aeries doesn't support TLS 1.1, 1.0 nor SSLv3.