e6adf1a590
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. |
||
---|---|---|
.. | ||
src | ||
pom.xml |