proof_test.cc | 59 const string& hostname, 74 hostname, server_config, certs, proof, verify_context.get(), 117 const string hostname = "test.example.com"; local 122 ASSERT_TRUE(source->GetProof(hostname, server_config, false /* no ECDSA */, 124 ASSERT_TRUE(source->GetProof(hostname, server_config, false /* no ECDSA */, 132 verifier.get(), hostname, server_config, *certs, signature, true); 143 verifier.get(), hostname, server_config, *certs, corrupt_signature, 237 const string hostname = "test.example.com"; local 257 verifier.get(), hostname, server_config, certs, signature, true); 261 verifier.get(), hostname, server_config.substr(1, string::npos) 319 const string hostname = "test.example.com"; local [all...] |