netty5/handler/src
Norman Maurer 6c4485f53c We should fail fast if the given PrivateKey or X509Certificate chain is not supported by the used SslProvider. (#9009)
Motivation:

Some SslProvider do support different types of keys and chains. We should fail fast if we can not support the type.

Related to https://github.com/netty/netty-tcnative/issues/455.

Modifications:

- Try to parse key / chain first and if if this fails throw and SslException
- Add tests.

Result:

Fail fast.
2019-04-08 15:24:41 +02:00
..
main/java/io/netty/handler We should fail fast if the given PrivateKey or X509Certificate chain is not supported by the used SslProvider. (#9009) 2019-04-08 15:24:41 +02:00
test We should fail fast if the given PrivateKey or X509Certificate chain is not supported by the used SslProvider. (#9009) 2019-04-08 15:24:41 +02:00