Searched defs:X509_VERIFY_PARAM_st (Results 1 – 1 of 1) sorted by relevance
267 struct X509_VERIFY_PARAM_st { struct268 char *name;269 time_t check_time; /* Time to use */270 unsigned long inh_flags; /* Inheritance flags */271 unsigned long flags; /* Various verify flags */272 int purpose; /* purpose to check untrusted certificates */273 int trust; /* trust setting to check */274 int depth; /* Verify depth */275 int security_level; /* 'Security level', see SP800-57. */277 X509_VERIFY_PARAM_ID *id; /* opaque ID data */