OCSP_RESPONSE_print

Print an OCSP response in human-readable form to a BIO.

Synopsis

Declared in <openssl/ocsp.h>

int
OCSP_RESPONSE_print(
    BIO* bp,
    OCSP_RESPONSE* o,
    unsigned long flags);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
bpDestination BIO.
oOCSP response to print.
flagsReserved print flags; pass 0.