Module: Miscellaneous
Definition in file PKIFOCSPErrors.h.
#include "components.h"
#include "PKIFCommonErrors.h"
Go to the source code of this file.
Defines | |
#define | OCSP_MISSING_REQUIRED_FIELD TOOLKIT_OCSP_ERROR_BASE + 1 |
A required field is not present. | |
#define | OCSP_UNRECOGNIZED_CHOICE TOOLKIT_OCSP_ERROR_BASE + 2 |
An unrecognized CHOICE value was encountered. | |
#define | OCSP_FAILED_TO_OBTAIN_RESPONSE TOOLKIT_OCSP_ERROR_BASE + 3 |
An OCSP request was made but no response was obtained. | |
#define | OCSP_RECEIVED_NON_SUCCESSFUL_RESPONSE TOOLKIT_OCSP_ERROR_BASE + 4 |
An OCSP response with a non-successful status was received. | |
#define | OCSP_NO_RESPONSE_BODY TOOLKIT_OCSP_ERROR_BASE + 5 |
An OCSP response with no response body was received. | |
#define | OCSP_UNSUPPORTED_RESPONSE_TYPE TOOLKIT_OCSP_ERROR_BASE + 6 |
An OCSP response containing an unsupported body type was received. | |
#define | OCSP_RESPONSE_SIG_VERIFICATION_FAILED TOOLKIT_OCSP_ERROR_BASE + 7 |
An OCSP response with an invalid signature was received. | |
#define | OCSP_SIGNER_MISMATCH TOOLKIT_OCSP_ERROR_BASE + 8 |
The signer of an OCSP response does not match the responder ID in the OCSP response. | |
#define | OCSP_RESPONDER_IS_TARGET TOOLKIT_OCSP_ERROR_BASE + 9 |
#define | OCSP_RESPONDER_NOT_AUTHORIZED TOOLKIT_OCSP_ERROR_BASE + 10 |
#define | OCSP_TIME_CHECK_FAILED TOOLKIT_OCSP_ERROR_BASE + 11 |
Not Used. | |
#define | OCSP_UNKNOWN_CERT_STATUS TOOLKIT_OCSP_ERROR_BASE + 12 |
The certificate status field of an OCSPSingleResponse contained an unrecognized value. | |
#define | OCSP_PATH_BUILDING_FAILED TOOLKIT_OCSP_ERROR_BASE + 13 |
An OCSP response was rejected because a certification path could not be built to the responder. | |
#define | OCSP_PATH_VALIDATION_FAILED TOOLKIT_OCSP_ERROR_BASE + 14 |
An OCSP response was rejected because a valid certification path could not be found for the responder. | |
#define | OCSP_AIA_URL_PARSE_FAILED TOOLKIT_OCSP_ERROR_BASE + 15 |
Not Used. | |
#define | OCSP_NONCE_MISMATCH TOOLKIT_OCSP_ERROR_BASE + 16 |
An OCSP response contained a nonce value other than the nonce included in the corresponding request. | |
#define | OCSP_NONCE_MISSING TOOLKIT_OCSP_ERROR_BASE + 17 |
An OCSP response did not contain a nonce. | |
#define | OCSP_PATH_STATUS_NOT_DETERMINED TOOLKIT_OCSP_ERROR_BASE + 18 |
The status of a certification path to an OCSP responder could not be determined. | |
#define | OCSP_NEXT_UPDATE_PASSED TOOLKIT_OCSP_ERROR_BASE + 19 |
The nextUpdate value in an OCSP response is less than the current time. | |
#define | OCSP_STATUS_NOT_SUFFICIENTLY_RECENT TOOLKIT_OCSP_ERROR_BASE + 20 |
#define | OCSP_UNPROCESSED_CRITICAL_EXTENSION TOOLKIT_OCSP_ERROR_BASE + 21 |
An unrecognized critical extension was present in an OCSP response. | |
#define | OCSP_TARGET_RESPONSE_NOT_INCLUDED TOOLKIT_OCSP_ERROR_BASE + 22 |
An OCSP response did not contain a response for a specific target certificate. |
#define OCSP_AIA_URL_PARSE_FAILED TOOLKIT_OCSP_ERROR_BASE + 15 |
#define OCSP_FAILED_TO_OBTAIN_RESPONSE TOOLKIT_OCSP_ERROR_BASE + 3 |
An OCSP request was made but no response was obtained.
Definition at line 25 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_MISSING_REQUIRED_FIELD TOOLKIT_OCSP_ERROR_BASE + 1 |
A required field is not present.
Definition at line 19 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_NEXT_UPDATE_PASSED TOOLKIT_OCSP_ERROR_BASE + 19 |
The nextUpdate value in an OCSP response is less than the current time.
Definition at line 75 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_NO_RESPONSE_BODY TOOLKIT_OCSP_ERROR_BASE + 5 |
An OCSP response with no response body was received.
Definition at line 31 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_NONCE_MISMATCH TOOLKIT_OCSP_ERROR_BASE + 16 |
An OCSP response contained a nonce value other than the nonce included in the corresponding request.
Definition at line 66 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_NONCE_MISSING TOOLKIT_OCSP_ERROR_BASE + 17 |
An OCSP response did not contain a nonce.
Definition at line 69 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_PATH_BUILDING_FAILED TOOLKIT_OCSP_ERROR_BASE + 13 |
An OCSP response was rejected because a certification path could not be built to the responder.
Definition at line 57 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_PATH_STATUS_NOT_DETERMINED TOOLKIT_OCSP_ERROR_BASE + 18 |
The status of a certification path to an OCSP responder could not be determined.
Definition at line 72 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_PATH_VALIDATION_FAILED TOOLKIT_OCSP_ERROR_BASE + 14 |
An OCSP response was rejected because a valid certification path could not be found for the responder.
Definition at line 60 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_RECEIVED_NON_SUCCESSFUL_RESPONSE TOOLKIT_OCSP_ERROR_BASE + 4 |
An OCSP response with a non-successful status was received.
Definition at line 28 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_RESPONDER_IS_TARGET TOOLKIT_OCSP_ERROR_BASE + 9 |
An attempt to determine the status of an OCSP responder's certificate was made using an OCSP response generated by the responder whose status is sought.
Definition at line 44 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_RESPONDER_NOT_AUTHORIZED TOOLKIT_OCSP_ERROR_BASE + 10 |
An OCSP response generated by a responder not authorized to provide revocation status information for a specific certificate was encountered.
Definition at line 48 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_RESPONSE_SIG_VERIFICATION_FAILED TOOLKIT_OCSP_ERROR_BASE + 7 |
An OCSP response with an invalid signature was received.
Definition at line 37 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_SIGNER_MISMATCH TOOLKIT_OCSP_ERROR_BASE + 8 |
The signer of an OCSP response does not match the responder ID in the OCSP response.
Definition at line 40 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_STATUS_NOT_SUFFICIENTLY_RECENT TOOLKIT_OCSP_ERROR_BASE + 20 |
The thisUpdate value in an OCSP response is not within the time window established by applying the value of the SufficientlyRecent property to the current time.
Definition at line 79 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_TARGET_RESPONSE_NOT_INCLUDED TOOLKIT_OCSP_ERROR_BASE + 22 |
An OCSP response did not contain a response for a specific target certificate.
Definition at line 85 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_TIME_CHECK_FAILED TOOLKIT_OCSP_ERROR_BASE + 11 |
#define OCSP_UNKNOWN_CERT_STATUS TOOLKIT_OCSP_ERROR_BASE + 12 |
The certificate status field of an OCSPSingleResponse contained an unrecognized value.
Definition at line 54 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_UNPROCESSED_CRITICAL_EXTENSION TOOLKIT_OCSP_ERROR_BASE + 21 |
An unrecognized critical extension was present in an OCSP response.
Definition at line 82 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString(), and CPKIFOCSPChecker::ProcessOfflineResponse().
#define OCSP_UNRECOGNIZED_CHOICE TOOLKIT_OCSP_ERROR_BASE + 2 |
An unrecognized CHOICE value was encountered.
Definition at line 22 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().
#define OCSP_UNSUPPORTED_RESPONSE_TYPE TOOLKIT_OCSP_ERROR_BASE + 6 |
An OCSP response containing an unsupported body type was received.
Definition at line 34 of file PKIFOCSPErrors.h.
Referenced by GetErrorCodeString().