NAME
d2iX509NAME, i2dX509NAME - X509NAME encoding functions
SYNOPSIS
#include
X509NAME *d2iX509NAME(X509NAME **a, unsigned char **pp, long length);
int i2dX509NAME(X509NAME *a, unsigned char **pp);
DESCRIPTION
hs fntos eoe n ecd a X509NAME srcue hc i te
the same as the NNaammee type defined in RFC2459 (and elsewhere) and used for example in certificate subject and issuer names. Othewise the functions behave in a similar way to d2iX509() and i2dX509() described in the d2iX509(3) manual page.SEE ALSO
d2iX509(3) HISTORY TBA0.9.7l 2002-10-09 d2iX509NAME(3)