/src/openssl/crypto/x509/v3err.c
Line | Count | Source |
1 | | /* |
2 | | * Generated by util/mkerr.pl DO NOT EDIT |
3 | | * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved. |
4 | | * |
5 | | * Licensed under the Apache License 2.0 (the "License"). You may not use |
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 | | |
11 | | #include <openssl/err.h> |
12 | | #include <openssl/x509v3err.h> |
13 | | #include "crypto/x509v3err.h" |
14 | | |
15 | | #ifndef OPENSSL_NO_ERR |
16 | | |
17 | | static const ERR_STRING_DATA X509V3_str_reasons[] = { |
18 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_BAD_IP_ADDRESS), "bad ip address" }, |
19 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_BAD_OBJECT), "bad object" }, |
20 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_BAD_OPTION), "bad option" }, |
21 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_BAD_VALUE), "bad value" }, |
22 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_BN_DEC2BN_ERROR), "bn dec2bn error" }, |
23 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_BN_TO_ASN1_INTEGER_ERROR), |
24 | | "bn to asn1 integer error" }, |
25 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_DIRNAME_ERROR), "dirname error" }, |
26 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_DISTPOINT_ALREADY_SET), |
27 | | "distpoint already set" }, |
28 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_DUPLICATE_ZONE_ID), |
29 | | "duplicate zone id" }, |
30 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_EMPTY_KEY_USAGE), "empty key usage" }, |
31 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_ERROR_CONVERTING_ZONE), |
32 | | "error converting zone" }, |
33 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_ERROR_CREATING_EXTENSION), |
34 | | "error creating extension" }, |
35 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_ERROR_IN_EXTENSION), |
36 | | "error in extension" }, |
37 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_EXPECTED_A_SECTION_NAME), |
38 | | "expected a section name" }, |
39 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_EXTENSION_EXISTS), |
40 | | "extension exists" }, |
41 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_EXTENSION_NAME_ERROR), |
42 | | "extension name error" }, |
43 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_EXTENSION_NOT_FOUND), |
44 | | "extension not found" }, |
45 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED), |
46 | | "extension setting not supported" }, |
47 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_EXTENSION_VALUE_ERROR), |
48 | | "extension value error" }, |
49 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_ILLEGAL_EMPTY_EXTENSION), |
50 | | "illegal empty extension" }, |
51 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INCORRECT_POLICY_SYNTAX_TAG), |
52 | | "incorrect policy syntax tag" }, |
53 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_ASNUMBER), |
54 | | "invalid asnumber" }, |
55 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_ASRANGE), "invalid asrange" }, |
56 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_BOOLEAN_STRING), |
57 | | "invalid boolean string" }, |
58 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_CERTIFICATE), |
59 | | "invalid certificate" }, |
60 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_EMPTY_NAME), |
61 | | "invalid empty name" }, |
62 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_EXTENSION_STRING), |
63 | | "invalid extension string" }, |
64 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_INHERITANCE), |
65 | | "invalid inheritance" }, |
66 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_IPADDRESS), |
67 | | "invalid ipaddress" }, |
68 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_MULTIPLE_RDNS), |
69 | | "invalid multiple rdns" }, |
70 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_NAME), "invalid name" }, |
71 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_NULL_ARGUMENT), |
72 | | "invalid null argument" }, |
73 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_NULL_VALUE), |
74 | | "invalid null value" }, |
75 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_NUMBER), "invalid number" }, |
76 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_NUMBERS), "invalid numbers" }, |
77 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_OBJECT_IDENTIFIER), |
78 | | "invalid object identifier" }, |
79 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_OPTION), "invalid option" }, |
80 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_POLICY_IDENTIFIER), |
81 | | "invalid policy identifier" }, |
82 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_PROXY_POLICY_SETTING), |
83 | | "invalid proxy policy setting" }, |
84 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_PURPOSE), "invalid purpose" }, |
85 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_SAFI), "invalid safi" }, |
86 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_SECTION), "invalid section" }, |
87 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_INVALID_SYNTAX), "invalid syntax" }, |
88 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_ISSUER_DECODE_ERROR), |
89 | | "issuer decode error" }, |
90 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_MISSING_VALUE), "missing value" }, |
91 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_NEED_ORGANIZATION_AND_NUMBERS), |
92 | | "need organization and numbers" }, |
93 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_NEGATIVE_PATHLEN), |
94 | | "negative pathlen" }, |
95 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_NO_CONFIG_DATABASE), |
96 | | "no config database" }, |
97 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_NO_ISSUER_CERTIFICATE), |
98 | | "no issuer certificate" }, |
99 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_NO_ISSUER_DETAILS), |
100 | | "no issuer details" }, |
101 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_NO_POLICY_IDENTIFIER), |
102 | | "no policy identifier" }, |
103 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED), |
104 | | "no proxy cert policy language defined" }, |
105 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_NO_PUBLIC_KEY), "no public key" }, |
106 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_NO_SUBJECT_DETAILS), |
107 | | "no subject details" }, |
108 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_OPERATION_NOT_DEFINED), |
109 | | "operation not defined" }, |
110 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_OTHERNAME_ERROR), "othername error" }, |
111 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED), |
112 | | "policy language already defined" }, |
113 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_POLICY_PATH_LENGTH), |
114 | | "policy path length" }, |
115 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_POLICY_PATH_LENGTH_ALREADY_DEFINED), |
116 | | "policy path length already defined" }, |
117 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY), |
118 | | "policy when proxy language requires no policy" }, |
119 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_PURPOSE_NOT_UNIQUE), |
120 | | "purpose not unique" }, |
121 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_SECTION_NOT_FOUND), |
122 | | "section not found" }, |
123 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS), |
124 | | "unable to get issuer details" }, |
125 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_UNABLE_TO_GET_ISSUER_KEYID), |
126 | | "unable to get issuer keyid" }, |
127 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT), |
128 | | "unknown bit string argument" }, |
129 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_UNKNOWN_EXTENSION), |
130 | | "unknown extension" }, |
131 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_UNKNOWN_EXTENSION_NAME), |
132 | | "unknown extension name" }, |
133 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_UNKNOWN_OPTION), "unknown option" }, |
134 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_UNKNOWN_VALUE), "unknown value" }, |
135 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_UNSUPPORTED_OPTION), |
136 | | "unsupported option" }, |
137 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_UNSUPPORTED_TYPE), |
138 | | "unsupported type" }, |
139 | | { ERR_PACK(ERR_LIB_X509V3, 0, X509V3_R_USER_TOO_LONG), "user too long" }, |
140 | | { 0, NULL } |
141 | | }; |
142 | | |
143 | | #endif |
144 | | |
145 | | int ossl_err_load_X509V3_strings(void) |
146 | 3 | { |
147 | 3 | #ifndef OPENSSL_NO_ERR |
148 | 3 | if (ERR_reason_error_string(X509V3_str_reasons[0].error) == NULL) |
149 | 3 | ERR_load_strings_const(X509V3_str_reasons); |
150 | 3 | #endif |
151 | 3 | return 1; |
152 | 3 | } |