Added code to GENERAL_NAME with support for more options and preliminary
[openssl.git] / crypto / x509v3 / x509v3.err
index 9b7474c4cc2592422ad5978547eddd9cd3f7ad78..1aa2a8a87dcc45e8e82bb0856eadff74c85a9b01 100644 (file)
@@ -10,6 +10,8 @@
 #define X509V3_F_V2I_ASN1_BIT_STRING                    101
 #define X509V3_F_V2I_BASIC_CONSTRAINTS                  102
 #define X509V3_F_V2I_EXT_KU                             103
+#define X509V3_F_V2I_GENERAL_NAME                       117
+#define X509V3_F_V2I_GENERAL_NAMES                      118
 #define X509V3_F_V3_GENERIC_EXTENSION                   116
 #define X509V3_F_X509V3_ADD_EXT                                 104
 #define X509V3_F_X509V3_ADD_VALUE                       105
@@ -20,6 +22,8 @@
 #define X509V3_F_X509V3_VALUE_GET_BOOL                  110
 
 /* Reason codes. */
+#define X509V3_R_BAD_IP_ADDRESS                                 118
+#define X509V3_R_BAD_OBJECT                             119
 #define X509V3_R_BN_DEC2BN_ERROR                        100
 #define X509V3_R_BN_TO_ASN1_INTEGER_ERROR               101
 #define X509V3_R_EXTENSION_NAME_ERROR                   115
@@ -37,3 +41,4 @@
 #define X509V3_R_NO_PUBLIC_KEY                          114
 #define X509V3_R_ODD_NUMBER_OF_DIGITS                   112
 #define X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT            111
+#define X509V3_R_UNSUPPORTED_OPTION                     117