OpenSL d2iX509REQ(3openssl)
NAME
d2iX509REQ, i2dX509REQ, d2iX509REQbio,
d2iX509REQfp, i2dX509REQbio, i2dX509REQfp - PKCS#10
certificate request functions.
SYNOPSIS
#include
X509REQ *d2iX509REQ(X509REQ **a, const 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
OpenSL-0.9.8 Last change: Oct 11 2005 1
|