1d2i_ASN1_OBJECT(3) OpenSSL d2i_ASN1_OBJECT(3)
2
3
4
6 d2i_ASN1_OBJECT, i2d_ASN1_OBJECT - ASN1 OBJECT IDENTIFIER functions
7
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
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
21 d2i_X509(3)
22
24 TBA
25
26
27
281.0.1e 2013-02-11 d2i_ASN1_OBJECT(3)