Return the SMIMECapabilities attribute from a PKCS#7 signer info.

Synopsis

Declared in <openssl/pkcs7.h>

stack_st_X509_ALGOR*
PKCS7_get_smimecap(PKCS7_SIGNER_INFO* si);

Return Value

Stack of X509_ALGOR capability descriptors, or NULL if absent; do not free.

Parameters

Name

Description

si

Signer info whose authenticated attributes are searched.

Created with MrDocs