|
NAMEX509_signature_dump ,
X509_signature_print —
pretty-print ASN.1 strings
SYNOPSIS#include <openssl/x509.h>
int
int
DESCRIPTIONX509_signature_dump () writes the data bytes contained in
the signature to bio in
hexadecimal format with colons between bytes, 18 bytes per output line, each
line indented with indent space characters.
RETURN VALUESThese functions return 1 on success or 0 on failure. They fail and return as soon as any write operation fails.SEE ALSOASN1_STRING_new(3), ASN1_STRING_print_ex(3), BIO_new(3), EVP_PKEY_asn1_new(3), OBJ_find_sigid_algs(3), X509_ALGOR_new(3), X509_get0_signature(3)HISTORYX509_signature_print () first appeared in OpenSSL 0.9.7
and has been available since OpenBSD 3.2.
Visit the GSP FreeBSD Man Page Interface. |