summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-08-17 19:12:55 +0200
committerDr. David von Oheimb <dev@ddvo.net>2022-01-07 10:45:49 +0100
commit6e98b7f153fcf9dfad1053fbb3a592166837c6fc (patch)
tree39555030ab3f7c920e90b0dfb1f5c76a52e4f272 /include
parentfd989c734dc3f9e15d700ff9ced15125a23d4359 (diff)
v2i_AUTHORITY_KEYID(): Improve error reporting on parsing config values/options
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16345)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509v3err.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openssl/x509v3err.h b/include/openssl/x509v3err.h
index 1ae3a56209..fcad1bfca5 100644
--- a/include/openssl/x509v3err.h
+++ b/include/openssl/x509v3err.h
@@ -23,6 +23,8 @@
*/
# define X509V3_R_BAD_IP_ADDRESS 118
# define X509V3_R_BAD_OBJECT 119
+# define X509V3_R_BAD_OPTION 170
+# define X509V3_R_BAD_VALUE 171
# define X509V3_R_BN_DEC2BN_ERROR 100
# define X509V3_R_BN_TO_ASN1_INTEGER_ERROR 101
# define X509V3_R_DIRNAME_ERROR 149
@@ -86,6 +88,7 @@
# define X509V3_R_UNKNOWN_EXTENSION 129
# define X509V3_R_UNKNOWN_EXTENSION_NAME 130
# define X509V3_R_UNKNOWN_OPTION 120
+# define X509V3_R_UNKNOWN_VALUE 172
# define X509V3_R_UNSUPPORTED_OPTION 117
# define X509V3_R_UNSUPPORTED_TYPE 167
# define X509V3_R_USER_TOO_LONG 132