To comply with best security practices Aura has further restricted the list of cipher suites accepted during the TLS handshake and does not accept all of the cipher suites.
The list of cipher suites below conforms to lists produced by IANA, the OpenSSL, and GnuTLS library that have been listed as safe and recommended.
We may review this list in the future to continue conforming with standards bodies. To be made aware of any changes, click the Follow button on this page.
TLS v1.3
- TLS_
CHACHA20_ POLY1305_ SHA256 (RFC8446) - TLS_
AES_ 128_ GCM_ SHA256 (RFC8446) - TLS_
AES_ 256_ GCM_ SHA384 (RFC8446)
TLS v1.2
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 (RFC5288)
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (RFC5289)
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (RFC5289)
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (RFC7905)
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 (RFC5288)
Comments
0 comments
Please sign in to leave a comment.