Functions | |
GSList * | CST_search_by_subj_name (CST *st, X509_NAME *subject_name) |
GSList * | CST_search_by_email (CST *st, const char *email) |
GSList * | CST_search_by_domain_name (CST *st, const char *domain_name) |
GSList * | CST_search_by_serial (CST *st, const char *serial) |
GSList * | CST_search_by_fingerprint (CST *st, const char *fingerprint) |
cst_t_seqnum | CST_search_issuer (CST *st, X509 *cert) |
GSList * | CST_search_by_folder_and_purpose (CST *st, const cst_t_cert_folder folder, const cst_t_cert_purpose purpose) |
GSList * | CST_search_by_folder (CST *st, const cst_t_cert_folder folder) |
GSList * | CST_all_expired (CST *st) |
GSList * | CST_all_revoked (CST *st) |
GSList * | CST_search_by_purpose (CST *st, const cst_t_cert_purpose purpose) |
cst_t_seqnum | CST_search_by_UID (CST *st, X509_NAME *issuer, ASN1_INTEGER *serial) |
cst_t_seqnum | CST_search_by_X509 (CST *st, X509 *xcert) |
|
Get all expired certificates
|
|
Get all revoked certificates
|
|
Search certifiacate by domain name
|
|
Search certifiacate by email
|
|
Search certifiacate by email
|
|
Get all certificates by folder If folder = CST_FOLDER_CA then return all CA certificates
|
|
Get all trusted certificates for given purpose in selected folder. For example, all CA certificates for WLAN.
|
|
Get all trusted certificates for given purpose
|
|
Search certifiacate by serial
|
|
Search certifiacate by subject name
|
|
Get certificate ID (int) by UID (issuer + serial)
|
|
Get certificate ID (int) by openssl X509 certificate
|
|
Search issuer of given certifiacate
|