Print a human‐readable representation of a Netscape signed public key and challenge.
Synopsis
Declared in <openssl/x509.h>
int
NETSCAPE_SPKI_print(
BIO* out,
NETSCAPE_SPKI* spki);
Return Value
-
1 on success, or 0 on failure.
-
1 on success, or 0 on failure.
Parameters
Name |
Description |
out |
BIO that receives the textual dump. |
spki |
SPKI structure to print. |
Created with MrDocs