Funciones |
int | CMS_signed_get_attr_count (const CMS_SignerInfo *si) |
int | CMS_signed_get_attr_by_NID (const CMS_SignerInfo *si, int nid, int lastpos) |
int | CMS_signed_get_attr_by_OBJ (const CMS_SignerInfo *si, ASN1_OBJECT *obj, int lastpos) |
X509_ATTRIBUTE * | CMS_signed_get_attr (const CMS_SignerInfo *si, int loc) |
X509_ATTRIBUTE * | CMS_signed_delete_attr (CMS_SignerInfo *si, int loc) |
int | CMS_signed_add1_attr (CMS_SignerInfo *si, X509_ATTRIBUTE *attr) |
int | CMS_signed_add1_attr_by_OBJ (CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) |
int | CMS_signed_add1_attr_by_NID (CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) |
int | CMS_signed_add1_attr_by_txt (CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) |
void * | CMS_signed_get0_data_by_OBJ (CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) |
int | CMS_unsigned_get_attr_count (const CMS_SignerInfo *si) |
int | CMS_unsigned_get_attr_by_NID (const CMS_SignerInfo *si, int nid, int lastpos) |
int | CMS_unsigned_get_attr_by_OBJ (const CMS_SignerInfo *si, ASN1_OBJECT *obj, int lastpos) |
X509_ATTRIBUTE * | CMS_unsigned_get_attr (const CMS_SignerInfo *si, int loc) |
X509_ATTRIBUTE * | CMS_unsigned_delete_attr (CMS_SignerInfo *si, int loc) |
int | CMS_unsigned_add1_attr (CMS_SignerInfo *si, X509_ATTRIBUTE *attr) |
int | CMS_unsigned_add1_attr_by_OBJ (CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) |
int | CMS_unsigned_add1_attr_by_NID (CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) |
int | CMS_unsigned_add1_attr_by_txt (CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) |
void * | CMS_unsigned_get0_data_by_OBJ (CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) |