[#SMIME_read_PKCS7] = SMIME_read_PKCS7 :mrdocs: Parse an S/MIME message into a PKCS#7 structure using the default library context. == Synopsis Declared in `<openssl/pkcs7.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PKCS7.adoc[PKCS7]* SMIME_read_PKCS7( xref:BIO.adoc[BIO]* bio, xref:BIO.adoc[BIO]** bcont); ---- == Return Value Parsed PKCS7, or NULL on error; free with PKCS7_free. == Parameters [cols="1,4"] |=== | Name| Description | *bio* | BIO supplying the S/MIME message. | *bcont* | Optional destination for a memory BIO holding cleartext signed content, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#