You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly map GENERIC to UNKNOWN when using BoringSSL (#937)
Motivation:
BoringSSL returns GENERIC when using TLS1.3 but the JDK TrustManager
implementation expect UNKNOWN. We need to map it the expected value as
otherwise we will see failures.
Modifications:
Adjust #if to also include BoringSSL
Result:
No more testfailures when running netty CI with
netty-tcnative-boringssl-static SNAPSHOT
0 commit comments