Entry describing a named X.509 trust purpose and its checker callback.
Declared in <openssl/x509_vfy.h>
struct x509_trust_st;
| Name | Description |
|---|---|
arg1 | Integer argument associated with this trust entry. |
arg2 | Opaque application pointer associated with this trust entry. |
check_trust | Callback that checks whether a certificate is trusted for this purpose. |
flags | Behaviour flags for this trust entry (X509_TRUST_DYNAMIC and related). |
name | Short name of this trust purpose (for example "SSL Client"). |
trust | Trust purpose NID (X509_TRUST_*). |