Searched refs:certFlags (Results 1 – 1 of 1) sorted by relevance
252 DWORD certFlags = 0; /* Cert verification flags */ in httpCredentialsGetTrust() local267 certFlags |= SECURITY_FLAG_IGNORE_UNKNOWN_CA; in httpCredentialsGetTrust()270 certFlags |= SECURITY_FLAG_IGNORE_CERT_DATE_INVALID; in httpCredentialsGetTrust()273 certFlags |= SECURITY_FLAG_IGNORE_CERT_CN_INVALID; in httpCredentialsGetTrust()275 if (http_sspi_verify(cert, common_name, certFlags) != SEC_E_OK) in httpCredentialsGetTrust()