Home | History | Annotate | Download | only in tls

Lines Matching defs:verifyChain

882     def verifyChain(self, anchors, untrusted=None):
910 Does the same job as .verifyChain() but using the list of anchors
911 from the cafile. As for .verifyChain(), a list of untrusted
933 return self.verifyChain(anchors, untrusted)
960 return self.verifyChain(anchors, untrusted)