crypto/tls.Certificate.SignedCertificateTimestamps (field)

14 uses

	crypto/tls (current package)
		common.go#L1497: 	SignedCertificateTimestamps [][]byte
		handshake_client_tls13.go#L662: 	c.scts = certMsg.certificate.SignedCertificateTimestamps
		handshake_client_tls13.go#L788: 	certMsg.scts = hs.certReq.scts && len(cert.SignedCertificateTimestamps) > 0
		handshake_messages.go#L1453: 			certificate.SignedCertificateTimestamps = nil
		handshake_messages.go#L1481: 				if certificate.SignedCertificateTimestamps != nil {
		handshake_messages.go#L1485: 							for _, sct := range certificate.SignedCertificateTimestamps {
		handshake_messages.go#L1510: 	m.scts = m.certificate.SignedCertificateTimestamps != nil
		handshake_messages.go#L1560: 					certificate.SignedCertificateTimestamps = append(
		handshake_messages.go#L1561: 						certificate.SignedCertificateTimestamps, sct)
		handshake_server.go#L248: 		hs.hello.scts = hs.cert.SignedCertificateTimestamps
		handshake_server.go#L931: 	c.scts = certificate.SignedCertificateTimestamps
		handshake_server_tls13.go#L733: 	certMsg.scts = hs.clientHello.scts && len(hs.cert.SignedCertificateTimestamps) > 0
		ticket.go#L141: 		SignedCertificateTimestamps: s.scts,
		ticket.go#L233: 	ss.scts = cert.SignedCertificateTimestamps