X509_CHECK_FLAG_NEVER_CHECK_SUBJECT

Disable checking the CN for a hostname, to support modern validation

extern (C) nothrow @nogc
enum X509_CHECK_FLAG_NEVER_CHECK_SUBJECT = 0x20;

Meta