]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/openssl/x509v3err.h
ERR: Rebuild all generated error headers and source files
[thirdparty/openssl.git] / include / openssl / x509v3err.h
CommitLineData
52df25cf
RS
1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
6103f39c 3 * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
52df25cf 4 *
48f4ad77 5 * Licensed under the Apache License 2.0 (the "License"). You may not use
52df25cf
RS
6 * this file except in compliance with the License. You can obtain a copy
7 * in the file LICENSE in the source distribution or at
8 * https://www.openssl.org/source/license.html
9 */
10
ae4186b0
DMSP
11#ifndef OPENSSL_X509V3ERR_H
12# define OPENSSL_X509V3ERR_H
d86167ec
DMSP
13# pragma once
14
cbfa5b03
RS
15# include <openssl/opensslconf.h>
16# include <openssl/symhacks.h>
14a6c6a4 17# include <openssl/cryptoerr_legacy.h>
cbfa5b03 18
2a6a5607 19
52df25cf
RS
20
21/*
22 * X509V3 function codes.
23 */
936c2b9e 24# ifndef OPENSSL_NO_DEPRECATED_3_0
cbfa5b03
RS
25# define X509V3_F_A2I_GENERAL_NAME 0
26# define X509V3_F_ADDR_VALIDATE_PATH_INTERNAL 0
27# define X509V3_F_ASIDENTIFIERCHOICE_CANONIZE 0
28# define X509V3_F_ASIDENTIFIERCHOICE_IS_CANONICAL 0
29# define X509V3_F_BIGNUM_TO_STRING 0
30# define X509V3_F_COPY_EMAIL 0
31# define X509V3_F_COPY_ISSUER 0
32# define X509V3_F_DO_DIRNAME 0
33# define X509V3_F_DO_EXT_I2D 0
34# define X509V3_F_DO_EXT_NCONF 0
35# define X509V3_F_GNAMES_FROM_SECTNAME 0
71f85280 36# define X509V3_F_I2R_ISSUER_SIGN_TOOL 0
cbfa5b03
RS
37# define X509V3_F_I2S_ASN1_ENUMERATED 0
38# define X509V3_F_I2S_ASN1_IA5STRING 0
39# define X509V3_F_I2S_ASN1_INTEGER 0
6103f39c 40# define X509V3_F_I2S_ASN1_UTF8STRING 0
cbfa5b03
RS
41# define X509V3_F_I2V_AUTHORITY_INFO_ACCESS 0
42# define X509V3_F_LEVEL_ADD_NODE 0
43# define X509V3_F_NOTICE_SECTION 0
44# define X509V3_F_NREF_NOS 0
45# define X509V3_F_POLICY_CACHE_CREATE 0
46# define X509V3_F_POLICY_CACHE_NEW 0
47# define X509V3_F_POLICY_DATA_NEW 0
48# define X509V3_F_POLICY_SECTION 0
49# define X509V3_F_PROCESS_PCI_VALUE 0
50# define X509V3_F_R2I_CERTPOL 0
51# define X509V3_F_R2I_PCI 0
52# define X509V3_F_S2I_ASN1_IA5STRING 0
53# define X509V3_F_S2I_ASN1_INTEGER 0
54# define X509V3_F_S2I_ASN1_OCTET_STRING 0
6103f39c 55# define X509V3_F_S2I_ASN1_UTF8STRING 0
cbfa5b03
RS
56# define X509V3_F_S2I_SKEY_ID 0
57# define X509V3_F_SET_DIST_POINT_NAME 0
58# define X509V3_F_SXNET_ADD_ID_ASC 0
59# define X509V3_F_SXNET_ADD_ID_INTEGER 0
60# define X509V3_F_SXNET_ADD_ID_ULONG 0
61# define X509V3_F_SXNET_GET_ID_ASC 0
62# define X509V3_F_SXNET_GET_ID_ULONG 0
63# define X509V3_F_TREE_INIT 0
64# define X509V3_F_V2I_ASIDENTIFIERS 0
65# define X509V3_F_V2I_ASN1_BIT_STRING 0
66# define X509V3_F_V2I_AUTHORITY_INFO_ACCESS 0
67# define X509V3_F_V2I_AUTHORITY_KEYID 0
68# define X509V3_F_V2I_BASIC_CONSTRAINTS 0
69# define X509V3_F_V2I_CRLD 0
70# define X509V3_F_V2I_EXTENDED_KEY_USAGE 0
71# define X509V3_F_V2I_GENERAL_NAMES 0
72# define X509V3_F_V2I_GENERAL_NAME_EX 0
73# define X509V3_F_V2I_IDP 0
74# define X509V3_F_V2I_IPADDRBLOCKS 0
75# define X509V3_F_V2I_ISSUER_ALT 0
71f85280 76# define X509V3_F_V2I_ISSUER_SIGN_TOOL 0
cbfa5b03
RS
77# define X509V3_F_V2I_NAME_CONSTRAINTS 0
78# define X509V3_F_V2I_POLICY_CONSTRAINTS 0
79# define X509V3_F_V2I_POLICY_MAPPINGS 0
80# define X509V3_F_V2I_SUBJECT_ALT 0
81# define X509V3_F_V2I_TLS_FEATURE 0
82# define X509V3_F_V3_GENERIC_EXTENSION 0
83# define X509V3_F_X509V3_ADD1_I2D 0
84# define X509V3_F_X509V3_ADD_VALUE 0
85# define X509V3_F_X509V3_EXT_ADD 0
86# define X509V3_F_X509V3_EXT_ADD_ALIAS 0
87# define X509V3_F_X509V3_EXT_I2D 0
88# define X509V3_F_X509V3_EXT_NCONF 0
89# define X509V3_F_X509V3_GET_SECTION 0
90# define X509V3_F_X509V3_GET_STRING 0
91# define X509V3_F_X509V3_GET_VALUE_BOOL 0
92# define X509V3_F_X509V3_PARSE_LIST 0
93# define X509V3_F_X509_PURPOSE_ADD 0
94# define X509V3_F_X509_PURPOSE_SET 0
95# endif
52df25cf
RS
96
97/*
98 * X509V3 reason codes.
99 */
100# define X509V3_R_BAD_IP_ADDRESS 118
101# define X509V3_R_BAD_OBJECT 119
102# define X509V3_R_BN_DEC2BN_ERROR 100
103# define X509V3_R_BN_TO_ASN1_INTEGER_ERROR 101
104# define X509V3_R_DIRNAME_ERROR 149
105# define X509V3_R_DISTPOINT_ALREADY_SET 160
106# define X509V3_R_DUPLICATE_ZONE_ID 133
1e41dadf 107# define X509V3_R_EMPTY_KEY_USAGE 169
52df25cf
RS
108# define X509V3_R_ERROR_CONVERTING_ZONE 131
109# define X509V3_R_ERROR_CREATING_EXTENSION 144
110# define X509V3_R_ERROR_IN_EXTENSION 128
111# define X509V3_R_EXPECTED_A_SECTION_NAME 137
112# define X509V3_R_EXTENSION_EXISTS 145
113# define X509V3_R_EXTENSION_NAME_ERROR 115
114# define X509V3_R_EXTENSION_NOT_FOUND 102
115# define X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED 103
116# define X509V3_R_EXTENSION_VALUE_ERROR 116
117# define X509V3_R_ILLEGAL_EMPTY_EXTENSION 151
118# define X509V3_R_INCORRECT_POLICY_SYNTAX_TAG 152
119# define X509V3_R_INVALID_ASNUMBER 162
120# define X509V3_R_INVALID_ASRANGE 163
121# define X509V3_R_INVALID_BOOLEAN_STRING 104
1e41dadf 122# define X509V3_R_INVALID_CERTIFICATE 158
14a6c6a4 123# define X509V3_R_INVALID_EMPTY_NAME 108
52df25cf
RS
124# define X509V3_R_INVALID_EXTENSION_STRING 105
125# define X509V3_R_INVALID_INHERITANCE 165
126# define X509V3_R_INVALID_IPADDRESS 166
127# define X509V3_R_INVALID_MULTIPLE_RDNS 161
128# define X509V3_R_INVALID_NAME 106
129# define X509V3_R_INVALID_NULL_ARGUMENT 107
52df25cf
RS
130# define X509V3_R_INVALID_NULL_VALUE 109
131# define X509V3_R_INVALID_NUMBER 140
132# define X509V3_R_INVALID_NUMBERS 141
133# define X509V3_R_INVALID_OBJECT_IDENTIFIER 110
134# define X509V3_R_INVALID_OPTION 138
135# define X509V3_R_INVALID_POLICY_IDENTIFIER 134
136# define X509V3_R_INVALID_PROXY_POLICY_SETTING 153
137# define X509V3_R_INVALID_PURPOSE 146
138# define X509V3_R_INVALID_SAFI 164
139# define X509V3_R_INVALID_SECTION 135
140# define X509V3_R_INVALID_SYNTAX 143
141# define X509V3_R_ISSUER_DECODE_ERROR 126
142# define X509V3_R_MISSING_VALUE 124
143# define X509V3_R_NEED_ORGANIZATION_AND_NUMBERS 142
1e41dadf 144# define X509V3_R_NEGATIVE_PATHLEN 168
52df25cf
RS
145# define X509V3_R_NO_CONFIG_DATABASE 136
146# define X509V3_R_NO_ISSUER_CERTIFICATE 121
147# define X509V3_R_NO_ISSUER_DETAILS 127
148# define X509V3_R_NO_POLICY_IDENTIFIER 139
149# define X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED 154
150# define X509V3_R_NO_PUBLIC_KEY 114
151# define X509V3_R_NO_SUBJECT_DETAILS 125
152# define X509V3_R_OPERATION_NOT_DEFINED 148
153# define X509V3_R_OTHERNAME_ERROR 147
154# define X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED 155
155# define X509V3_R_POLICY_PATH_LENGTH 156
156# define X509V3_R_POLICY_PATH_LENGTH_ALREADY_DEFINED 157
157# define X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY 159
158# define X509V3_R_SECTION_NOT_FOUND 150
159# define X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS 122
160# define X509V3_R_UNABLE_TO_GET_ISSUER_KEYID 123
161# define X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT 111
162# define X509V3_R_UNKNOWN_EXTENSION 129
163# define X509V3_R_UNKNOWN_EXTENSION_NAME 130
164# define X509V3_R_UNKNOWN_OPTION 120
165# define X509V3_R_UNSUPPORTED_OPTION 117
166# define X509V3_R_UNSUPPORTED_TYPE 167
167# define X509V3_R_USER_TOO_LONG 132
168
169#endif