Searched refs:trust (Results 1 – 16 of 16) sorted by relevance
91 trust.ToDebugString()); in TEST_F()94 trust = collection.GetTrust(oldroot_.get()); in TEST_F()96 trust.ToDebugString()); in TEST_F()119 trust.ToDebugString()); in TEST_F()124 trust.ToDebugString()); in TEST_F()147 trust.ToDebugString()); in TEST_F()152 trust.ToDebugString()); in TEST_F()157 trust.ToDebugString()); in TEST_F()183 trust.ToDebugString()); in TEST_F()188 trust.ToDebugString()); in TEST_F()[all …]
147 CertificateTrust trust; in FromDebugString() local150 trust = CertificateTrust::ForUnspecified(); in FromDebugString()152 trust = CertificateTrust::ForDistrusted(); in FromDebugString()154 trust = CertificateTrust::ForTrustAnchor(); in FromDebugString()156 trust = CertificateTrust::ForTrustAnchorOrLeaf(); in FromDebugString()158 trust = CertificateTrust::ForTrustedLeaf(); in FromDebugString()165 trust = trust.WithEnforceAnchorExpiry(); in FromDebugString()167 trust = trust.WithEnforceAnchorConstraints(); in FromDebugString()169 trust = trust.WithRequireAnchorBasicConstraints(); in FromDebugString()171 trust = trust.WithRequireLeafSelfSigned(); in FromDebugString()[all …]
68 CertificateTrust trust = in_memory.GetTrust(newroot_.get()); in TEST_F() local70 trust.ToDebugString()); in TEST_F()73 trust = in_memory.GetTrust(oldroot_.get()); in TEST_F()75 trust.ToDebugString()); in TEST_F()84 CertificateTrust trust = in_memory.GetTrust(newroot_.get()); in TEST_F() local86 trust.ToDebugString()); in TEST_F()89 trust = in_memory.GetTrust(oldroot_.get()); in TEST_F()91 trust.ToDebugString()); in TEST_F()94 trust = in_memory.GetTrust(newrootrollover_.get()); in TEST_F()96 trust.ToDebugString()); in TEST_F()[all …]
75 return entry ? entry->trust : CertificateTrust::ForUnspecified(); in GetTrust()88 const CertificateTrust &trust) { in AddCertificate() argument91 entry.trust = trust; in AddCertificate()
47 const CertificateTrust &trust);95 CertificateTrust trust; member
77 CertificateTrust trust; member318 entry.trust = trust_store_->GetTrust(entry.cert.get()); in AddIssuers()320 cert(), entry.cert.get(), entry.trust); in AddIssuers()521 next_issuer_.trust = trust_store_->GetTrust(next_issuer_.cert.get()); in CertPathIter()616 switch (next_issuer_.trust.type) { in GetNextPath()626 next_issuer_.trust = CertificateTrust::ForUnspecified(); in GetNextPath()638 next_issuer_.trust = CertificateTrust::ForUnspecified(); in GetNextPath()650 switch (next_issuer_.trust.type) { in GetNextPath()662 next_issuer_.trust = CertificateTrust::ForUnspecified(); in GetNextPath()672 switch (next_issuer_.trust.type) { in GetNextPath()[all …]
798 const CertificateTrust &trust,808 const CertificateTrust &trust,1475 const CertificateTrust &trust, in ProcessRootCertificate() argument1481 switch (trust.type) { in ProcessRootCertificate()1501 if (trust.enforce_anchor_expiry) { in ProcessRootCertificate()1504 if (trust.enforce_anchor_constraints) { in ProcessRootCertificate()1505 if (trust.require_anchor_basic_constraints && in ProcessRootCertificate()1525 const CertificateTrust &trust, in ProcessSingleCertChain() argument1529 switch (trust.type) { in ProcessSingleCertChain()1550 if (trust.require_leaf_selfsigned) { in ProcessSingleCertChain()
7 ERROR: Distrusted by trust store
7 ERROR: Certificate is not a trust anchor
50 certificate in the chain (i.e. whether it is a trust anchor or not). This
2 byte-for-byte equal to the subject of the trust anchor.
5 invalid chain, however constraints on this trust anchor are not enforced.
Completed in 28 milliseconds