b1d3aad404
Motiviation: When TLSv1.3 was introduced almost 2 years ago, it was decided to disable it by default, even when it's supported by the underlying TLS implementation. TLSv13 is pretty stable now in Java (out of the box in Java 11, OpenJSSE for Java 8, BoringSSL and OpenSSL) and may be enabled by default. Modifications: Ensure TLSv13 is enabled by default when the underyling JDK SSLEngine implementation enables it as well Result: TLSv1.3 is now enabled by default, so users don't have to explicitly enable it. Co-authored-by: Stephane Landelle <slandelle@gatling.io> |
||
---|---|---|
.. | ||
src | ||
pom.xml |