0b9ff2af3a
Motivation: When using SslProvider.OPENSSL we currently not handle SNI on the client side. Modifications: Correctly enable SNI when using clientMode and peerHost != null. Result: SNI works even with SslProvider.OPENSSL.