Extract the message-digest OCTET STRING from a set of authenticatedAttributes.
Declared in <openssl/pkcs7.h>
ASN1_OCTET_STRING*
PKCS7_digest_from_attributes(stack_st_X509_ATTRIBUTE* sk);
Pointer to the digest octets within sk, or NULL if absent; do not free.
| Name | Description |
|---|---|
| sk | Attribute stack from a PKCS7_SIGNER_INFO. |