PKIFOCSPErrors.h
Go to the documentation of this file.00001
00009 #ifndef __PKIFOCSPERRORS_H__
00010 #define __PKIFOCSPERRORS_H__
00011
00012 #if _MSC_VER > 1000
00013 #pragma once
00014 #endif // _MSC_VER > 1000
00015
00016 #include "components.h"
00017 #include "PKIFCommonErrors.h"
00019 #define OCSP_MISSING_REQUIRED_FIELD TOOLKIT_OCSP_ERROR_BASE + 1
00020
00022 #define OCSP_UNRECOGNIZED_CHOICE TOOLKIT_OCSP_ERROR_BASE + 2
00023
00025 #define OCSP_FAILED_TO_OBTAIN_RESPONSE TOOLKIT_OCSP_ERROR_BASE + 3
00026
00028 #define OCSP_RECEIVED_NON_SUCCESSFUL_RESPONSE TOOLKIT_OCSP_ERROR_BASE + 4
00029
00031 #define OCSP_NO_RESPONSE_BODY TOOLKIT_OCSP_ERROR_BASE + 5
00032
00034 #define OCSP_UNSUPPORTED_RESPONSE_TYPE TOOLKIT_OCSP_ERROR_BASE + 6
00035
00037 #define OCSP_RESPONSE_SIG_VERIFICATION_FAILED TOOLKIT_OCSP_ERROR_BASE + 7
00038
00040 #define OCSP_SIGNER_MISMATCH TOOLKIT_OCSP_ERROR_BASE + 8
00041
00044 #define OCSP_RESPONDER_IS_TARGET TOOLKIT_OCSP_ERROR_BASE + 9
00045
00048 #define OCSP_RESPONDER_NOT_AUTHORIZED TOOLKIT_OCSP_ERROR_BASE + 10
00049
00051 #define OCSP_TIME_CHECK_FAILED TOOLKIT_OCSP_ERROR_BASE + 11
00052
00054 #define OCSP_UNKNOWN_CERT_STATUS TOOLKIT_OCSP_ERROR_BASE + 12
00055
00057 #define OCSP_PATH_BUILDING_FAILED TOOLKIT_OCSP_ERROR_BASE + 13
00058
00060 #define OCSP_PATH_VALIDATION_FAILED TOOLKIT_OCSP_ERROR_BASE + 14
00061
00063 #define OCSP_AIA_URL_PARSE_FAILED TOOLKIT_OCSP_ERROR_BASE + 15
00064
00066 #define OCSP_NONCE_MISMATCH TOOLKIT_OCSP_ERROR_BASE + 16
00067
00069 #define OCSP_NONCE_MISSING TOOLKIT_OCSP_ERROR_BASE + 17
00070
00072 #define OCSP_PATH_STATUS_NOT_DETERMINED TOOLKIT_OCSP_ERROR_BASE + 18
00073
00075 #define OCSP_NEXT_UPDATE_PASSED TOOLKIT_OCSP_ERROR_BASE + 19
00076
00079 #define OCSP_STATUS_NOT_SUFFICIENTLY_RECENT TOOLKIT_OCSP_ERROR_BASE + 20
00080
00082 #define OCSP_UNPROCESSED_CRITICAL_EXTENSION TOOLKIT_OCSP_ERROR_BASE + 21
00083
00085 #define OCSP_TARGET_RESPONSE_NOT_INCLUDED TOOLKIT_OCSP_ERROR_BASE + 22
00086 #endif
00087