-
Notifications
You must be signed in to change notification settings - Fork 5
Add support for OCSP #16
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Currently we only support getting revoked status of certificates from CRL. This is slower and less ideal for distributed clusters of servers and is much less secure than OCSP. We should add an endpoint that follows the OCSP spec
This should help with the implementation using pyca/cryptogrphy