crypto/tls.Certificate.SignedCertificateTimestamps (field)
14 uses
crypto/tls (current package)
common.go#L1543: SignedCertificateTimestamps [][]byte
handshake_client_tls13.go#L655: c.scts = certMsg.certificate.SignedCertificateTimestamps
handshake_client_tls13.go#L779: certMsg.scts = hs.certReq.scts && len(cert.SignedCertificateTimestamps) > 0
handshake_messages.go#L1460: certificate.SignedCertificateTimestamps = nil
handshake_messages.go#L1488: if certificate.SignedCertificateTimestamps != nil {
handshake_messages.go#L1492: for _, sct := range certificate.SignedCertificateTimestamps {
handshake_messages.go#L1517: m.scts = m.certificate.SignedCertificateTimestamps != nil
handshake_messages.go#L1567: certificate.SignedCertificateTimestamps = append(
handshake_messages.go#L1568: certificate.SignedCertificateTimestamps, sct)
handshake_server.go#L272: hs.hello.scts = hs.cert.SignedCertificateTimestamps
handshake_server.go#L959: c.scts = certificate.SignedCertificateTimestamps
handshake_server_tls13.go#L848: certMsg.scts = hs.clientHello.scts && len(hs.cert.SignedCertificateTimestamps) > 0
ticket.go#L141: SignedCertificateTimestamps: s.scts,
ticket.go#L233: ss.scts = cert.SignedCertificateTimestamps
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)