netty5/handler/src/main/java/io/netty
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
..
handler Correctly filter out TLSv1.3 ciphers if TLSv1.3 is not enabled (#10919) 2021-01-28 11:00:51 +01:00