Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add more testing for CRL revocation #7957

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

jsha
Copy link
Contributor

@jsha jsha commented Jan 17, 2025

In revocation_test.go, fetch all CRLs, and look for revoked certificates on both CRLs and OCSP.

Make s3-test-srv listen on all interfaces, so the CRL URLs in the CA config work.

Add IssuerNameIDs to the CRL URLs in ca.json, to match how those CRLs are uploaded to S3.

Make TestRevocation parallel. Speedup from ~60s to ~3s.

Increase ocsp-responder's allowed parallelism to account for parallel test.

jsha added 4 commits January 17, 2025 15:28
In revocation_test.go, fetch all CRLs, and look for revoked certificates on both
CRLs and OCSP.

Make s3-test-srv listen on all interfaces, so the CRL URLs in the CA config
work.

Add IssuerNameIDs to the CRL URLs in ca.json, to match how those CRLs are
uploaded to S3.

Make TestRevocation parallel. Speedup from ~60s to ~3s.

Increase ocsp-responder's allowed parallelism to account for parallel test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant