--- a/test/jdk/sun/security/ssl/rsa/SignedObjectChain.java Tue Mar 26 16:09:33 2019 -0700
+++ b/test/jdk/sun/security/ssl/rsa/SignedObjectChain.java Fri Mar 29 00:39:49 2019 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2019, 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
@@ -30,6 +30,7 @@
* @compile ../../../../java/security/SignedObject/Chain.java
* @run main SignedObjectChain
*/
+
public class SignedObjectChain {
private static class Test extends Chain.Test {
@@ -40,9 +41,6 @@
}
private static final Test[] tests = {
- new Test(Chain.SigAlg.MD2withRSA),
- new Test(Chain.SigAlg.MD5withRSA),
- new Test(Chain.SigAlg.SHA1withRSA),
new Test(Chain.SigAlg.MD5andSHA1withRSA),
};