Slightly improved diagnostics.
[openssl.git] / crypto / x509v3 / x509v3.err
1 /* Error codes for the X509V3 functions. */
2
3 /* Function codes. */
4 #define X509V3_F_S2I_ASN1_IA5STRING                      100
5 #define X509V3_F_V2I_ASN1_BIT_STRING                     101
6 #define X509V3_F_V2I_BASIC_CONSTRAINTS                   102
7 #define X509V3_F_V2I_EXT_KU                              103
8 #define X509V3_F_X509V3_ADD_EXT                          104
9 #define X509V3_F_X509V3_ADD_VALUE                        105
10 #define X509V3_F_X509V3_EXT_ADD_ALIAS                    106
11 #define X509V3_F_X509V3_EXT_CONF                         107
12 #define X509V3_F_X509V3_GET_VALUE_INT                    108
13 #define X509V3_F_X509V3_PARSE_LIST                       109
14 #define X509V3_F_X509V3_VALUE_GET_BOOL                   110
15
16 /* Reason codes. */
17 #define X509V3_R_BN_DEC2BN_ERROR                         100
18 #define X509V3_R_BN_TO_ASN1_INTEGER_ERROR                101
19 #define X509V3_R_EXTENSION_NOT_FOUND                     102
20 #define X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED         103
21 #define X509V3_R_INVALID_BOOLEAN_STRING                  104
22 #define X509V3_R_INVALID_EXTENSION_STRING                105
23 #define X509V3_R_INVALID_NAME                            106
24 #define X509V3_R_INVALID_NULL_ARGUMENT                   107
25 #define X509V3_R_INVALID_NULL_NAME                       108
26 #define X509V3_R_INVALID_NULL_VALUE                      109
27 #define X509V3_R_INVALID_OBJECT_IDENTIFIER               110
28 #define X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT             111