Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Apr 12, 2024
1 parent 7a871b8 commit 5d4f977
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5d4f977

Please sign in to comment.