Module: Miscellaneous
Definition in file PKIFPATHErrors.h.
#include "components.h"
#include "PKIFCommonErrors.h"
Go to the source code of this file.
Defines | |
#define | PATH_LENGTH_VIOLATION TOOLKIT_PATH_ERROR_BASE + 1 |
The path length has been exceeded. | |
#define | PATH_NAME_CHAINING_VIOLATION TOOLKIT_PATH_ERROR_BASE + 2 |
The issuer name and subject name of adjacent certificates in a path do not chain properly. | |
#define | PATH_BASIC_CONSTRAINTS_VIOLATION TOOLKIT_PATH_ERROR_BASE + 3 |
Either a basicConstraints extension was absent or the CA flag was set to false where it must be present and set to true. | |
#define | PATH_VALIDITY_PERIOD_VIOLATION_NOT_YET_VALID TOOLKIT_PATH_ERROR_BASE + 4 |
An invalid certificate validity period was encountered during path validation. | |
#define | PATH_KEY_USAGE_VIOLATION TOOLKIT_PATH_ERROR_BASE + 5 |
A certificate containing an invalid key usage extension was encountered during path validation. | |
#define | PATH_SIGNATURE_VERIFICATION_FAILED TOOLKIT_PATH_ERROR_BASE + 6 |
#define | PATH_CERT_REVOKED TOOLKIT_PATH_ERROR_BASE + 7 |
Path validation failed because a revoked certificate was present in the certification path being validated. | |
#define | PATH_UNPROCESSED_CRITICAL_EXTENSION TOOLKIT_PATH_ERROR_BASE + 8 |
A certificate containing an unrecognized critical extension was encountered during path validation. | |
#define | PATH_TRUST_ROOT_NOT_SET TOOLKIT_PATH_ERROR_BASE + 9 |
Path validation failed because the certification path does not contain a trust anchor. | |
#define | PATH_TRUST_ROOT_NO_CERT TOOLKIT_PATH_ERROR_BASE + 10 |
Path validation failed because a certification path contained a trust anchor that was not in the form of a certificate. | |
#define | PATH_NAME_CONSTRAINTS_VIOLATION TOOLKIT_PATH_ERROR_BASE + 11 |
Path validation failed due to a name constraints violation. | |
#define | PATH_APP_DEFINED_CHECK_FAILED TOOLKIT_PATH_ERROR_BASE + 12 |
#define | PATH_ALG_CHAINING_FAILURE TOOLKIT_PATH_ERROR_BASE + 13 |
The signature algorithm and subject public key algorithm of adjacent certificates in a path do not chain properly. | |
#define | PATH_NULL_USER_POLICY_SET TOOLKIT_PATH_ERROR_BASE + 14 |
Path validation terminated with a NULL user constrained policy set. | |
#define | PATH_CERT_REVOCATION_STATUS_NOT_DETERMINED TOOLKIT_PATH_ERROR_BASE + 15 |
The revocation status of a certificate could not be determined. | |
#define | PATH_NULL_AUTH_POLICY_SET TOOLKIT_PATH_ERROR_BASE + 16 |
Path validation terminated with a NULL authority constrained policy set. | |
#define | PATH_VALIDITY_PERIOD_VIOLATION_EXPIRED TOOLKIT_PATH_ERROR_BASE + 17 |
An invalid certificate validity period was encountered during path validation. |
#define PATH_ALG_CHAINING_FAILURE TOOLKIT_PATH_ERROR_BASE + 13 |
The signature algorithm and subject public key algorithm of adjacent certificates in a path do not chain properly.
Definition at line 57 of file PKIFPATHErrors.h.
Referenced by GetErrorCodeString().
#define PATH_APP_DEFINED_CHECK_FAILED TOOLKIT_PATH_ERROR_BASE + 12 |
Path validation failed because a application specified validation check failed. Consult the application documentation for details.
Definition at line 54 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), and GetErrorCodeString().
#define PATH_BASIC_CONSTRAINTS_VIOLATION TOOLKIT_PATH_ERROR_BASE + 3 |
Either a basicConstraints extension was absent or the CA flag was set to false where it must be present and set to true.
Definition at line 25 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), and GetErrorCodeString().
#define PATH_CERT_REVOCATION_STATUS_NOT_DETERMINED TOOLKIT_PATH_ERROR_BASE + 15 |
The revocation status of a certificate could not be determined.
Definition at line 63 of file PKIFPATHErrors.h.
Referenced by CPKIFCertStatusCache::CheckStatusPath(), GetErrorCodeString(), and CPKIFOCSPChecker::ProcessOfflineResponse().
#define PATH_CERT_REVOKED TOOLKIT_PATH_ERROR_BASE + 7 |
Path validation failed because a revoked certificate was present in the certification path being validated.
Definition at line 38 of file PKIFPATHErrors.h.
Referenced by CPKIFCertStatusCache::CheckStatusPath(), GetErrorCodeString(), and CPKIFOCSPChecker::ProcessOfflineResponse().
#define PATH_KEY_USAGE_VIOLATION TOOLKIT_PATH_ERROR_BASE + 5 |
A certificate containing an invalid key usage extension was encountered during path validation.
Definition at line 31 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), and GetErrorCodeString().
#define PATH_LENGTH_VIOLATION TOOLKIT_PATH_ERROR_BASE + 1 |
The path length has been exceeded.
Definition at line 19 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), GetErrorCodeString(), and CPKIFPathValidator2::ValidatePath().
#define PATH_NAME_CHAINING_VIOLATION TOOLKIT_PATH_ERROR_BASE + 2 |
The issuer name and subject name of adjacent certificates in a path do not chain properly.
Definition at line 22 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), and GetErrorCodeString().
#define PATH_NAME_CONSTRAINTS_VIOLATION TOOLKIT_PATH_ERROR_BASE + 11 |
Path validation failed due to a name constraints violation.
Definition at line 50 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), and GetErrorCodeString().
#define PATH_NULL_AUTH_POLICY_SET TOOLKIT_PATH_ERROR_BASE + 16 |
Path validation terminated with a NULL authority constrained policy set.
Definition at line 66 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), and GetErrorCodeString().
#define PATH_NULL_USER_POLICY_SET TOOLKIT_PATH_ERROR_BASE + 14 |
Path validation terminated with a NULL user constrained policy set.
Definition at line 60 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), and GetErrorCodeString().
#define PATH_SIGNATURE_VERIFICATION_FAILED TOOLKIT_PATH_ERROR_BASE + 6 |
A certificate signature verification operation failed either because the certificate has been modified or the correct public key was not used.
Definition at line 35 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), GetErrorCodeString(), and PathSigChecker().
#define PATH_TRUST_ROOT_NO_CERT TOOLKIT_PATH_ERROR_BASE + 10 |
Path validation failed because a certification path contained a trust anchor that was not in the form of a certificate.
Definition at line 47 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), and GetErrorCodeString().
#define PATH_TRUST_ROOT_NOT_SET TOOLKIT_PATH_ERROR_BASE + 9 |
Path validation failed because the certification path does not contain a trust anchor.
Definition at line 44 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), GetErrorCodeString(), and PathSigChecker().
#define PATH_UNPROCESSED_CRITICAL_EXTENSION TOOLKIT_PATH_ERROR_BASE + 8 |
A certificate containing an unrecognized critical extension was encountered during path validation.
Definition at line 41 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), GetErrorCodeString(), and CPKIFPathValidator2::ValidatePath().
#define PATH_VALIDITY_PERIOD_VIOLATION_EXPIRED TOOLKIT_PATH_ERROR_BASE + 17 |
An invalid certificate validity period was encountered during path validation.
Definition at line 69 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), and GetErrorCodeString().
#define PATH_VALIDITY_PERIOD_VIOLATION_NOT_YET_VALID TOOLKIT_PATH_ERROR_BASE + 4 |
An invalid certificate validity period was encountered during path validation.
Definition at line 28 of file PKIFPATHErrors.h.
Referenced by CPKIFPathBasicChecks2::DoChecks(), and GetErrorCodeString().