netty5/handler/src/main/java/io
Norman Maurer 6e3acfeb06 Correctly throw SSLPeerUnverifiedException if peers identity has not been verified
Motivation:

As stated in the SSLSession javadocs getPeer* methods need to throw a SSLPeerUnverifiedException if peers identity has not be verified.

Modifications:

- Correctly throw SSLPeerUnverifiedException
- Add test for it.

Result:

Correctly behave like descripted in javadocs.
2015-09-15 09:57:45 +02:00
..
netty/handler Correctly throw SSLPeerUnverifiedException if peers identity has not been verified 2015-09-15 09:57:45 +02:00