Decode an ASN.1 value described by it from a BIO (default library context).
Declared in <openssl/asn1.h>
void*
ASN1_item_d2i_bio(
ASN1_ITEM const* it,
BIO* in,
void* pval);
Decoded object pointer, or NULL on error.
| Name | Description |
|---|---|
| it | ASN.1 item describing the type to decode. |
| in | BIO positioned at DER input. |
| pval | Optional existing object to reuse, or NULL to allocate. |