X509_ocspid_print
—
pretty-print hashes of subject name and public
key
#include
<openssl/x509.h>
int
X509_ocspid_print
(BIO *bio,
X509 *issuer);
X509_ocspid_print
()
produces human-readable output to bio containing
hexadecimal representations of SHA-1 hashes of the DER-encoded forms of the
subject name and the public key of the issuer
certificate, as these hashes appear in OCSP requests.
X509_ocspid_print
() returns 1 for success
or 0 for failure.
This function is used by the -ocspid
flag
of the
openssl(1)
x509
command.
X509_ocspid_print
() first appeared in
OpenSSL 0.9.7 and has been available since OpenBSD
3.2.