2.2.56 FW_CERT_CRITERIA_TYPE
The FW_CERT_CRITERIA_TYPE enumeration defines whether the criteria are to be used for selection, validation, or both.
-
typedef enum { FW_CERT_CRITERIA_TYPE_BOTH, FW_CERT_CRITERIA_TYPE_SELECTION, FW_CERT_CRITERIA_TYPE_VALIDATION, FW_CERT_CRITERIA_TYPE_MAX } FW_CERT_CRITERIA_TYPE;
FW_CERT_CRITERIA_TYPE_BOTH: Indicates that the criteria are to be used for both certificate selection and validation.
FW_CERT_CRITERIA_TYPE_SELECTION: Indicates that the criteria are meant for local certificate selection.
FW_CERT_CRITERIA_TYPE_VALIDATION: Indicates that the criteria are meant for validation of a peer certificate.
FW_CERT_CRITERIA_TYPE_MAX: To be valid, a value of this type MUST be less than this constant.