Preliminary support for reason code CRL extension.
[openssl.git] / crypto / x509v3 / x509v3.err
1 /* Error codes for the X509V3 functions. */
2
3 /* Function codes. */
4 #define X509V3_F_HEX_TO_STRING                           111
5 #define X509V3_F_I2S_ASN1_ENUMERATED                     121
6 #define X509V3_F_I2S_ASN1_INTEGER                        120
7 #define X509V3_F_S2I_ASN1_IA5STRING                      100
8 #define X509V3_F_S2I_ASN1_OCTET_STRING                   112
9 #define X509V3_F_S2I_ASN1_SKEY_ID                        114
10 #define X509V3_F_S2I_S2I_SKEY_ID                         115
11 #define X509V3_F_STRING_TO_HEX                           113
12 #define X509V3_F_V2I_ASN1_BIT_STRING                     101
13 #define X509V3_F_V2I_AUTHORITY_KEYID                     119
14 #define X509V3_F_V2I_BASIC_CONSTRAINTS                   102
15 #define X509V3_F_V2I_EXT_KU                              103
16 #define X509V3_F_V2I_GENERAL_NAME                        117
17 #define X509V3_F_V2I_GENERAL_NAMES                       118
18 #define X509V3_F_V3_GENERIC_EXTENSION                    116
19 #define X509V3_F_X509V3_ADD_EXT                          104
20 #define X509V3_F_X509V3_ADD_VALUE                        105
21 #define X509V3_F_X509V3_EXT_ADD_ALIAS                    106
22 #define X509V3_F_X509V3_EXT_CONF                         107
23 #define X509V3_F_X509V3_GET_VALUE_INT                    108
24 #define X509V3_F_X509V3_PARSE_LIST                       109
25 #define X509V3_F_X509V3_VALUE_GET_BOOL                   110
26
27 /* Reason codes. */
28 #define X509V3_R_BAD_IP_ADDRESS                          118
29 #define X509V3_R_BAD_OBJECT                              119
30 #define X509V3_R_BN_DEC2BN_ERROR                         100
31 #define X509V3_R_BN_TO_ASN1_INTEGER_ERROR                101
32 #define X509V3_R_EXTENSION_NAME_ERROR                    115
33 #define X509V3_R_EXTENSION_NOT_FOUND                     102
34 #define X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED         103
35 #define X509V3_R_EXTENSION_VALUE_ERROR                   116
36 #define X509V3_R_ILLEGAL_HEX_DIGIT                       113
37 #define X509V3_R_INVALID_BOOLEAN_STRING                  104
38 #define X509V3_R_INVALID_EXTENSION_STRING                105
39 #define X509V3_R_INVALID_NAME                            106
40 #define X509V3_R_INVALID_NULL_ARGUMENT                   107
41 #define X509V3_R_INVALID_NULL_NAME                       108
42 #define X509V3_R_INVALID_NULL_VALUE                      109
43 #define X509V3_R_INVALID_OBJECT_IDENTIFIER               110
44 #define X509V3_R_NO_ISSUER_CERTIFICATE                   121
45 #define X509V3_R_NO_PUBLIC_KEY                           114
46 #define X509V3_R_ODD_NUMBER_OF_DIGITS                    112
47 #define X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS            122
48 #define X509V3_R_UNABLE_TO_GET_ISSUER_KEYID              123
49 #define X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT             111
50 #define X509V3_R_UNKNOWN_OPTION                          120
51 #define X509V3_R_UNSUPPORTED_OPTION                      117