Print an OCSP request in human‐readable form to a BIO.
Synopsis
Declared in <openssl/ocsp.h>
int
OCSP_REQUEST_print(
BIO* bp,
OCSP_REQUEST* a,
unsigned long flags);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
bp |
Destination BIO. |
a |
OCSP request to print. |
flags |
Reserved print flags; pass 0. |
Created with MrDocs