df10dfbb49
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>