test/jdk/sun/security/ssl/ClientHandshaker/RSAExport.java
changeset 48581 0786897e86b3
parent 47216 71c04702a3d5
--- a/test/jdk/sun/security/ssl/ClientHandshaker/RSAExport.java	Tue Oct 24 09:58:27 2017 -0400
+++ b/test/jdk/sun/security/ssl/ClientHandshaker/RSAExport.java	Tue Oct 31 00:54:53 2017 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -419,6 +419,7 @@
         // reset the security property to make sure that the algorithms
         // and keys used in this test are not disabled.
         Security.setProperty("jdk.certpath.disabledAlgorithms", "MD2");
+        Security.setProperty("jdk.tls.disabledAlgorithms", "MD2");
 
         if (debug)
             System.setProperty("javax.net.debug", "all");