-
-
Notifications
You must be signed in to change notification settings - Fork 16k
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.69.Final #14422
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 |
@@ -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
handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java
Outdated
Show resolved
Hide resolved
Motivation: A new tcnative release is out Modifications: Update to 2.0.69.Final Result: Depend on latest release
Motivation: A new tcnative release is out Modifications: Update to 2.0.69.Final Result: Depend on latest release
Motivation: A new tcnative release is out Modifications: Update to 2.0.69.Final Result: Depend on latest release
Motivation:
A new tcnative release is out
Modifications:
Update to 2.0.69.Final
Result:
Depend on latest release