Home | History | Annotate | Download | only in tls

Lines Matching refs:Certificate

50 	scts             [][]byte // signed certificate timestamps from server
51 peerCertificates []*x509.Certificate
52 // verifiedChains contains the certificate chains that we built, as
54 verifiedChains [][]*x509.Certificate
1371 // VerifyHostname checks that the peer certificate chain is valid for
1384 return errors.New("tls: handshake did not verify certificate chain")