pkcs7_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Manifest constants

PKCS7_S_BODY
enum PKCS7_S_BODY;
Undocumented in source.
PKCS7_S_HEADER
enum PKCS7_S_HEADER;
Undocumented in source.
PKCS7_S_TAIL
enum PKCS7_S_TAIL;
Undocumented in source.

Unions

d_
union d_

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

Variables

asn1
ubyte* asn1;
Undocumented in source.
d
d_ d;
Undocumented in source.
detached
int detached;
Undocumented in source.
length_
core.stdc.config.c_long length_;
Undocumented in source.
state
int state;

used during processing

type
libressl_d.openssl.asn1.ASN1_OBJECT* type;

content as defined by the type

Meta