Return the SMIMECapabilities attribute from a PKCS#7 signer info.
Declared in <openssl/pkcs7.h>
stack_st_X509_ALGOR*
PKCS7_get_smimecap(PKCS7_SIGNER_INFO* si);
Stack of X509_ALGOR capability descriptors, or NULL if absent; do not free.
| Name | Description |
|---|---|
| si | Signer info whose authenticated attributes are searched. |