jdk/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java
changeset 45469 8088d1f4c240
parent 45467 99c87a16a8e4
equal deleted inserted replaced
45468:e5b219883af4 45469:8088d1f4c240
    46 import jdk.test.lib.process.OutputAnalyzer;
    46 import jdk.test.lib.process.OutputAnalyzer;
    47 import jdk.test.lib.process.ProcessTools;
    47 import jdk.test.lib.process.ProcessTools;
    48 
    48 
    49 /*
    49 /*
    50  * @test
    50  * @test
       
    51  * @bug 8165367
    51  * @summary Verify the restrictions for certificate path on JSSE with custom trust store.
    52  * @summary Verify the restrictions for certificate path on JSSE with custom trust store.
    52  * @library /test/lib
    53  * @library /test/lib
    53  * @build jdk.test.lib.Utils
    54  * @build jdk.test.lib.Utils
    54  *        jdk.test.lib.Asserts
    55  *        jdk.test.lib.Asserts
    55  *        jdk.test.lib.JDKToolFinder
    56  *        jdk.test.lib.JDKToolFinder