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