[#ASN1_item_new] = ASN1_item_new :mrdocs: Allocate a new ASN.1 value described by `it` using the default library context. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_VALUE.adoc[ASN1_VALUE]* ASN1_item_new(xref:ASN1_ITEM.adoc[ASN1_ITEM] const* it); ---- == Return Value Newly allocated ASN1_VALUE, or NULL on error; free with ASN1_item_free. == Parameters [cols="1,4"] |=== | Name| Description | *it* | ASN.1 item template for the type to create. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#