|
416 | 416 | * @run main/othervm/manual -Djava.security.debug=certpath CAInterop certignarootca CRL |
417 | 417 | */ |
418 | 418 |
|
419 | | -/* |
420 | | - * @test id=affirmtrustcommercialca |
421 | | - * @bug 8040012 |
422 | | - * @summary Interoperability tests with AffirmTrust Commercial CA |
423 | | - * @library /test/lib |
424 | | - * @build jtreg.SkippedException ValidatePathWithURL CAInterop |
425 | | - * @run main/othervm/manual -Djava.security.debug=certpath,ocsp CAInterop affirmtrustcommercialca OCSP |
426 | | - * @run main/othervm/manual -Djava.security.debug=certpath,ocsp -Dcom.sun.security.ocsp.useget=false CAInterop affirmtrustcommercialca OCSP |
427 | | - * @run main/othervm/manual -Djava.security.debug=certpath CAInterop affirmtrustcommercialca CRL |
428 | | - */ |
429 | | - |
430 | | -/* |
431 | | - * @test id=affirmtrustnetworkingca |
432 | | - * @bug 8040012 |
433 | | - * @summary Interoperability tests with AffirmTrust Networking CA |
434 | | - * @library /test/lib |
435 | | - * @build jtreg.SkippedException ValidatePathWithURL CAInterop |
436 | | - * @run main/othervm/manual -Djava.security.debug=certpath,ocsp CAInterop affirmtrustnetworkingca OCSP |
437 | | - * @run main/othervm/manual -Djava.security.debug=certpath,ocsp -Dcom.sun.security.ocsp.useget=false CAInterop affirmtrustnetworkingca OCSP |
438 | | - * @run main/othervm/manual -Djava.security.debug=certpath CAInterop affirmtrustnetworkingca CRL |
439 | | - */ |
440 | | - |
441 | | -/* |
442 | | - * @test id=affirmtrustpremiumca |
443 | | - * @bug 8040012 |
444 | | - * @summary Interoperability tests with AffirmTrust Premium CA |
445 | | - * @library /test/lib |
446 | | - * @build jtreg.SkippedException ValidatePathWithURL CAInterop |
447 | | - * @run main/othervm/manual -Djava.security.debug=certpath,ocsp CAInterop affirmtrustpremiumca OCSP |
448 | | - * @run main/othervm/manual -Djava.security.debug=certpath,ocsp -Dcom.sun.security.ocsp.useget=false CAInterop affirmtrustpremiumca OCSP |
449 | | - * @run main/othervm/manual -Djava.security.debug=certpath CAInterop affirmtrustpremiumca CRL |
450 | | - */ |
451 | | - |
452 | | -/* |
453 | | - * @test id=affirmtrustpremiumeccca |
454 | | - * @bug 8040012 |
455 | | - * @summary Interoperability tests with AffirmTrust Premium ECC CA |
456 | | - * @library /test/lib |
457 | | - * @build jtreg.SkippedException ValidatePathWithURL CAInterop |
458 | | - * @run main/othervm/manual -Djava.security.debug=certpath,ocsp CAInterop affirmtrustpremiumeccca OCSP |
459 | | - * @run main/othervm/manual -Djava.security.debug=certpath,ocsp -Dcom.sun.security.ocsp.useget=false CAInterop affirmtrustpremiumeccca OCSP |
460 | | - * @run main/othervm/manual -Djava.security.debug=certpath CAInterop affirmtrustpremiumeccca CRL |
461 | | - */ |
462 | | - |
463 | 419 | /* |
464 | 420 | * @test id=teliarootcav2 |
465 | 421 | * @bug 8317373 |
@@ -726,20 +682,6 @@ private CATestURLs getTestURLs(String alias) { |
726 | 682 | new CATestURLs("https://valid.servicesca.dhimyotis.com", |
727 | 683 | "https://revoked.servicesca.dhimyotis.com"); |
728 | 684 |
|
729 | | - // These are listed at https://www.affirmtrust.com/resources/ |
730 | | - case "affirmtrustcommercialca" -> |
731 | | - new CATestURLs("https://validcommercial.affirmtrust.com", |
732 | | - "https://revokedcommercial.affirmtrust.com"); |
733 | | - case "affirmtrustnetworkingca" -> |
734 | | - new CATestURLs("https://validnetworking.affirmtrust.com", |
735 | | - "https://revokednetworking.affirmtrust.com"); |
736 | | - case "affirmtrustpremiumca" -> |
737 | | - new CATestURLs("https://validpremium.affirmtrust.com", |
738 | | - "https://revokedpremium.affirmtrust.com"); |
739 | | - case "affirmtrustpremiumeccca" -> |
740 | | - new CATestURLs("https://validpremiumecc.affirmtrust.com", |
741 | | - "https://revokedpremiumecc.affirmtrust.com"); |
742 | | - |
743 | 685 | case "teliarootcav2" -> |
744 | 686 | new CATestURLs("https://juolukka.cover.telia.fi:10600", |
745 | 687 | "https://juolukka.cover.telia.fi:10601"); |
|
0 commit comments