Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c777 X509_VERIFY_PARAM *ts_vpm = X509_STORE_get0_param(ts); in truststore_set_host_etc() local
780 if (!X509_VERIFY_PARAM_set1_host(ts_vpm, NULL, 0) in truststore_set_host_etc()
781 || !X509_VERIFY_PARAM_set1_ip(ts_vpm, NULL, 0) in truststore_set_host_etc()
782 || !X509_VERIFY_PARAM_set1_email(ts_vpm, NULL, 0)) in truststore_set_host_etc()
784 X509_VERIFY_PARAM_set_hostflags(ts_vpm, in truststore_set_host_etc()
787 return (host != NULL && X509_VERIFY_PARAM_set1_ip_asc(ts_vpm, host)) in truststore_set_host_etc()
788 || X509_VERIFY_PARAM_set1_host(ts_vpm, host, 0); in truststore_set_host_etc()

Completed in 13 milliseconds