jdk/test/sun/security/pkcs11/fips/ClientJSSEServerJSSE.java
changeset 30820 0d4717a011d3
parent 23733 b9b80421cfa7
equal deleted inserted replaced
30819:45d6fd3af6ac 30820:0d4717a011d3
    25  * @test
    25  * @test
    26  * @bug 6313675 6323647 8028192
    26  * @bug 6313675 6323647 8028192
    27  * @summary Verify that all ciphersuites work in FIPS mode
    27  * @summary Verify that all ciphersuites work in FIPS mode
    28  * @library ..
    28  * @library ..
    29  * @author Andreas Sterbenz
    29  * @author Andreas Sterbenz
       
    30  * @modules java.base/com.sun.net.ssl.internal.ssl
    30  * @run main/manual ClientJSSEServerJSSE
    31  * @run main/manual ClientJSSEServerJSSE
    31  */
    32  */
    32 
    33 
    33 /*
    34 /*
    34  * JSSE supported cipher suites are changed with CR 6916074,
    35  * JSSE supported cipher suites are changed with CR 6916074,