Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/lib/
H A Dapps.c2169 int valid_host = 0; in check_cert_attributes() local
2178 valid_host = X509_check_host(x, checkhost, 0, 0, NULL); in check_cert_attributes()
2181 checkhost, valid_host == 1 ? "" : " NOT"); in check_cert_attributes()
2182 ret = ret && valid_host > 0; in check_cert_attributes()