]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/x509v3/v3err.c
Massive constification.
[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"},
9aeaf1b4 72{ERR_PACK(0,X509V3_F_S2I_ASN1_IA5STRING,0), "S2I_ASN1_IA5STRING"},
28a98809 73{ERR_PACK(0,X509V3_F_S2I_ASN1_INTEGER,0), "s2i_ASN1_INTEGER"},
175b0942
DSH
74{ERR_PACK(0,X509V3_F_S2I_ASN1_OCTET_STRING,0), "s2i_ASN1_OCTET_STRING"},
75{ERR_PACK(0,X509V3_F_S2I_ASN1_SKEY_ID,0), "S2I_ASN1_SKEY_ID"},
76{ERR_PACK(0,X509V3_F_S2I_S2I_SKEY_ID,0), "S2I_S2I_SKEY_ID"},
77{ERR_PACK(0,X509V3_F_STRING_TO_HEX,0), "string_to_hex"},
28a98809
DSH
78{ERR_PACK(0,X509V3_F_SXNET_ADD_ASC,0), "SXNET_ADD_ASC"},
79{ERR_PACK(0,X509V3_F_SXNET_ADD_ID_INTEGER,0), "SXNET_add_id_INTEGER"},
80{ERR_PACK(0,X509V3_F_SXNET_ADD_ID_ULONG,0), "SXNET_add_id_ulong"},
81{ERR_PACK(0,X509V3_F_SXNET_GET_ID_ASC,0), "SXNET_get_id_asc"},
82{ERR_PACK(0,X509V3_F_SXNET_GET_ID_ULONG,0), "SXNET_get_id_ulong"},
9aeaf1b4 83{ERR_PACK(0,X509V3_F_V2I_ASN1_BIT_STRING,0), "V2I_ASN1_BIT_STRING"},
0be9747b 84{ERR_PACK(0,X509V3_F_V2I_AUTHORITY_KEYID,0), "V2I_AUTHORITY_KEYID"},
9aeaf1b4
DSH
85{ERR_PACK(0,X509V3_F_V2I_BASIC_CONSTRAINTS,0), "V2I_BASIC_CONSTRAINTS"},
86{ERR_PACK(0,X509V3_F_V2I_EXT_KU,0), "V2I_EXT_KU"},
d08d8da4
DSH
87{ERR_PACK(0,X509V3_F_V2I_GENERAL_NAME,0), "v2i_GENERAL_NAME"},
88{ERR_PACK(0,X509V3_F_V2I_GENERAL_NAMES,0), "v2i_GENERAL_NAMES"},
5236efdb 89{ERR_PACK(0,X509V3_F_V3_GENERIC_EXTENSION,0), "V3_GENERIC_EXTENSION"},
28a98809 90{ERR_PACK(0,X509V3_F_X509V3_EXT_ADD,0), "X509V3_EXT_add"},
9aeaf1b4
DSH
91{ERR_PACK(0,X509V3_F_X509V3_ADD_VALUE,0), "X509V3_add_value"},
92{ERR_PACK(0,X509V3_F_X509V3_EXT_ADD_ALIAS,0), "X509V3_EXT_add_alias"},
93{ERR_PACK(0,X509V3_F_X509V3_EXT_CONF,0), "X509V3_EXT_conf"},
9aeaf1b4 94{ERR_PACK(0,X509V3_F_X509V3_PARSE_LIST,0), "X509V3_parse_list"},
28a98809 95{ERR_PACK(0,X509V3_F_X509V3_GET_VALUE_BOOL,0), "X509V3_get_value_bool"},
9aeaf1b4
DSH
96{0,NULL},
97 };
98
99static ERR_STRING_DATA X509V3_str_reasons[]=
100 {
d08d8da4
DSH
101{X509V3_R_BAD_IP_ADDRESS ,"bad ip address"},
102{X509V3_R_BAD_OBJECT ,"bad object"},
9aeaf1b4
DSH
103{X509V3_R_BN_DEC2BN_ERROR ,"bn dec2bn error"},
104{X509V3_R_BN_TO_ASN1_INTEGER_ERROR ,"bn to asn1 integer error"},
28a98809
DSH
105{X509V3_R_DUPLICATE_ZONE_ID ,"duplicate zone id"},
106{X509V3_R_ERROR_CONVERTING_ZONE ,"error converting zone"},
aa066b9e 107{X509V3_R_ERROR_IN_EXTENSION ,"error in extension"},
5236efdb 108{X509V3_R_EXTENSION_NAME_ERROR ,"extension name error"},
9aeaf1b4
DSH
109{X509V3_R_EXTENSION_NOT_FOUND ,"extension not found"},
110{X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED,"extension setting not supported"},
5236efdb 111{X509V3_R_EXTENSION_VALUE_ERROR ,"extension value error"},
175b0942 112{X509V3_R_ILLEGAL_HEX_DIGIT ,"illegal hex digit"},
9aeaf1b4
DSH
113{X509V3_R_INVALID_BOOLEAN_STRING ,"invalid boolean string"},
114{X509V3_R_INVALID_EXTENSION_STRING ,"invalid extension string"},
115{X509V3_R_INVALID_NAME ,"invalid name"},
116{X509V3_R_INVALID_NULL_ARGUMENT ,"invalid null argument"},
117{X509V3_R_INVALID_NULL_NAME ,"invalid null name"},
118{X509V3_R_INVALID_NULL_VALUE ,"invalid null value"},
119{X509V3_R_INVALID_OBJECT_IDENTIFIER ,"invalid object identifier"},
aa066b9e
DSH
120{X509V3_R_ISSUER_DECODE_ERROR ,"issuer decode error"},
121{X509V3_R_MISSING_VALUE ,"missing value"},
0be9747b 122{X509V3_R_NO_ISSUER_CERTIFICATE ,"no issuer certificate"},
aa066b9e 123{X509V3_R_NO_ISSUER_DETAILS ,"no issuer details"},
175b0942 124{X509V3_R_NO_PUBLIC_KEY ,"no public key"},
aa066b9e 125{X509V3_R_NO_SUBJECT_DETAILS ,"no subject details"},
175b0942 126{X509V3_R_ODD_NUMBER_OF_DIGITS ,"odd number of digits"},
0be9747b
DSH
127{X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS ,"unable to get issuer details"},
128{X509V3_R_UNABLE_TO_GET_ISSUER_KEYID ,"unable to get issuer keyid"},
9aeaf1b4 129{X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT ,"unknown bit string argument"},
aa066b9e
DSH
130{X509V3_R_UNKNOWN_EXTENSION ,"unknown extension"},
131{X509V3_R_UNKNOWN_EXTENSION_NAME ,"unknown extension name"},
0be9747b 132{X509V3_R_UNKNOWN_OPTION ,"unknown option"},
d08d8da4 133{X509V3_R_UNSUPPORTED_OPTION ,"unsupported option"},
28a98809 134{X509V3_R_USER_TOO_LONG ,"user too long"},
9aeaf1b4
DSH
135{0,NULL},
136 };
137
138#endif
139
140void ERR_load_X509V3_strings()
141 {
142 static int init=1;
143
144 if (init)
145 {
146 init=0;
147#ifndef NO_ERR
148 ERR_load_strings(ERR_LIB_X509V3,X509V3_str_functs);
149 ERR_load_strings(ERR_LIB_X509V3,X509V3_str_reasons);
150#endif
151
152 }
153 }