| Functions | |
| int | CST_set_capability (CST *st, const cst_t_seqnum certID, ASN1_OBJECT *oid, unsigned char *data, int data_length) | 
| unsigned char * | CST_get_capability_data (CST *st, const cst_t_seqnum certID, ASN1_OBJECT *oid, int *data_length) | 
| CST_STACK_OF_ASN1_OBJECT * | CST_get_capabilities (CST *st, const cst_t_seqnum certID) | 
| int | CST_is_capability (CST *st, const cst_t_seqnum certID, ASN1_OBJECT *oid) | 
| int | CST_delete_capability (CST *st, const cst_t_seqnum certID, ASN1_OBJECT *oid) | 
| int CST_delete_capability | ( | CST * | st, | |
| const cst_t_seqnum | certID, | |||
| ASN1_OBJECT * | oid | |||
| ) | 
Delete capabilities
| CST_STACK_OF_ASN1_OBJECT* CST_get_capabilities | ( | CST * | st, | |
| const cst_t_seqnum | certID | |||
| ) | 
Get S/MIME Capabilities list for given cert
| unsigned char* CST_get_capability_data | ( | CST * | st, | |
| const cst_t_seqnum | certID, | |||
| ASN1_OBJECT * | oid, | |||
| int * | data_length | |||
| ) | 
Get S/MIME Capability for given cert
| int CST_is_capability | ( | CST * | st, | |
| const cst_t_seqnum | certID, | |||
| ASN1_OBJECT * | oid | |||
| ) | 
Return TRUE if capability exist
| int CST_set_capability | ( | CST * | st, | |
| const cst_t_seqnum | certID, | |||
| ASN1_OBJECT * | oid, | |||
| unsigned char * | data, | |||
| int | data_length | |||
| ) | 
Set S/MIME Capability for given cert
 1.5.1
 1.5.1