Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
NAME
SMIME_read_PKCS7 — extract a PKCS#7 object from an S/MIME messageSYNOPSIS
library “libcrypto”#include <openssl/pkcs7.h>
SMIME_read_PKCS7(BIO *in, BIO **bcont);
DESCRIPTION
SMIME_read_PKCS7() parses a message in S/MIME format.BIO *cont = NULL; PKCS7 *p7; p7 = SMIME_read_PKCS7(in, &cont);