Skip to content

Commit

Permalink
Update two test cases to disable ExtendedMasterSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Apr 16, 2024
1 parent 262079d commit 82672f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @summary Test that SunJSSE uses FIPS during the key exchange (TLSv1.2)
* @modules java.base/com.sun.net.ssl.internal.ssl
* @library /test/lib ..
* @run main/othervm/timeout=120 SunJSSEKeyExchangeFIPS
* @run main/othervm/timeout=120 -Djdk.tls.useExtendedMasterSecret=false SunJSSEKeyExchangeFIPS
*/

import java.nio.ByteBuffer;
Expand Down
2 changes: 1 addition & 1 deletion test/jdk/sun/security/pkcs11/fips/TestTLS12.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* java.base/com.sun.net.ssl.internal.ssl
* java.base/com.sun.crypto.provider
* @library /test/lib ..
* @run main/othervm/timeout=120 TestTLS12
* @run main/othervm/timeout=120 -Djdk.tls.useExtendedMasterSecret=false TestTLS12
*/

import java.io.File;
Expand Down

0 comments on commit 82672f4

Please sign in to comment.