Create a certProfile ITAV from a stack of profile name strings.
Synopsis
Declared in <openssl/cmp.h>
OSSL_CMP_ITAV*
OSSL_CMP_ITAV_new0_certProfile(stack_st_ASN1_UTF8STRING* certProfile);
Return Value
New ITAV on success, or NULL on error.
Parameters
Name |
Description |
certProfile |
Profile names to include; ownership transfers to the ITAV. |
Created with MrDocs