crypto/tls.Certificate.SignedCertificateTimestamps (field)

14 uses

	crypto/tls (current package)
		common.go#L1417: 	SignedCertificateTimestamps [][]byte
		handshake_client_tls13.go#L528: 	c.scts = certMsg.certificate.SignedCertificateTimestamps
		handshake_client_tls13.go#L647: 	certMsg.scts = hs.certReq.scts && len(cert.SignedCertificateTimestamps) > 0
		handshake_messages.go#L1377: 			certificate.SignedCertificateTimestamps = nil
		handshake_messages.go#L1407: 				if certificate.SignedCertificateTimestamps != nil {
		handshake_messages.go#L1411: 							for _, sct := range certificate.SignedCertificateTimestamps {
		handshake_messages.go#L1436: 	m.scts = m.certificate.SignedCertificateTimestamps != nil
		handshake_messages.go#L1486: 					certificate.SignedCertificateTimestamps = append(
		handshake_messages.go#L1487: 						certificate.SignedCertificateTimestamps, sct)
		handshake_server.go#L242: 		hs.hello.scts = hs.cert.SignedCertificateTimestamps
		handshake_server.go#L915: 	c.scts = certificate.SignedCertificateTimestamps
		handshake_server_tls13.go#L686: 	certMsg.scts = hs.clientHello.scts && len(hs.cert.SignedCertificateTimestamps) > 0
		ticket.go#L140: 		SignedCertificateTimestamps: s.scts,
		ticket.go#L232: 	ss.scts = cert.SignedCertificateTimestamps