OpenSL d2iX509CRL(3openssl)
NAME
d2iX509CRL, i2dX509CRL, d2iX509CRLbio,
d2i509CRLfp, i2dX509CRLbio, i2dX509CRLfp - PKCS#10
certificate request functions.
SYNOPSIS
#include
X509CRL *d2iX509CRL(X509CRL **a, const unsigned char **pp, long length);
int i2dX509CRL(X509CRL *a, unsigned char **pp);
X509CRL *d2iX509CRLbio(BIO *bp, X509CRL **x);
X509CRL *d2iX509CRLfp(FILE *fp, X509CRL **x);
int i2dX509CRLbio(X509CRL *x, BIO *bp);
int i2dX509CRLfp(X509CRL *x, FILE *fp);
DESCRIPTION
These functions decode and encode an X509 CRL (certificate
revocation list).
Othewise the functions 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
|