Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
SMIME_read_PKCS7 — extract a PKCS#7 object from an S/MIME messageDESCRIPTION
SMIME_read_PKCS7() parses a message in S/MIME format.BIO *cont = NULL; PKCS7 *p7; p7 = SMIME_read_PKCS7(in, &cont);