pem_ctx_st

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

Members

Structs

DEK_info_
struct DEK_info_
Undocumented in source.
proc_type_
struct proc_type_
Undocumented in source.

Variables

DEK_info
DEK_info_ DEK_info;
Undocumented in source.
data
ubyte* data;
Undocumented in source.
data_enc
int data_enc;

is the data encrypted

data_len
int data_len;
Undocumented in source.
dec
libressl_d.openssl.ossl_typ.EVP_CIPHER* dec;

date encryption cipher

domain
char* domain;
Undocumented in source.
key
ubyte* key;

key

key_len
int key_len;

key length

md
libressl_d.openssl.ossl_typ.EVP_MD* md;

signature type

md_data
char* md_data;

message digest, could be pkey encrypted

md_enc
int md_enc;

is the md encrypted or not?

md_len
int md_len;

length of md_data

num_recipient
int num_recipient;
Undocumented in source.
originator
.PEM_USER* originator;
Undocumented in source.
proc_type
proc_type_ proc_type;
Undocumented in source.
recipient
.PEM_USER** recipient;
Undocumented in source.
type
int type;

what type of object

Meta