Searched refs:valid_host (Results 1 – 1 of 1) sorted by relevance
2217 int valid_host = 0; in check_cert_attributes() local2226 valid_host = X509_check_host(x, checkhost, 0, 0, NULL); in check_cert_attributes()2229 checkhost, valid_host == 1 ? "" : " NOT"); in check_cert_attributes()2230 ret = ret && valid_host > 0; in check_cert_attributes()