RFR: 8298872: Update CheckStatus.java for changes to TLS implementation [v4]

Rajan Halade rhalade at openjdk.org
Wed Feb 1 19:03:00 UTC 2023


On Fri, 27 Jan 2023 13:13:04 GMT, Matthew Donovan <duke at openjdk.org> wrote:

>> Updated the test for TLS 1.2 and removed from ProblemList.txt
>
> Matthew Donovan has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains six commits:
> 
>  - Merge branch 'master' into check-status
>  - reverted ConnectionTest.java; added newline at end of CheckStatus.java
>  - updated copyright to correct year
>  - updated copyright year
>  - removed extra whitespace
>  - 8298872: Update CheckStatus.java for changes to TLS implementation

test/jdk/javax/net/ssl/SSLEngine/CheckStatus.java line 43:

> 41: import java.security.*;
> 42: import java.nio.*;
> 43: 

I think this test needs more enhancements. The test is run with jsse.enableCBCProtection disabled and you updated it run with TLSv1.2. Can you think of better test name/summary depending on the test scenario?

-------------

PR: https://git.openjdk.org/jdk/pull/11857



More information about the security-dev mailing list