Back to home page

EIC code displayed by LXR

 
 

    


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

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