TS_verify_ctx

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

Members

Variables

certs
libressl_d.openssl.x509.stack_st_X509* certs;
Undocumented in source.
data
libressl_d.openssl.bio.BIO* data;

Must be set only with TS_VFY_DATA.

flags
uint flags;

Set this to the union of TS_VFY_... flags you want to carry out.

imprint
ubyte* imprint;
Undocumented in source.
imprint_len
uint imprint_len;
Undocumented in source.
md_alg
libressl_d.openssl.ossl_typ.X509_ALGOR* md_alg;
Undocumented in source.
nonce
libressl_d.openssl.ossl_typ.ASN1_INTEGER* nonce;

Must be set only with TS_VFY_TSA_NAME.

policy
libressl_d.openssl.asn1.ASN1_OBJECT* policy;
Undocumented in source.
store
libressl_d.openssl.ossl_typ.X509_STORE* store;
Undocumented in source.
tsa_name
libressl_d.openssl.x509v3.GENERAL_NAME* tsa_name;

Must be set only with TS_VFY_TSA_NAME.

Meta