|
NAMEX509V3_extensions_print —
pretty-print an array of X.509 extensions
SYNOPSIS#include <openssl/x509v3.h>
int
DESCRIPTIONFor each member of the variable sized array sk,X509V3_extensions_print () prints the following
information to bio in the following order:
If sk is a Unless title is
RETURN VALUESX509V3_extensions_print () is intended to return 1 on
success or 0 if an error occurs.
SEE ALSOBIO_new(3), STACK_OF(3), X509_EXTENSION_get_critical(3), X509_get0_extensions(3), X509_get_ext(3), X509V3_EXT_print(3)HISTORYX509V3_extensions_print () first appeared in OpenSSL
0.9.7 and has been available since OpenBSD 3.2.
BUGSMany parsing and printing errors are silently ignored, and the function may return indicating success even though sk contains invalid data. Even if all the data is valid, success may be indicated even when the information printed is incomplete for various reasons, for example due to memory allocation failures or I/O errors.
Visit the GSP FreeBSD Man Page Interface. |