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