netty5/handler/src/main
Norman Maurer df10dfbb49
Correctly filter out TLSv1.3 ciphers if TLSv1.3 is not enabled (#10919)
Motivation:

We didnt correctly filter out TLSv1.3 ciphers when TLSv1.3 is not enabled.

Modifications:

- Filter out ciphers that are not supported due the selected TLS version
- Add unit test

Result:

Fixes https://github.com/netty/netty/issues/10911

Co-authored-by: Bryce Anderson <banderson@twitter.com>
2021-01-28 11:00:51 +01:00
..
java/io/netty/handler Correctly filter out TLSv1.3 ciphers if TLSv1.3 is not enabled (#10919) 2021-01-28 11:00:51 +01:00
resources/META-INF/native-image/io.netty/handler Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00