|
NAMEX509_CRL_print ,
X509_CRL_print_fp —
pretty-print a certificate revocation list
SYNOPSIS#include <openssl/x509.h>
int
int
DESCRIPTIONX509_CRL_print () prints information contained in
crl to bio in human-readable form,
in the following order:
RETURN VALUESThese functions are intended to return 1 for success and 0 for error.SEE ALSOBIO_new(3), X509_CRL_new(3), X509_print_ex(3), X509_REVOKED_new(3)HISTORYThese functions first appeared in OpenSSL 0.9.2 and have been available since OpenBSD 2.6.BUGSMost I/O errors are silently ignored. Even if the information printed is incomplete, these functions may return 1 anyway.If the version number is invalid, no information from the CRL is printed and the functions fail.
Visit the GSP FreeBSD Man Page Interface. |