[#NETSCAPE_SPKI_print] = NETSCAPE_SPKI_print :mrdocs: Print a human‐readable representation of a Netscape signed public key and challenge. == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int NETSCAPE_SPKI_print( xref:BIO.adoc[BIO]* out, xref:NETSCAPE_SPKI.adoc[NETSCAPE_SPKI]* spki); ---- == Return Value * 1 on success, or 0 on failure. * 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *out* | BIO that receives the textual dump. | *spki* | SPKI structure to print. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#