Home | History | Annotate | Download | only in test

Lines Matching refs:trust

585                 cert, enc, trust = element
588 self.assertIsInstance(trust, (set, bool))
589 if isinstance(trust, set):
590 trust_oids.update(trust)