Build an ASN1_TYPE from an ASN.1 generation string, resolving CONF macros.
Declared in <openssl/asn1.h>
ASN1_TYPE*
ASN1_generate_nconf(
char const* str,
CONF* nconf);
Newly allocated ASN1_TYPE, or NULL on error; free with ASN1_TYPE_free().
| Name | Description |
|---|---|
| str | Generation template (ASN1_generate_nconf(3) syntax). |
| nconf | Optional CONF providing name/value substitutions, or NULL. |