summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-03-04 07:36:21 +0100
committerDr. David von Oheimb <dev@ddvo.net>2021-06-08 07:47:41 +0200
commit3cd4e5e73f8efc652c00fc8071b035bef7dc149c (patch)
treef55baecac5175d851d8d541a700c404b130b8264 /include
parentf9ac6f6956a23bd89e1d6bc9b5dcbb3df06544a1 (diff)
x509.h.in: extended 'documenting' comment on X509_TRUST_OK_ANY_EKU
This hopefully alleviates the fact that the name is unclear/misleading. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13735)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/x509.h.in b/include/openssl/x509.h.in
index 38c7b42c22..a46c9d2756 100644
--- a/include/openssl/x509.h.in
+++ b/include/openssl/x509.h.in
@@ -150,7 +150,7 @@ typedef struct x509_trust_st {
# define X509_TRUST_NO_SS_COMPAT (1U << 2)
/* Compat trust if no explicit accepted trust EKUs */
# define X509_TRUST_DO_SS_COMPAT (1U << 3)
-/* Accept "anyEKU" as a wildcard trust OID */
+/* Accept "anyEKU" as a wildcard rejection OID and as a wildcard trust OID */
# define X509_TRUST_OK_ANY_EKU (1U << 4)
/* check_trust return codes */