[#OSSL_CMP_ITAV_get0_certProfile] = OSSL_CMP_ITAV_get0_certProfile :mrdocs: Extract the certProfile name list from a certProfile ITAV. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_ITAV_get0_certProfile( xref:OSSL_CMP_ITAV.adoc[OSSL_CMP_ITAV] const* itav, xref:stack_st_ASN1_UTF8STRING.adoc[stack_st_ASN1_UTF8STRING]** out); ---- == Return Value 1 on success, 0 if `itav` is not a certProfile ITAV or on error. == Parameters [cols="1,4"] |=== | Name| Description | *itav* | ITAV with infoType certProfile. | *out* | Address of a pointer set to the internal profile‐name stack, or NULL if none. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#