Home
last modified time | relevance | path

Searched refs:certFlags (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dtls-sspi.c252 DWORD certFlags = 0; /* Cert verification flags */ in httpCredentialsGetTrust() local
267 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()