Populate smcap with a standard set of S/MIME capability AlgorithmIdentifiers.
Synopsis
Declared in <openssl/cms.h>
int
CMS_add_standard_smimecap(stack_st_X509_ALGOR** smcap);
Return Value
1 on success, or 0 if any capability could not be added.
Parameters
Name |
Description |
smcap |
Address of the stack to create or extend (may point to NULL). |
Created with MrDocs