Searched refs:crl_bundle (Results 1 – 5 of 5) sorted by relevance
/external/openscreen/cast/common/certificate/ |
D | cast_crl_unittest.cc | 53 const std::string& crl_bundle, in TestVerifyCRL() argument 57 ParseAndVerifyCRL(crl_bundle, time, crl_trust_store); in TestVerifyCRL() 71 const std::string& crl_bundle, in TestVerifyRevocation() argument 78 if (!crl_bundle.empty()) { in TestVerifyRevocation() 79 crl = ParseAndVerifyCRL(crl_bundle, crl_time, crl_trust_store); in TestVerifyRevocation() 129 std::string crl_bundle = test_case.crl_bundle(); in RunTest() local 136 return TestVerifyCRL(kResultFail, crl_bundle, crl_verification_time, in RunTest() 142 TestVerifyCRL(kResultFail, crl_bundle, crl_verification_time, in RunTest() 145 Error::Code::kErrCrlInvalid, der_cert_path, crl_bundle, in RunTest() 154 TestVerifyCRL(kResultSuccess, crl_bundle, crl_verification_time, in RunTest() [all …]
|
D | cast_crl.cc | 226 CrlBundle crl_bundle; in ParseAndVerifyCRL() local 227 if (!crl_bundle.ParseFromString(crl_proto)) { in ParseAndVerifyCRL() 230 for (const auto& crl : crl_bundle.crls()) { in ParseAndVerifyCRL()
|
/external/openscreen/cast/sender/channel/ |
D | cast_auth_util_unittest.cc | 367 const std::string& crl_bundle, in TestVerifyRevocation() argument 381 response.set_crl(crl_bundle); in TestVerifyRevocation() 384 if (!crl_required && crl_bundle.empty()) in TestVerifyRevocation() 421 std::string crl_bundle = test_case.crl_bundle(); in RunTest() local 426 TestVerifyRevocation(certificate_chain, crl_bundle, verification_time, in RunTest() 436 TestVerifyRevocation(certificate_chain, crl_bundle, verification_time, in RunTest() 446 TestVerifyRevocation(certificate_chain, crl_bundle, verification_time, in RunTest() 452 TestVerifyRevocation(certificate_chain, crl_bundle, verification_time, in RunTest()
|
/external/openscreen/cast/test/ |
D | make_crl_tests.cc | 72 CrlBundle crl_bundle; in PackCrlIntoFile() local 73 Crl* crl = crl_bundle.add_crls(); in PackCrlIntoFile() 86 crl_bundle.SerializeToString(&output); in PackCrlIntoFile()
|
/external/openscreen/cast/common/certificate/proto/ |
D | test_suite.proto | 54 optional bytes crl_bundle = 3; field
|