Allow IPv6 address entry in tools>ping - Loosens valid character check
[tomato/davidwu.git] / release / src / router / openssl / doc / crypto / d2i_ASN1_OBJECT.pod
blob45bb18492cab1027dacb73b9dd685aa1c67d4464
1 =pod
3 =head1 NAME
5 d2i_ASN1_OBJECT, i2d_ASN1_OBJECT - ASN1 OBJECT IDENTIFIER functions
7 =head1 SYNOPSIS
9  #include <openssl/objects.h>
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);
14 =head1 DESCRIPTION
16 These functions decode and encode an ASN1 OBJECT IDENTIFIER.
18 Othewise these behave in a similar way to d2i_X509() and i2d_X509()
19 described in the L<d2i_X509(3)|d2i_X509(3)> manual page.
21 =head1 SEE ALSO
23 L<d2i_X509(3)|d2i_X509(3)>
25 =head1 HISTORY
27 TBA
29 =cut