Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't filter out TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (netty#9274)
Motivation: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 is supported since Java 8 (see https://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html) and belongs to the recommended configurations in many references, eg SSLabs (https://github.com/ssllabs/research/wiki/SSL-and-TLS-Deployment-Best-Practices) or Google Cloud Platform Restricted Profile. Modifications: Add TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 to default ciphers list. Result: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 is enabled by default.
- Loading branch information