netty5/handler/src/test/java/io/netty/handler
Norman Maurer be8c16cd0c [#6141] OpenSSLContext Mutual Auth does not announce acceptable CAs
Motivation:

Openssl provider should behave same as JDK provider when mutual authentication is required and a specific set of trusted Certificate Authorities are specified. The SSL handshake should return back to the connected peer the same list of configured Certificate Authorities.

Modifications:

Correctly set the CA list.

Result:

Correct and same behaviour as the JDK implementation.
2017-01-12 08:05:15 +01:00
..
flow Clean-up unused imports 2016-09-30 09:08:50 +02:00
flush Consolidate flushes even when no read in progress 2016-09-23 15:27:03 -07:00
ipfilter Revert "Consistent naming style for enum" 2015-08-28 20:49:38 +02:00
logging Fix intermittent test failure in LoggingHandlerTest 2015-03-31 15:08:52 +09:00
ssl [#6141] OpenSSLContext Mutual Auth does not announce acceptable CAs 2017-01-12 08:05:15 +01:00
stream Eliminate usage of releaseLater(...) to reduce memory usage during tests 2016-11-18 09:34:11 +01:00
timeout Detecting actual Channel write idleness vs. slowness 2016-12-30 17:22:07 -08:00