skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: CRYPTO Application Programming Interface (API)... CRYPTO Application Programming Interface (API)...
go to previous page: d2i_X509_CRL d2i_X509_CRL
go to next page: d2i_X509_REQd2i_X509_REQ
end of book navigation links


d2i_X509_NAME
Description
See Also
History
 

NAME

d2i_X509_NAME, i2d_X509_NAME - X509_NAME encoding functions

Synopsis  

#include <openssl/x509.h>
X509_NAME *d2i_X509_NAME(X509_NAME **a, unsigned char **pp, long length);
int i2d_X509_NAME(X509_NAME *a, unsigned char **pp);


return to top DESCRIPTION  

These functions decode and encode an X509_NAME structure which is the the same as the Name 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 d2i_X509() and i2d_X509() described in the d2i_X509(3) manual page.


return to top SEE ALSO  

d2i_X509(3)


return to top HISTORY  

None.
go to previous page: d2i_X509_CRL d2i_X509_CRL
go to next page: d2i_X509_REQd2i_X509_REQ