-
-
Notifications
You must be signed in to change notification settings - Fork 15.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to netty-tcnative 2.0.68.Final #14422
base: 4.1
Are you sure you want to change the base?
Conversation
We will need a new tcnative release...
working on a fix |
I see a lot of log messages like
Which I suppose could come from stricter validation in the new BoringSSL? If so, then I can look into preparing a PR that makes |
Motivation: A new tcnative release is out Modifications: Update to 2.0.68.Final Result: Depend on latest release
@@ -565,6 +567,7 @@ public void testWrapWithDifferentSizesTLSv1(SSLEngineTestParam param) throws Exc | |||
testWrapWithDifferentSizes(param, SslProtocols.TLS_v1, "ECDHE-RSA-RC4-SHA"); | |||
} | |||
|
|||
@Disabled("TLSv1.1 is not supported by BoringSSL anymore") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be reverted once we pulled in netty/netty-tcnative#902 and released a new version
@@ -533,6 +534,7 @@ protected void mySetupMutualAuthServerInitSslHandler(SslHandler handler) { | |||
engine.setVerify(SSL_CVERIFY_IGNORED, 1); | |||
} | |||
|
|||
@Disabled("TLSv1 is not supported by BoringSSL anymore") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be reverted once we pulled in netty/netty-tcnative#902 and released a new version
Motivation:
A new tcnative release is out
Modifications:
Update to 2.0.68.Final
Result:
Depend on latest release