netty5/example/src/main
SplotyCode 5a27f2f78b Allow to specify KeyStore type in SslContext (#9003)
Motivation:

As brought up in https://github.com/netty/netty/issues/8998, JKS can be substantially faster than pkcs12, JDK's new default. Without an option to set the KeyStore type you must change the configuration of the entire JVM which is impractical.

Modification:

- Allow to specify KeyStore type
- Add test case

Result:

Fixes https://github.com/netty/netty/issues/8998.
2019-05-10 07:29:14 +02:00
..
java/io/netty/example Allow to specify KeyStore type in SslContext (#9003) 2019-05-10 07:29:14 +02:00
resources fix the typos 2017-04-20 04:56:09 +02:00