Searched defs:cert_option (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/tools/testserver/
H A Drun_testserver.cc74 std::string cert_option = command_line->GetSwitchValueASCII("ssl-cert"); local
75 if (cert_option == "ok") {
78 } else if (cert_option == "mismatched-name") {
81 } else if (cert_option == "expired") {
85 printf("Error: --ssl-cert has invalid value %s\n", cert_option.c_str());

Completed in 60 milliseconds