OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_cert_tls
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/test-scripts/
connect-vpn
68
dest = "
remote_cert_tls
",
106
if (options.
remote_cert_tls
!= "server" and
107
options.
remote_cert_tls
!= "client" and
108
options.
remote_cert_tls
!= "none"):
110
"is invalid.\n" % options.
remote_cert_tls
)
113
params["OpenVPN.RemoteCertTLS"] = options.
remote_cert_tls
/system/connectivity/shill/vpn/
openvpn_driver.cc
695
string
remote_cert_tls
=
local
697
if (
remote_cert_tls
.empty()) {
698
remote_cert_tls
= "server";
700
if (
remote_cert_tls
!= "none") {
701
AppendOption("remote-cert-tls",
remote_cert_tls
, options);
[
all
...]
Completed in 57 milliseconds