PPC assembly pack update addendum.
[openssl.git] / crypto / x509v3 / x509v3.h
index 23f7091db0b760770f65d17b11976c3359bebf57..272374e5a2a8626e0e0877262d0a70a0df9cad23 100644 (file)
@@ -704,6 +704,8 @@ STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
 
 /* Always check subject name for host match even if subject alt names present */
 #define X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT   0x1
+/* Disable wild-card matching for dnsName fields and common name. */
+#define X509_CHECK_FLAG_NO_WILDCARDS   0x2
 
 int X509_check_host(X509 *x, const unsigned char *chk, size_t chklen,
                                        unsigned int flags);