aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-01-24 20:58:44 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-01-24 20:58:44 +0000
commitd0cc3d346001c181ef1f1aab986c4a3e6bd8624f (patch)
tree4239e0c7ca96fd2e37d7fbeabbfeb8c08bf6a39a /crypto/x509v3
parent9535d20282d6fbac047699a9014c0df12db6e6cf (diff)
downloadopenssl-d0cc3d346001c181ef1f1aab986c4a3e6bd8624f.tar.gz
Add file x509v3.err.
Diffstat (limited to 'crypto/x509v3')
-rw-r--r--crypto/x509v3/x509v3.err28
1 files changed, 28 insertions, 0 deletions
diff --git a/crypto/x509v3/x509v3.err b/crypto/x509v3/x509v3.err
new file mode 100644
index 0000000000..8e58d4406c
--- /dev/null
+++ b/crypto/x509v3/x509v3.err
@@ -0,0 +1,28 @@
+/* Error codes for the X509V3 functions. */
+
+/* Function codes. */
+#define X509V3_F_S2I_ASN1_IA5STRING 100
+#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_X509V3_ADD_EXT 104
+#define X509V3_F_X509V3_ADD_VALUE 105
+#define X509V3_F_X509V3_EXT_ADD_ALIAS 106
+#define X509V3_F_X509V3_EXT_CONF 107
+#define X509V3_F_X509V3_GET_VALUE_INT 108
+#define X509V3_F_X509V3_PARSE_LIST 109
+#define X509V3_F_X509V3_VALUE_GET_BOOL 110
+
+/* Reason codes. */
+#define X509V3_R_BN_DEC2BN_ERROR 100
+#define X509V3_R_BN_TO_ASN1_INTEGER_ERROR 101
+#define X509V3_R_EXTENSION_NOT_FOUND 102
+#define X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED 103
+#define X509V3_R_INVALID_BOOLEAN_STRING 104
+#define X509V3_R_INVALID_EXTENSION_STRING 105
+#define X509V3_R_INVALID_NAME 106
+#define X509V3_R_INVALID_NULL_ARGUMENT 107
+#define X509V3_R_INVALID_NULL_NAME 108
+#define X509V3_R_INVALID_NULL_VALUE 109
+#define X509V3_R_INVALID_OBJECT_IDENTIFIER 110
+#define X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT 111