The StorageGRID system supports a limited set of cipher suites that client applications can use when establishing a Transport Layer Security (TLS) session.
TLS version | IANA name of cipher suite |
---|---|
1.2 | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 |
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 | |
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | |
1.3 | TLS_AES_256_GCM_SHA384 |
TLS_CHACHA20_POLY1305_SHA256 | |
TLS_AES_128_GCM_SHA256 |
The following cipher suites are deprecated. Support for these ciphers will be removed in a future release.
IANA Name |
---|
TLS_RSA_WITH_AES_128_GCM_SHA256 |
TLS_RSA_WITH_AES_256_GCM_SHA384 |