X509_V_FLAG_NO_ALT_CHAINS

If the initial chain is not trusted, do not attempt to build an alternative chain. Alternate chain checking was introduced in 1.0.2b. Setting this flag will force the behaviour to match that of previous versions.

extern (C) nothrow @nogc
enum X509_V_FLAG_NO_ALT_CHAINS = 0x100000;

Meta