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
PKCS7_verify, PKCS7_get0_signers — verify a PKCS#7 signedData structureSYNOPSIS
#include <openssl/pkcs7.h>PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, BIO *indata, BIO *out, int flags);
PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags);