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