netty5/handler/src
Norman Maurer 77effdc4da
Add SslClientHelloHandler which allows to do something based on the S… (#9827)
Motivation:

Sometimes it is useful to do something depending on the Ssl ClientHello (like for example select a SslContext to use). At the moment we only allow to hook into the SNI extension but this is not enough.

Modifications:

Add SslClientHelloHandler which allows to hook into ClientHello messages. This class is now also the super class of AbstractSniHandler

Result:

More flexible processing of SSL handshakes
2020-02-05 14:41:51 +01:00
..
main Add SslClientHelloHandler which allows to do something based on the S… (#9827) 2020-02-05 14:41:51 +01:00
test SSL / BlockHound works out of the box with the default SSL provider (#9969) 2020-01-30 11:35:16 +01:00