Functions | |
int | CST_import_CRL (CST *st, FILE *file) |
int | CST_import_CRL_DER (CST *st, FILE *file) |
GSList * | CST_get_all_crl (CST *st) |
int | CST_delete_crl (CST *st, const cst_t_seqnum crlID) |
X509_CRL * | CST_get_CRL (CST *st, const cst_t_seqnum crlID) |
|
Remove CRL from storage
|
|
Return all CRLs from storage
|
|
Get CRL by crlID
|
|
Import Certificate Revocation List from file (PEM).
|
|
Import Certificate Revocation List from file (DER).
|