Searched refs:trust_anchors (Results 1 - 5 of 5) sorted by relevance
/pkg/src/modules/client/ |
H A D | sigpolicy.py | 49 def process_signatures(self, sigs, acts, pub, trust_anchors, 53 certificates and "trust_anchors" as the dictionary of trust 100 def process_signatures(self, sigs, acts, pub, trust_anchors, 119 def process_signatures(self, sigs, acts, pub, trust_anchors, 126 s.verify_sig(acts, pub, trust_anchors, use_crls) 137 def process_signatures(self, sigs, acts, pub, trust_anchors, 148 bool(s.verify_sig(acts, pub, trust_anchors, 172 def process_signatures(self, sigs, acts, pub, trust_anchors, 178 verified |= bool(s.verify_sig(acts, pub, trust_anchors,
|
H A D | pkgplan.py | 346 dest_pub, self.image.trust_anchors,
|
H A D | image.py | 309 def trust_anchors(self): member in class:Image 328 cmdpath=self.cmdpath).trust_anchors 1789 manf.gen_actions(), pub, self.trust_anchors,
|
/pkg/src/modules/actions/ |
H A D | signature.py | 401 def verify_sig(self, acts, pub, trust_anchors, use_crls, 414 The 'trust_anchors' parameter contains the trust anchors to use 464 pub.verify_chain(cert, trust_anchors, 0, use_crls,
|
/pkg/src/modules/server/ |
H A D | repository.py | 2054 def __verify_signature(self, path, pfmri, pub, trust_anchors, 2062 trust_anchors, use_crls, 2161 def __gen_verify(self, progtrack, pub, trust_anchors, 2272 trust_anchors, sig_required_names, use_crls) 2353 trust_anchors = {} 2377 trust_anchors.setdefault(s, []) 2378 trust_anchors[s].append(trusted_ca) 2383 trust_anchors, sig_required_names, use_crls):
|
Completed in 53 milliseconds