X509_VERIFY_PARAM_st

This structure hold all parameters associated with a verify operation by including an X509_VERIFY_PARAM structure in related structures the parameters used can be customized

Members

Variables

check_time
libressl_d.compat.time.time_t check_time;

Time to use

depth
int depth;

Verify depth

flags
core.stdc.config.c_ulong flags;

Various verify flags

id
.X509_VERIFY_PARAM_ID* id;

opaque ID data

inh_flags
core.stdc.config.c_ulong inh_flags;

Inheritance flags

name
char* name;
Undocumented in source.
policies
libressl_d.openssl.asn1.stack_st_ASN1_OBJECT* policies;

Permissible policies

purpose
int purpose;

purpose to check untrusted certificates

trust
int trust;

trust setting to check

Meta