[#OSSL_CMP_ITAV_new0_certProfile] = OSSL_CMP_ITAV_new0_certProfile :mrdocs: Create a certProfile ITAV from a stack of profile name strings. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_CMP_ITAV.adoc[OSSL_CMP_ITAV]* OSSL_CMP_ITAV_new0_certProfile(xref:stack_st_ASN1_UTF8STRING.adoc[stack_st_ASN1_UTF8STRING]* certProfile); ---- == Return Value New ITAV on success, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *certProfile* | Profile names to include; ownership transfers to the ITAV. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#