Remove and return the signed attribute at index loc from a CMS SignerInfo.
Declared in <openssl/cms.h>
X509_ATTRIBUTE*
CMS_signed_delete_attr(
CMS_SignerInfo* si,
int loc);
Removed attribute (caller frees with X509_ATTRIBUTE_free), or NULL on error.
| Name | Description |
|---|---|
| si | SignerInfo whose signedAttrs set is modified. |
| loc | Zero-based index of the attribute to delete. |