summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-09-03 23:04:48 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-09-05 20:11:43 +0200
commit076bf8c2c972d01a70ca4146e637dfbe6f35b2fb (patch)
tree31e80fa011ec33d98582201a1c7e99764a0c30e6 /include
parent0b86eefd431dd05a0ba87b2f67a6b99def89b6d5 (diff)
X509_STORE_CTX_print_verify_cb(): add AKID and SKID output for (non-)trusted certs
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12787)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index d243fda94c..bbe2d62cf9 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -159,6 +159,7 @@ DEFINE_OR_DECLARE_STACK_OF(X509_TRUST)
# define X509_FLAG_NO_AUX (1L << 10)
# define X509_FLAG_NO_ATTRIBUTES (1L << 11)
# define X509_FLAG_NO_IDS (1L << 12)
+# define X509_FLAG_EXTENSIONS_ONLY_KID (1L << 13)
/* Flags specific to X509_NAME_print_ex() */