Home | History | Annotate | Download | only in tls

Lines Matching full:x509

12 	"crypto/x509"
165 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer
166 VerifiedChains [][]*x509.Certificate // verified chains built from PeerCertificates
198 serverCertificates []*x509.Certificate // Certificate chain presented by the server
199 verifiedChains [][]*x509.Certificate // Certificate chains we built for verification
281 RootCAs *x509.CertPool
298 ClientCAs *x509.CertPool
550 x509Cert, err := x509.ParseCertificate(cert.Certificate[0])
579 // initialized using x509.ParseCertificate to reduce per-handshake
582 Leaf *x509.Certificate
668 // TODO(jsing): Make these available to both crypto/x509 and crypto/tls.