Searched defs:CredentialConfig (Results 1 – 1 of 1) sorted by relevance
34 struct CredentialConfig { struct35 CredentialConfigType type; argument36 std::string cert_file;37 std::string key_file;38 std::vector<uint16_t> signing_prefs;40 std::vector<uint8_t> ocsp_response;42 bool must_match_issuer = false;43 std::vector<uint8_t> pake_context;44 std::vector<uint8_t> pake_client_id;46 std::vector<uint8_t> pake_password;[all …]
Completed in 29 milliseconds