[#ASN1_generate_nconf] = ASN1_generate_nconf :mrdocs: Build an ASN1_TYPE from an ASN.1 generation string, resolving CONF macros. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_TYPE.adoc[ASN1_TYPE]* ASN1_generate_nconf( char const* str, xref:CONF.adoc[CONF]* nconf); ---- == Return Value Newly allocated ASN1_TYPE, or NULL on error; free with ASN1_TYPE_free(). == Parameters [cols="1,4"] |=== | Name| Description | *str* | Generation template (ASN1_generate_nconf(3) syntax). | *nconf* | Optional CONF providing name/value substitutions, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#