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
JDK11 changed the behavior of the SSLEngine when it is closed in the middle of a TLS handshake. The SSLEngine has always had finicky behavior around this edge case.
I have reached out to the security-dev openjdk mailing list to clarify the correct behavior.
In the meantime, I will mute this test.
The text was updated successfully, but these errors were encountered:
This is related to #32122. A number of things changed related to adding
TLS 1.3 support in JDK11. Some exception messages and other SSLEngine
behavior changed. This commit fixes assertions on exception messages.
Additionally it identifies two bugs related to how the SSLDriver behaves
in regards to JDK11 changes. Finally, it mutes a tests until correct
behavior can be identified. There is another open issue for that muted
test (#32144).
This issue arose from these tests failures:
#32122
JDK11 changed the behavior of the SSLEngine when it is closed in the middle of a TLS handshake. The SSLEngine has always had finicky behavior around this edge case.
I have reached out to the security-dev openjdk mailing list to clarify the correct behavior.
In the meantime, I will mute this test.
The text was updated successfully, but these errors were encountered: