X509_V_FLAG_PARTIAL_CHAIN

Allow partial chains if at least one certificate is in trusted store

extern (C) nothrow @nogc
enum X509_V_FLAG_PARTIAL_CHAIN = 0x080000;

Meta