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

Add delta CRL distribution point extension #215

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

cipherboy
Copy link
Member

@cipherboy cipherboy commented Mar 17, 2024

Adds a new AIA URL parameter, delta_crl_distribution_points, which controls where a Delta CRL is located, allowing AIA-aware clients to automatically fetch Delta CRLs as necessary. Unlike other AIA extensions, this extension also appears on the complete CRL, allowing clients with a complete CRL copy to also find the Delta CRL.

Resolves: #84

@cipherboy cipherboy marked this pull request as ready for review March 17, 2024 12:24
@naphelps naphelps self-requested a review March 18, 2024 15:44
Adds a new AIA URL parameter, delta_crl_distribution_points, which
controls where a Delta CRL is located, allowing AIA-aware clients to
automatically fetch Delta CRLs as necessary. Unlike other AIA
extensions, this extension also appears on the complete CRL, allowing
clients with a complete CRL copy to also find the Delta CRL.

Resolves: openbao#84

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
@naphelps naphelps merged commit 4786e1b into openbao:main Mar 18, 2024
73 of 79 checks passed
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.

PKI: Add Delta CRL Indicator extension
2 participants