netty5/handler
Scott Mitchell 6765e9f99d CipherSuiteConverter NPE
Motivation:
CipherSuiteConverter may throw a NPE if a cipher suite from OpenSSL does not match the precomputed regular expression for OpenSSL ciphers. This method shouldn't throw and instead just return null.

Modifications:
- if cacheFromOpenSsl(..) fails the conversion toJava should return null

Result:
Fixes https://github.com/netty/netty/issues/6336.
2017-02-13 15:02:09 -08:00
..
src CipherSuiteConverter NPE 2017-02-13 15:02:09 -08:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00