netty5/handler/src/test
Norman Maurer adcde84253 Allow to unwrap ByteBuffer > MAX_ENCRYPTED_PACKET_LENGTH
Motivation:

We should remove the restriction to only allow to call unwrap with a ByteBuffer[] whose cumulative length exceeds MAX_ENCRYPTED_PACKET_LENGTH.

Modifications:

Remove guard.

Result:

Fixes [#6335].
2017-02-14 08:30:35 +01:00
..
java/io/netty/handler Allow to unwrap ByteBuffer > MAX_ENCRYPTED_PACKET_LENGTH 2017-02-14 08:30:35 +01:00
resources/io/netty/handler/ssl Using distinct aliases when building the trust manager factory, and renamed trustCertChain into trustCertCollection. 2016-03-22 21:12:10 +01:00