NAME
d2iX509REQ, i2dX509REQ, d2iX509REQbio, d2iX509REQfp,i2dX509REQbio, i2dX509REQfp - PKCS#10 certificate request
functions.SYNOPSIS
#include
X509REQ *d2iX509REQ(X509REQ **a, unsigned char **pp, long length); int i2dX509REQ(X509REQ *a, unsigned char **pp); X509REQ *d2iX509REQbio(BIO *bp, X509REQ **x); X509REQ *d2iX509REQfp(FILE *fp, X509REQ **x); int i2dX509REQbio(BIO *bp, X509REQ *x); int i2dX509REQfp(FILE *fp, X509REQ *x);DESCRIPTION
These functions decode and encode a PKCS#10 certificate request.
Othewise these behave in a similar way to d2iX509() and i2dX509() described in the d2iX509(3) manual page.SEE ALSO
d2iX509(3) HISTORY TBA0.9.7l 2006-12-11 d2iX509REQ(3)