Home
last modified time | relevance | path

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

/system/connectivity/shill/vpn/
Dopenvpn_driver.cc786 string x509_type = args()->LookupString(kOpenVPNVerifyX509TypeProperty, ""); in InitCertificateVerifyOptions() local
787 if (x509_type.empty()) { in InitCertificateVerifyOptions()
790 AppendOption("verify-x509-name", x509_name, x509_type, options); in InitCertificateVerifyOptions()