X509_V_FLAG_LEGACY_VERIFY

Force the use of the legacy certificate verifcation

extern (C) nothrow @nogc
enum X509_V_FLAG_LEGACY_VERIFY = 0x400000;

Meta