File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
sun/security/tools/jarsigner/compatibility Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -613,7 +613,6 @@ sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8161536 generic-
613
613
614
614
sun/security/tools/keytool/ListKeychainStore.sh 8156889 macosx-all
615
615
616
- sun/security/tools/jarsigner/compatibility/SignTwice.java 8217375 windows-all
617
616
sun/security/tools/jarsigner/warnings/BadKeyUsageTest.java 8026393 generic-all
618
617
619
618
javax/net/ssl/DTLS/PacketLossRetransmission.java 8169086 macosx-x64
Original file line number Diff line number Diff line change 36
36
* @test
37
37
* @library /test/lib ../warnings
38
38
* @compile Compatibility.java
39
- * @run main/othervm/timeout=2500
39
+ * @run main/othervm/timeout=600
40
40
* -Djava.security.properties=./java.security
41
41
* -Duser.language=en
42
42
* -Duser.country=US
46
46
* -DtestComprehensiveJarContents=true
47
47
* -DtestJarUpdate=true
48
48
* -Dstrict=true
49
- * -DkeyAlgs=EC;#RSA;#DSA;
50
- * -DdigestAlgs=SHA-512
49
+ * -DkeyAlgs=EC;0
50
+ * -DdigestAlgs=SHA-256
51
51
* SignTwice
52
52
*/
53
53
public class SignTwice {
You can’t perform that action at this time.
0 commit comments