Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-18 09:22:48

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2025 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_X509V3ERR_H
0012 #define OPENSSL_X509V3ERR_H
0013 #pragma once
0014 
0015 #include <openssl/opensslconf.h>
0016 #include <openssl/symhacks.h>
0017 #include <openssl/cryptoerr_legacy.h>
0018 
0019 /*
0020  * X509V3 reason codes.
0021  */
0022 #define X509V3_R_BAD_IP_ADDRESS 118
0023 #define X509V3_R_BAD_OBJECT 119
0024 #define X509V3_R_BAD_OPTION 170
0025 #define X509V3_R_BAD_VALUE 171
0026 #define X509V3_R_BN_DEC2BN_ERROR 100
0027 #define X509V3_R_BN_TO_ASN1_INTEGER_ERROR 101
0028 #define X509V3_R_DIRNAME_ERROR 149
0029 #define X509V3_R_DISTPOINT_ALREADY_SET 160
0030 #define X509V3_R_DUPLICATE_ZONE_ID 133
0031 #define X509V3_R_EMPTY_KEY_USAGE 169
0032 #define X509V3_R_ERROR_CONVERTING_ZONE 131
0033 #define X509V3_R_ERROR_CREATING_EXTENSION 144
0034 #define X509V3_R_ERROR_IN_EXTENSION 128
0035 #define X509V3_R_EXPECTED_A_SECTION_NAME 137
0036 #define X509V3_R_EXTENSION_EXISTS 145
0037 #define X509V3_R_EXTENSION_NAME_ERROR 115
0038 #define X509V3_R_EXTENSION_NOT_FOUND 102
0039 #define X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED 103
0040 #define X509V3_R_EXTENSION_VALUE_ERROR 116
0041 #define X509V3_R_ILLEGAL_EMPTY_EXTENSION 151
0042 #define X509V3_R_INCORRECT_POLICY_SYNTAX_TAG 152
0043 #define X509V3_R_INVALID_ASNUMBER 162
0044 #define X509V3_R_INVALID_ASRANGE 163
0045 #define X509V3_R_INVALID_BOOLEAN_STRING 104
0046 #define X509V3_R_INVALID_CERTIFICATE 158
0047 #define X509V3_R_INVALID_EMPTY_NAME 108
0048 #define X509V3_R_INVALID_EXTENSION_STRING 105
0049 #define X509V3_R_INVALID_INHERITANCE 165
0050 #define X509V3_R_INVALID_IPADDRESS 166
0051 #define X509V3_R_INVALID_MULTIPLE_RDNS 161
0052 #define X509V3_R_INVALID_NAME 106
0053 #define X509V3_R_INVALID_NULL_ARGUMENT 107
0054 #define X509V3_R_INVALID_NULL_VALUE 109
0055 #define X509V3_R_INVALID_NUMBER 140
0056 #define X509V3_R_INVALID_NUMBERS 141
0057 #define X509V3_R_INVALID_OBJECT_IDENTIFIER 110
0058 #define X509V3_R_INVALID_OPTION 138
0059 #define X509V3_R_INVALID_POLICY_IDENTIFIER 134
0060 #define X509V3_R_INVALID_PROXY_POLICY_SETTING 153
0061 #define X509V3_R_INVALID_PURPOSE 146
0062 #define X509V3_R_INVALID_SAFI 164
0063 #define X509V3_R_INVALID_SECTION 135
0064 #define X509V3_R_INVALID_SYNTAX 143
0065 #define X509V3_R_ISSUER_DECODE_ERROR 126
0066 #define X509V3_R_MISSING_VALUE 124
0067 #define X509V3_R_NEED_ORGANIZATION_AND_NUMBERS 142
0068 #define X509V3_R_NEGATIVE_PATHLEN 168
0069 #define X509V3_R_NO_CONFIG_DATABASE 136
0070 #define X509V3_R_NO_ISSUER_CERTIFICATE 121
0071 #define X509V3_R_NO_ISSUER_DETAILS 127
0072 #define X509V3_R_NO_POLICY_IDENTIFIER 139
0073 #define X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED 154
0074 #define X509V3_R_NO_PUBLIC_KEY 114
0075 #define X509V3_R_NO_SUBJECT_DETAILS 125
0076 #define X509V3_R_OPERATION_NOT_DEFINED 148
0077 #define X509V3_R_OTHERNAME_ERROR 147
0078 #define X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED 155
0079 #define X509V3_R_POLICY_PATH_LENGTH 156
0080 #define X509V3_R_POLICY_PATH_LENGTH_ALREADY_DEFINED 157
0081 #define X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY 159
0082 #define X509V3_R_PURPOSE_NOT_UNIQUE 173
0083 #define X509V3_R_SECTION_NOT_FOUND 150
0084 #define X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS 122
0085 #define X509V3_R_UNABLE_TO_GET_ISSUER_KEYID 123
0086 #define X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT 111
0087 #define X509V3_R_UNKNOWN_EXTENSION 129
0088 #define X509V3_R_UNKNOWN_EXTENSION_NAME 130
0089 #define X509V3_R_UNKNOWN_OPTION 120
0090 #define X509V3_R_UNKNOWN_VALUE 172
0091 #define X509V3_R_UNSUPPORTED_OPTION 117
0092 #define X509V3_R_UNSUPPORTED_TYPE 167
0093 #define X509V3_R_USER_TOO_LONG 132
0094 
0095 #endif