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) |
int CST_delete_crl | ( | CST * | st, | |
const cst_t_seqnum | crlID | |||
) |
Remove CRL from storage
st | Pointer to storage structure | |
crlID | CRL ID |
GSList* CST_get_all_crl | ( | CST * | st | ) |
Return all CRLs from storage
st | Pointer to storage structure |
X509_CRL* CST_get_CRL | ( | CST * | st, | |
const cst_t_seqnum | crlID | |||
) |
Get CRL by crlID
st | Pointer to storage structure | |
crlID | CRL ID |
int CST_import_CRL | ( | CST * | st, | |
FILE * | file | |||
) |
Import Certificate Revocation List from file (PEM).
st | Pointer to storage structure | |
file | Input file (PEM encoded) |
int CST_import_CRL_DER | ( | CST * | st, | |
FILE * | file | |||
) |
Import Certificate Revocation List from file (DER).
st | Pointer to storage structure | |
file | Input file (DER encoded) |