Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dapps.c2206 int valid_host = 0; in check_cert_attributes() local
2215 valid_host = X509_check_host(x, checkhost, 0, 0, NULL); in check_cert_attributes()
2218 checkhost, valid_host == 1 ? "" : " NOT"); in check_cert_attributes()
2219 ret = ret && valid_host > 0; in check_cert_attributes()

Completed in 11 milliseconds