_X509_CHECK_FLAG_DOT_SUBDOMAINS

Match reference identifiers starting with "." to any sub-domain. This is a non-public flag, turned on implicitly when the subject reference identity is a DNS name.

extern (C) nothrow @nogc
enum _X509_CHECK_FLAG_DOT_SUBDOMAINS = 0x8000;

Meta