1d2i_ASN1_OBJECT(3)                  OpenSSL                 d2i_ASN1_OBJECT(3)
2
3
4

NAME

6       d2i_ASN1_OBJECT, i2d_ASN1_OBJECT - ASN1 OBJECT IDENTIFIER functions
7

SYNOPSIS

9        #include <openssl/objects.h>
10
11        ASN1_OBJECT *d2i_ASN1_OBJECT(ASN1_OBJECT **a, unsigned char **pp, long length);
12        int i2d_ASN1_OBJECT(ASN1_OBJECT *a, unsigned char **pp);
13

DESCRIPTION

15       These functions decode and encode an ASN1 OBJECT IDENTIFIER.
16
17       Othewise these behave in a similar way to d2i_X509() and i2d_X509()
18       described in the d2i_X509(3) manual page.
19

SEE ALSO

21       d2i_X509(3)
22

HISTORY

24       TBA
25
26
27
281.0.2o                            2020-01-28                d2i_ASN1_OBJECT(3)
Impressum