1*2175Sjp161948=pod 2*2175Sjp161948 3*2175Sjp161948=head1 NAME 4*2175Sjp161948 5*2175Sjp161948d2i_ASN1_OBJECT, i2d_ASN1_OBJECT - ASN1 OBJECT IDENTIFIER functions 6*2175Sjp161948 7*2175Sjp161948=head1 SYNOPSIS 8*2175Sjp161948 9*2175Sjp161948 #include <openssl/objects.h> 10*2175Sjp161948 11*2175Sjp161948 ASN1_OBJECT *d2i_ASN1_OBJECT(ASN1_OBJECT **a, unsigned char **pp, long length); 12*2175Sjp161948 int i2d_ASN1_OBJECT(ASN1_OBJECT *a, unsigned char **pp); 13*2175Sjp161948 14*2175Sjp161948=head1 DESCRIPTION 15*2175Sjp161948 16*2175Sjp161948These functions decode and encode an ASN1 OBJECT IDENTIFIER. 17*2175Sjp161948 18*2175Sjp161948Othewise these behave in a similar way to d2i_X509() and i2d_X509() 19*2175Sjp161948described in the L<d2i_X509(3)|d2i_X509(3)> manual page. 20*2175Sjp161948 21*2175Sjp161948=head1 SEE ALSO 22*2175Sjp161948 23*2175Sjp161948L<d2i_X509(3)|d2i_X509(3)> 24*2175Sjp161948 25*2175Sjp161948=head1 HISTORY 26*2175Sjp161948 27*2175Sjp161948TBA 28*2175Sjp161948 29*2175Sjp161948=cut 30