cc5d1d0a7e
Motivation: Java8 adds support for SNIMatcher to reject SNI when the hostname not matches what is expected. We not supported doing this when using SslProvider.OPENSSL*. Modifications: - Add support for SNIMatcher when using SslProvider.OPENSSL* - Add unit tests Result: SNIMatcher now support with our own SSLEngine as well.