SecureBlackbox 16: How check the revocation status of a certificate

Note: This article applies only to SecureBlackbox Legacy. For future development please consider using the latest version.

You can check the revocation status in the following ways:

  • Obtaining CRL lists and checking if the certificate is listed there
  • Sending an OCSP request to the server to check the same

SecureBlackbox offers the OCSP client component for sending OCSP requests and the CRL management component for dealing with CRLs. Also, if you use the TElX509CertificateValidator class to validate certificates, this class checks the revocation status automatically (unless you turn off such checks).

We appreciate your feedback.  If you have any questions, comments, or suggestions about this article please contact our support team at kb@nsoftware.com.