Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:47

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
0004  *
0005  * Licensed under the Apache License 2.0 (the "License").  You may not use
0006  * this file except in compliance with the License.  You can obtain a copy
0007  * in the file LICENSE in the source distribution or at
0008  * https://www.openssl.org/source/license.html
0009  */
0010 
0011 #ifndef OPENSSL_OCSPERR_H
0012 # define OPENSSL_OCSPERR_H
0013 # pragma once
0014 
0015 # include <openssl/opensslconf.h>
0016 # include <openssl/symhacks.h>
0017 # include <openssl/cryptoerr_legacy.h>
0018 
0019 
0020 # ifndef OPENSSL_NO_OCSP
0021 
0022 
0023 /*
0024  * OCSP reason codes.
0025  */
0026 #  define OCSP_R_CERTIFICATE_VERIFY_ERROR                  101
0027 #  define OCSP_R_DIGEST_ERR                                102
0028 #  define OCSP_R_DIGEST_NAME_ERR                           106
0029 #  define OCSP_R_DIGEST_SIZE_ERR                           107
0030 #  define OCSP_R_ERROR_IN_NEXTUPDATE_FIELD                 122
0031 #  define OCSP_R_ERROR_IN_THISUPDATE_FIELD                 123
0032 #  define OCSP_R_MISSING_OCSPSIGNING_USAGE                 103
0033 #  define OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE              124
0034 #  define OCSP_R_NOT_BASIC_RESPONSE                        104
0035 #  define OCSP_R_NO_CERTIFICATES_IN_CHAIN                  105
0036 #  define OCSP_R_NO_RESPONSE_DATA                          108
0037 #  define OCSP_R_NO_REVOKED_TIME                           109
0038 #  define OCSP_R_NO_SIGNER_KEY                             130
0039 #  define OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE    110
0040 #  define OCSP_R_REQUEST_NOT_SIGNED                        128
0041 #  define OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA      111
0042 #  define OCSP_R_ROOT_CA_NOT_TRUSTED                       112
0043 #  define OCSP_R_SIGNATURE_FAILURE                         117
0044 #  define OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND              118
0045 #  define OCSP_R_STATUS_EXPIRED                            125
0046 #  define OCSP_R_STATUS_NOT_YET_VALID                      126
0047 #  define OCSP_R_STATUS_TOO_OLD                            127
0048 #  define OCSP_R_UNKNOWN_MESSAGE_DIGEST                    119
0049 #  define OCSP_R_UNKNOWN_NID                               120
0050 #  define OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE            129
0051 
0052 # endif
0053 #endif