pkcs7_st.d_

all encryption/message digests are applied to the 'contents', leaving out the 'type' field.

Members

Variables

data
libressl_d.openssl.ossl_typ.ASN1_OCTET_STRING* data;

NID_pkcs7_data

digest
.PKCS7_DIGEST* digest;

NID_pkcs7_digest

encrypted
.PKCS7_ENCRYPT* encrypted;

NID_pkcs7_encrypted

enveloped
.PKCS7_ENVELOPE* enveloped;

NID_pkcs7_enveloped

other
libressl_d.openssl.asn1.ASN1_TYPE* other;

Anything else

ptr_
char* ptr_;

all encryption/message digests are applied to the 'contents', leaving out the 'type' field.

sign
.PKCS7_SIGNED* sign;

NID_pkcs7_signed

signed_and_enveloped
.PKCS7_SIGN_ENVELOPE* signed_and_enveloped;

NID_pkcs7_signedAndEnveloped

Meta