netty5/handler/src/test
Trustin Lee a093f00b67 Cipher suite conversion between Java and OpenSSL
Related: #3285

Motivation:

When a user attempts to switch from JdkSslContext to OpenSslContext, he
or she will see the initialization failure if he or she specified custom
cipher suites.

Modifications:

- Provide a utility class that converts between Java cipher suite string
  and OpenSSL cipher suite string
- Attempt to convert the cipher suite so that a user can use the cipher
  suite string format of Java regardless of the chosen SslContext impl

Result:

- It is possible to convert all known cipher suite strings.
- It is possible to switch from JdkSslContext and OpenSslContext and
  vice versa without any configuration changes
2014-12-30 17:27:25 +09:00
..
java/io/netty/handler Cipher suite conversion between Java and OpenSSL 2014-12-30 17:27:25 +09:00
resources/io/netty/handler/ssl Backport ALPN and Mutual Auth SSL 2014-10-31 12:52:26 +09:00