[#SSL_SESSION_print_keylog] = SSL_SESSION_print_keylog :mrdocs: Print session keying material to a BIO in NSS keylog format. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_SESSION_print_keylog( xref:BIO.adoc[BIO]* bp, xref:SSL_SESSION.adoc[SSL_SESSION] const* x); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *bp* | Output BIO. | *x* | Session whose secrets are logged. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#