Home
last modified time | relevance | path

Searched refs:cert_errors (Results 1 – 9 of 9) sorted by relevance

/pki/
A Dverify_certificate_chain.cc150 errors->AddError(cert_errors::kValidityFailedNotAfter); in VerifyTimeValidity()
201 cert_errors::kSignatureAlgorithmsDifferentEncoding, in VerifySignatureAlgorithmsMatch()
208 cert_errors::kSignatureAlgorithmMismatch, in VerifySignatureAlgorithmsMatch()
280 errors->AddError(cert_errors::kEkuNotPresent); in VerifyExtendedKeyUsage()
296 errors->AddError(cert_errors::kEkuNotPresent); in VerifyExtendedKeyUsage()
315 errors->AddError(cert_errors::kEkuNotPresent); in VerifyExtendedKeyUsage()
366 errors->AddWarning(cert_errors::kEkuNotPresent); in VerifyExtendedKeyUsage()
994 errors->AddError(cert_errors::kNoValidPolicy); in VerifyPolicies()
1382 errors->AddError(cert_errors::kNoValidPolicy); in WrapUp()
1556 errors->AddError(cert_errors::kInternalError); in ProcessSingleCertChain()
[all …]
A Dpath_builder.cc582 cert_errors::kIterationLimitExceeded); in GetNextPath()
593 ->AddError(cert_errors::kNoIssuersFound); in GetNextPath()
741 if (errors.ContainsError(cert_errors::kInternalError) || in GetVerifyError()
742 errors.ContainsError(cert_errors::kChainIsEmpty)) { in GetVerifyError()
755 if (errors.ContainsError(cert_errors::kDeadlineExceeded)) { in GetVerifyError()
763 if (errors.ContainsError(cert_errors::kDepthLimitExceeded)) { in GetVerifyError()
791 single_error.value() == cert_errors::kNoIssuersFound) { in GetVerifyError()
875 if (AnyPathContainsError(cert_errors::kDepthLimitExceeded)) { in GetBestPathVerifyError()
972 cert_errors::kIterationLimitExceeded)) { in Run()
984 cert_errors::kInternalError); in Run()
[all …]
A Dname_constraints.cc414 errors->AddError(cert_errors::kTooManyNameConstraintChecks); in IsPermittedCert()
424 errors->AddError(cert_errors::kNotPermittedByNameConstraints); in IsPermittedCert()
452 errors->AddError(cert_errors::kNotPermittedByNameConstraints); in IsPermittedCert()
465 errors->AddError(cert_errors::kNotPermittedByNameConstraints); in IsPermittedCert()
473 errors->AddError(cert_errors::kNotPermittedByNameConstraints); in IsPermittedCert()
480 errors->AddError(cert_errors::kNotPermittedByNameConstraints); in IsPermittedCert()
487 errors->AddError(cert_errors::kNotPermittedByNameConstraints); in IsPermittedCert()
516 errors->AddError(cert_errors::kNotPermittedByNameConstraints); in IsPermittedCert()
534 errors->AddError(cert_errors::kNotPermittedByNameConstraints); in IsPermittedCert()
A Dpath_builder_unittest.cc792 cert_errors::kDeadlineExceeded)); in TEST_F()
2234 {cert_errors::kInternalError, in TEST_F()
2244 {cert_errors::kChainIsEmpty, in TEST_F()
2268 {cert_errors::kEkuLacksServerAuth, in TEST_F()
2272 {cert_errors::kEkuLacksClientAuth, in TEST_F()
2284 {cert_errors::kEkuNotPresent, in TEST_F()
2288 {cert_errors::kNoValidPolicy, in TEST_F()
2292 {cert_errors::kFailedParsingSpki, in TEST_F()
2298 {cert_errors::kCertificateRevoked, in TEST_F()
2305 {cert_errors::kDeadlineExceeded, in TEST_F()
[all …]
A Dverify_certificate_chain_unittest.cc71 EXPECT_TRUE(errors.ContainsError(cert_errors::kSubjectDoesNotMatchIssuer)); in TEST()
95 EXPECT_TRUE(errors.ContainsError(cert_errors::kVerifySignedDataFailed)); in TEST()
A Dcommon_cert_errors.cc18 namespace cert_errors { namespace
A Dcommon_cert_errors.h27 namespace cert_errors {
A Dpath_builder_pkits_unittest.cc116 cert_errors::kCertificateRevoked); in CheckPathAfterVerification()
131 cert_errors::kUnableToCheckRevocation); in CheckPathAfterVerification()
A Dname_constraints_unittest.cc82 if (!errors.ContainsError(cert_errors::kNotPermittedByNameConstraints)) { in IsPermittedCert()

Completed in 39 milliseconds