-
Notifications
You must be signed in to change notification settings - Fork 2
add OCSP revocation check #25
Copy link
Copy link
Open
Labels
featurenew command or capabilitynew command or capabilityhelp wantedlooking for contributorslooking for contributorstlsTLS connection, handshake, protocolTLS connection, handshake, protocol
Metadata
Metadata
Assignees
Labels
featurenew command or capabilitynew command or capabilityhelp wantedlooking for contributorslooking for contributorstlsTLS connection, handshake, protocolTLS connection, handshake, protocol
Type
Fields
Give feedbackNo fields configured for issues without a type.
check if a certificate has been revoked via OCSP.
sslx revoke cert.pem
or integrated into sslx grade as part of the grading.
would need to parse the Authority Information Access extension to find the OCSP responder URL, then make the OCSP request.