8129306: Some new tests developed for JDK-8085979 fail in jdk9/cpu
Reviewed-by: vinnie
This commit is contained in:
parent
1bd70b71fc
commit
6bd7772a30
@ -749,6 +749,8 @@ abstract public class SSLEngineTestCase {
|
||||
*/
|
||||
public static SSLContext getContext() {
|
||||
try {
|
||||
java.security.Security.setProperty("jdk.tls.disabledAlgorithms", "");
|
||||
java.security.Security.setProperty("jdk.certpath.disabledAlgorithms", "");
|
||||
KeyStore ks = KeyStore.getInstance("JKS");
|
||||
KeyStore ts = KeyStore.getInstance("JKS");
|
||||
char[] passphrase = PASSWD.toCharArray();
|
||||
|
Loading…
Reference in New Issue
Block a user