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.c723 X509_VERIFY_PARAM *ts_vpm = X509_STORE_get0_param(ts); in truststore_set_host_etc() local
726 if (!X509_VERIFY_PARAM_set1_host(ts_vpm, NULL, 0) in truststore_set_host_etc()
727 || !X509_VERIFY_PARAM_set1_ip(ts_vpm, NULL, 0) in truststore_set_host_etc()
728 || !X509_VERIFY_PARAM_set1_email(ts_vpm, NULL, 0)) in truststore_set_host_etc()
730 X509_VERIFY_PARAM_set_hostflags(ts_vpm, in truststore_set_host_etc()
733 return (host != NULL && X509_VERIFY_PARAM_set1_ip_asc(ts_vpm, host)) in truststore_set_host_etc()
734 || X509_VERIFY_PARAM_set1_host(ts_vpm, host, 0); in truststore_set_host_etc()