X509_V_FLAG_CB_ISSUER_CHECK

Send issuer+subject checks to verify_cb

extern (C) nothrow @nogc
enum X509_V_FLAG_CB_ISSUER_CHECK = 0x01;

Meta