d2iX509REQ(3) OpenSL d2iX509REQ(3)
NAME
d2iX509REQ, i2dX509REQ, d2iX509REQbio, d2iX509REQfp,
i2dX509REQbio, i2dX509REQfp - PKCS#10 certificate request func-
tions.
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(X509REQ *x, BIO *bp);
int i2dX509REQfp(X509REQ *x, FILE *fp);
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
TBA
0.9.7i 2002-10-09 d2iX509REQ(3)
|