d2i_asn1_object(3) - Linux man page

Name

d2i_ASN1_OBJECT, i2d_ASN1_OBJECT - ASN1 OBJECT IDENTIFIER functions

Synopsis

#include <openssl/objects.h>

ASN1_OBJECT *d2i_ASN1_OBJECT(ASN1_OBJECT **a, unsigned char **pp, long length);
int i2d_ASN1_OBJECT(ASN1_OBJECT *a, unsigned char **pp);

Description

These functions decode and encode an ASN1 OBJECT IDENTIFIER .

Othewise these behave in a similar way to d2i_X509() and i2d_X509() described in the d2i_x509(3) manual page.

See Also

d2i_x509(3)

History

TBA

Referenced By

asn1_object_new(3)