Home | History | Annotate | Download | only in tlslite

Lines Matching full:x509

192   x509 = X509()
193 x509.parse(s)
194 certChain = X509CertChain([x509])
539 x509 = X509()
540 x509.parse(s)
541 certChain = X509CertChain([x509])
605 x509 = X509()
606 x509.parse(s)
607 certChain = X509CertChain([x509])