Append an empty CertificateChoices slot to a CMS SignedData certificates set.
Declared in <openssl/cms.h>
CMS_CertificateChoices*
CMS_add0_CertificateChoices(CMS_ContentInfo* cms);
Newly added CMS_CertificateChoices, or NULL on error; ownership stays with cms.
| Name | Description |
|---|---|
| cms | ContentInfo of type signed-data (or similar) that holds certificates. |