]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/x509v3/v3err.c
*.org files are gone for good.
[thirdparty/openssl.git] / crypto / x509v3 / v3err.c
CommitLineData
9aeaf1b4
DSH
1/* lib/x509v3/x509v3_err.c */
2/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *
9 * This library is free for commercial and non-commercial use as long as
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
13 * included with this distribution is covered by the same copyright terms
14 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
15 *
16 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * the code are not to be removed.
18 * If this package is used in a product, Eric Young should be given attribution
19 * as the author of the parts of the library used.
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
22 *
23 * Redistribution and use in source and binary forms, with or without
24 * modification, are permitted provided that the following conditions
25 * are met:
26 * 1. Redistributions of source code must retain the copyright
27 * notice, this list of conditions and the following disclaimer.
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
30 * documentation and/or other materials provided with the distribution.
31 * 3. All advertising materials mentioning features or use of this software
32 * must display the following acknowledgement:
33 * "This product includes cryptographic software written by
34 * Eric Young (eay@cryptsoft.com)"
35 * The word 'cryptographic' can be left out if the rouines from the library
36 * being used are not cryptographic related :-).
37 * 4. If you include any Windows specific code (or a derivative thereof) from
38 * the apps directory (application code) you must include an acknowledgement:
39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
40 *
41 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
45 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
47 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51 * SUCH DAMAGE.
52 *
53 * The licence and distribution terms for any publically available version or
54 * derivative of this code cannot be changed. i.e. this code cannot simply be
55 * copied and put under another distribution licence
56 * [including the GNU Public Licence.]
57 */
58#include <stdio.h>
59#include "err.h"
60#include "x509v3.h"
61
62/* BEGIN ERROR CODES */
63#ifndef NO_ERR
64static ERR_STRING_DATA X509V3_str_functs[]=
65 {
aa066b9e
DSH
66{ERR_PACK(0,X509V3_F_COPY_EMAIL,0), "COPY_EMAIL"},
67{ERR_PACK(0,X509V3_F_COPY_ISSUER,0), "COPY_ISSUER"},
68{ERR_PACK(0,X509V3_F_DO_EXT_CONF,0), "DO_EXT_CONF"},
175b0942 69{ERR_PACK(0,X509V3_F_HEX_TO_STRING,0), "hex_to_string"},
4004dbb7 70{ERR_PACK(0,X509V3_F_I2S_ASN1_ENUMERATED,0), "i2s_ASN1_ENUMERATED"},
c74f1eb9 71{ERR_PACK(0,X509V3_F_I2S_ASN1_INTEGER,0), "i2s_ASN1_INTEGER"},
3edd7ed1
DSH
72{ERR_PACK(0,X509V3_F_NOTICE_SECTION,0), "NOTICE_SECTION"},
73{ERR_PACK(0,X509V3_F_NREF_NOS,0), "NREF_NOS"},
74{ERR_PACK(0,X509V3_F_POLICY_SECTION,0), "POLICY_SECTION"},
41b731f2 75{ERR_PACK(0,X509V3_F_R2I_CERTPOL,0), "R2I_CERTPOL"},
9aeaf1b4 76{ERR_PACK(0,X509V3_F_S2I_ASN1_IA5STRING,0), "S2I_ASN1_IA5STRING"},
28a98809 77{ERR_PACK(0,X509V3_F_S2I_ASN1_INTEGER,0), "s2i_ASN1_INTEGER"},
175b0942
DSH
78{ERR_PACK(0,X509V3_F_S2I_ASN1_OCTET_STRING,0), "s2i_ASN1_OCTET_STRING"},
79{ERR_PACK(0,X509V3_F_S2I_ASN1_SKEY_ID,0), "S2I_ASN1_SKEY_ID"},
80{ERR_PACK(0,X509V3_F_S2I_S2I_SKEY_ID,0), "S2I_S2I_SKEY_ID"},
81{ERR_PACK(0,X509V3_F_STRING_TO_HEX,0), "string_to_hex"},
28a98809
DSH
82{ERR_PACK(0,X509V3_F_SXNET_ADD_ASC,0), "SXNET_ADD_ASC"},
83{ERR_PACK(0,X509V3_F_SXNET_ADD_ID_INTEGER,0), "SXNET_add_id_INTEGER"},
84{ERR_PACK(0,X509V3_F_SXNET_ADD_ID_ULONG,0), "SXNET_add_id_ulong"},
85{ERR_PACK(0,X509V3_F_SXNET_GET_ID_ASC,0), "SXNET_get_id_asc"},
86{ERR_PACK(0,X509V3_F_SXNET_GET_ID_ULONG,0), "SXNET_get_id_ulong"},
9aeaf1b4 87{ERR_PACK(0,X509V3_F_V2I_ASN1_BIT_STRING,0), "V2I_ASN1_BIT_STRING"},
0be9747b 88{ERR_PACK(0,X509V3_F_V2I_AUTHORITY_KEYID,0), "V2I_AUTHORITY_KEYID"},
9aeaf1b4 89{ERR_PACK(0,X509V3_F_V2I_BASIC_CONSTRAINTS,0), "V2I_BASIC_CONSTRAINTS"},
d943e372 90{ERR_PACK(0,X509V3_F_V2I_CRLD,0), "V2I_CRLD"},
9aeaf1b4 91{ERR_PACK(0,X509V3_F_V2I_EXT_KU,0), "V2I_EXT_KU"},
d08d8da4
DSH
92{ERR_PACK(0,X509V3_F_V2I_GENERAL_NAME,0), "v2i_GENERAL_NAME"},
93{ERR_PACK(0,X509V3_F_V2I_GENERAL_NAMES,0), "v2i_GENERAL_NAMES"},
5236efdb 94{ERR_PACK(0,X509V3_F_V3_GENERIC_EXTENSION,0), "V3_GENERIC_EXTENSION"},
9aeaf1b4 95{ERR_PACK(0,X509V3_F_X509V3_ADD_VALUE,0), "X509V3_add_value"},
41b731f2 96{ERR_PACK(0,X509V3_F_X509V3_EXT_ADD,0), "X509V3_EXT_add"},
9aeaf1b4
DSH
97{ERR_PACK(0,X509V3_F_X509V3_EXT_ADD_ALIAS,0), "X509V3_EXT_add_alias"},
98{ERR_PACK(0,X509V3_F_X509V3_EXT_CONF,0), "X509V3_EXT_conf"},
28a98809 99{ERR_PACK(0,X509V3_F_X509V3_GET_VALUE_BOOL,0), "X509V3_get_value_bool"},
41b731f2 100{ERR_PACK(0,X509V3_F_X509V3_PARSE_LIST,0), "X509V3_parse_list"},
9aeaf1b4
DSH
101{0,NULL},
102 };
103
104static ERR_STRING_DATA X509V3_str_reasons[]=
105 {
d08d8da4
DSH
106{X509V3_R_BAD_IP_ADDRESS ,"bad ip address"},
107{X509V3_R_BAD_OBJECT ,"bad object"},
9aeaf1b4
DSH
108{X509V3_R_BN_DEC2BN_ERROR ,"bn dec2bn error"},
109{X509V3_R_BN_TO_ASN1_INTEGER_ERROR ,"bn to asn1 integer error"},
28a98809
DSH
110{X509V3_R_DUPLICATE_ZONE_ID ,"duplicate zone id"},
111{X509V3_R_ERROR_CONVERTING_ZONE ,"error converting zone"},
aa066b9e 112{X509V3_R_ERROR_IN_EXTENSION ,"error in extension"},
3edd7ed1 113{X509V3_R_EXPECTED_A_SECTION_NAME ,"expected a section name"},
5236efdb 114{X509V3_R_EXTENSION_NAME_ERROR ,"extension name error"},
9aeaf1b4
DSH
115{X509V3_R_EXTENSION_NOT_FOUND ,"extension not found"},
116{X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED,"extension setting not supported"},
5236efdb 117{X509V3_R_EXTENSION_VALUE_ERROR ,"extension value error"},
175b0942 118{X509V3_R_ILLEGAL_HEX_DIGIT ,"illegal hex digit"},
9aeaf1b4
DSH
119{X509V3_R_INVALID_BOOLEAN_STRING ,"invalid boolean string"},
120{X509V3_R_INVALID_EXTENSION_STRING ,"invalid extension string"},
121{X509V3_R_INVALID_NAME ,"invalid name"},
122{X509V3_R_INVALID_NULL_ARGUMENT ,"invalid null argument"},
123{X509V3_R_INVALID_NULL_NAME ,"invalid null name"},
124{X509V3_R_INVALID_NULL_VALUE ,"invalid null value"},
3edd7ed1
DSH
125{X509V3_R_INVALID_NUMBER ,"invalid number"},
126{X509V3_R_INVALID_NUMBERS ,"invalid numbers"},
9aeaf1b4 127{X509V3_R_INVALID_OBJECT_IDENTIFIER ,"invalid object identifier"},
3edd7ed1 128{X509V3_R_INVALID_OPTION ,"invalid option"},
41b731f2
DSH
129{X509V3_R_INVALID_POLICY_IDENTIFIER ,"invalid policy identifier"},
130{X509V3_R_INVALID_SECTION ,"invalid section"},
aa066b9e
DSH
131{X509V3_R_ISSUER_DECODE_ERROR ,"issuer decode error"},
132{X509V3_R_MISSING_VALUE ,"missing value"},
3edd7ed1 133{X509V3_R_NEED_ORGANIZATION_AND_NUMBERS ,"need organization and numbers"},
41b731f2 134{X509V3_R_NO_CONFIG_DATABASE ,"no config database"},
0be9747b 135{X509V3_R_NO_ISSUER_CERTIFICATE ,"no issuer certificate"},
aa066b9e 136{X509V3_R_NO_ISSUER_DETAILS ,"no issuer details"},
3edd7ed1 137{X509V3_R_NO_POLICY_IDENTIFIER ,"no policy identifier"},
175b0942 138{X509V3_R_NO_PUBLIC_KEY ,"no public key"},
aa066b9e 139{X509V3_R_NO_SUBJECT_DETAILS ,"no subject details"},
175b0942 140{X509V3_R_ODD_NUMBER_OF_DIGITS ,"odd number of digits"},
0be9747b
DSH
141{X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS ,"unable to get issuer details"},
142{X509V3_R_UNABLE_TO_GET_ISSUER_KEYID ,"unable to get issuer keyid"},
9aeaf1b4 143{X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT ,"unknown bit string argument"},
aa066b9e
DSH
144{X509V3_R_UNKNOWN_EXTENSION ,"unknown extension"},
145{X509V3_R_UNKNOWN_EXTENSION_NAME ,"unknown extension name"},
0be9747b 146{X509V3_R_UNKNOWN_OPTION ,"unknown option"},
d08d8da4 147{X509V3_R_UNSUPPORTED_OPTION ,"unsupported option"},
28a98809 148{X509V3_R_USER_TOO_LONG ,"user too long"},
9aeaf1b4
DSH
149{0,NULL},
150 };
151
152#endif
153
ff6a143b 154void ERR_load_X509V3_strings(void)
9aeaf1b4
DSH
155 {
156 static int init=1;
157
158 if (init)
159 {
160 init=0;
161#ifndef NO_ERR
162 ERR_load_strings(ERR_LIB_X509V3,X509V3_str_functs);
163 ERR_load_strings(ERR_LIB_X509V3,X509V3_str_reasons);
164#endif
165
166 }
167 }