Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-07 08:46:45

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2024 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_X509ERR_H
0012 #define OPENSSL_X509ERR_H
0013 #pragma once
0014 
0015 #include <openssl/opensslconf.h>
0016 #include <openssl/symhacks.h>
0017 #include <openssl/cryptoerr_legacy.h>
0018 
0019 /*
0020  * X509 reason codes.
0021  */
0022 #define X509_R_AKID_MISMATCH 110
0023 #define X509_R_BAD_SELECTOR 133
0024 #define X509_R_BAD_X509_FILETYPE 100
0025 #define X509_R_BASE64_DECODE_ERROR 118
0026 #define X509_R_CANT_CHECK_DH_KEY 114
0027 #define X509_R_CERTIFICATE_VERIFICATION_FAILED 139
0028 #define X509_R_CERT_ALREADY_IN_HASH_TABLE 101
0029 #define X509_R_CRL_ALREADY_DELTA 127
0030 #define X509_R_CRL_VERIFY_FAILURE 131
0031 #define X509_R_DUPLICATE_ATTRIBUTE 140
0032 #define X509_R_ERROR_GETTING_MD_BY_NID 141
0033 #define X509_R_ERROR_USING_SIGINF_SET 142
0034 #define X509_R_IDP_MISMATCH 128
0035 #define X509_R_INVALID_ATTRIBUTES 138
0036 #define X509_R_INVALID_DIRECTORY 113
0037 #define X509_R_INVALID_DISTPOINT 143
0038 #define X509_R_INVALID_FIELD_NAME 119
0039 #define X509_R_INVALID_TRUST 123
0040 #define X509_R_ISSUER_MISMATCH 129
0041 #define X509_R_KEY_TYPE_MISMATCH 115
0042 #define X509_R_KEY_VALUES_MISMATCH 116
0043 #define X509_R_LOADING_CERT_DIR 103
0044 #define X509_R_LOADING_DEFAULTS 104
0045 #define X509_R_METHOD_NOT_SUPPORTED 124
0046 #define X509_R_NAME_TOO_LONG 134
0047 #define X509_R_NEWER_CRL_NOT_NEWER 132
0048 #define X509_R_NO_CERTIFICATE_FOUND 135
0049 #define X509_R_NO_CERTIFICATE_OR_CRL_FOUND 136
0050 #define X509_R_NO_CERT_SET_FOR_US_TO_VERIFY 105
0051 #define X509_R_NO_CRL_FOUND 137
0052 #define X509_R_NO_CRL_NUMBER 130
0053 #define X509_R_PUBLIC_KEY_DECODE_ERROR 125
0054 #define X509_R_PUBLIC_KEY_ENCODE_ERROR 126
0055 #define X509_R_SHOULD_RETRY 106
0056 #define X509_R_UNABLE_TO_FIND_PARAMETERS_IN_CHAIN 107
0057 #define X509_R_UNABLE_TO_GET_CERTS_PUBLIC_KEY 108
0058 #define X509_R_UNKNOWN_KEY_TYPE 117
0059 #define X509_R_UNKNOWN_NID 109
0060 #define X509_R_UNKNOWN_PURPOSE_ID 121
0061 #define X509_R_UNKNOWN_SIGID_ALGS 144
0062 #define X509_R_UNKNOWN_TRUST_ID 120
0063 #define X509_R_UNSUPPORTED_ALGORITHM 111
0064 #define X509_R_UNSUPPORTED_VERSION 145
0065 #define X509_R_WRONG_LOOKUP_TYPE 112
0066 #define X509_R_WRONG_TYPE 122
0067 
0068 #endif