X509 CRL

Index

x509-crl/is-revoked x509-crl/load x509-crl/load-file

Reference

(x509-crl/load crl cert)

Check whether a given `crl` contains a given `cert`. Return true when the certificate is revoked.

x509-crl/loadcfunction
(x509-crl/load crl)

Load a CRL from the DER or PEM representation.

(x509-crl/load file-name)

Load a CRL from a file.