Certificate purpose entry used by X509_check_purpose and related helpers.
Synopsis
Declared in <openssl/x509v3.h>
struct x509_purpose_st;
Data Members
Name |
Description |
Callback that evaluates whether a certificate satisfies this purpose. |
|
Flags such as X509_PURPOSE_DYNAMIC or X509_PURPOSE_DYNAMIC_NAME. |
|
Long human‐readable purpose name. |
|
Purpose identifier (X509_PURPOSE_SSL_CLIENT, X509_PURPOSE_SSL_SERVER, …). |
|
Short purpose name. |
|
Default trust ID associated with this purpose. |
|
Application‐specific data attached to a dynamically registered purpose. |
Created with MrDocs