Home
last modified time | relevance | path

Searched defs:X509_VERIFY_PARAM_st (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/x509/
Dx509_local.h18 struct X509_VERIFY_PARAM_st { struct
19 char *name;
20 time_t check_time; /* Time to use */
21 uint32_t inh_flags; /* Inheritance flags */
22 unsigned long flags; /* Various verify flags */
23 int purpose; /* purpose to check untrusted certificates */
24 int trust; /* trust setting to check */
25 int depth; /* Verify depth */
26 int auth_level; /* Security level for chain verification */
30 unsigned int hostflags; /* Flags to control matching features */
[all …]
/third_party/boringssl/src/include/openssl/
Dx509_vfy.h146 struct X509_VERIFY_PARAM_st struct
148 char *name;
149 time_t check_time; /* Time to use */
150 unsigned long inh_flags; /* Inheritance flags */
151 unsigned long flags; /* Various verify flags */
152 int purpose; /* purpose to check untrusted certificates */
153 int trust; /* trust setting to check */
154 int depth; /* Verify depth */
156 X509_VERIFY_PARAM_ID *id; /* opaque ID data */
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h155 struct X509_VERIFY_PARAM_st { struct
157 int depth;