Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcmp.c864 X509_VERIFY_PARAM *ts_vpm = X509_STORE_get0_param(ts); in truststore_set_host_etc() local
867 if (!X509_VERIFY_PARAM_set1_host(ts_vpm, NULL, 0) in truststore_set_host_etc()
868 || !X509_VERIFY_PARAM_set1_ip(ts_vpm, NULL, 0) in truststore_set_host_etc()
869 || !X509_VERIFY_PARAM_set1_email(ts_vpm, NULL, 0)) in truststore_set_host_etc()
871 X509_VERIFY_PARAM_set_hostflags(ts_vpm, in truststore_set_host_etc()
873 return (host != NULL && X509_VERIFY_PARAM_set1_ip_asc(ts_vpm, host)) in truststore_set_host_etc()
874 || X509_VERIFY_PARAM_set1_host(ts_vpm, host, 0); in truststore_set_host_etc()