netty5/handler
Norman Maurer 4bcfa07a7d Fix OpenSslCertificateException error code validation
Motivation:

In OpenSslCertificateException we tried to validate the supplied error code but did not correctly account for all different valid error codes and so threw an IllegalArgumentException.

Modifications:

- Fix validation by updating to latest netty-tcnative and use CertificateVerifier.isValid
- Add unit tests

Result:

Validation of error code works as expected.
2017-04-03 11:12:15 -07:00
..
src Fix OpenSslCertificateException error code validation 2017-04-03 11:12:15 -07:00
pom.xml Adding support for Conscrypt (#6271) 2017-03-31 13:55:59 -07:00