Skip to content

Commit b0aebfd

Browse files
committed
8374886: CAInterop.java#microsoftrsa2017 test fails as EE certificate does not specify OCSP responder
Backport-of: 08ecb87b3d716fbd4704a3cb64cf265f3f427ec9
1 parent 3729e03 commit b0aebfd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • test/jdk/security/infra/java/security/cert/CertPathValidator/certification

test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,8 @@
290290
* @summary Interoperability tests with Microsoft TLS root CAs
291291
* @library /test/lib
292292
* @build jtreg.SkippedException ValidatePathWithURL CAInterop
293-
* @run main/othervm/manual -Djava.security.debug=certpath,ocsp CAInterop microsoftrsa2017 OCSP
294-
* @run main/othervm/manual -Djava.security.debug=certpath,ocsp -Dcom.sun.security.ocsp.useget=false CAInterop microsoftrsa2017 OCSP
295-
* @run main/othervm/manual -Djava.security.debug=certpath CAInterop microsoftrsa2017 CRL
293+
* @run main/othervm/manual -Djava.security.debug=certpath,ocsp CAInterop microsoftrsa2017 DEFAULT
294+
* @run main/othervm/manual -Djava.security.debug=certpath,ocsp -Dcom.sun.security.ocsp.useget=false CAInterop microsoftrsa2017 DEFAULT
296295
*/
297296

298297
/*

0 commit comments

Comments
 (0)