jdk/test/sun/security/ssl/DHKeyExchange/DHEKeySizing.java
changeset 31712 e4d5230193da
parent 29902 dc24eacaae11
child 33295 052d130b84ed
equal deleted inserted replaced
31711:cca718f2fcf0 31712:e4d5230193da
   375         log("===================");
   375         log("===================");
   376         log("Done with SSL/TLS handshaking");
   376         log("Done with SSL/TLS handshaking");
   377     }
   377     }
   378 
   378 
   379     public static void main(String args[]) throws Exception {
   379     public static void main(String args[]) throws Exception {
   380         // reset the security property to make sure that the algorithms
   380         // reset security properties to make sure that the algorithms
   381         // and keys used in this test are not disabled.
   381         // and keys used in this test are not disabled.
   382         Security.setProperty("jdk.tls.disabledAlgorithms", "");
   382         Security.setProperty("jdk.tls.disabledAlgorithms", "");
       
   383         Security.setProperty("jdk.certpath.disabledAlgorithms", "");
   383 
   384 
   384         if (args.length != 4) {
   385         if (args.length != 4) {
   385             System.out.println(
   386             System.out.println(
   386                 "Usage: java DHEKeySizing cipher-suite " +
   387                 "Usage: java DHEKeySizing cipher-suite " +
   387                 "exportable(true|false)\n" +
   388                 "exportable(true|false)\n" +