X509_V_FLAG_X509_STRICT

Disable workarounds for broken certificates

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

Meta