crypto/tls.Certificate.SignedCertificateTimestamps (field)
13 uses
crypto/tls (current package)
common.go#L1365: SignedCertificateTimestamps [][]byte
handshake_client_tls13.go#L454: c.scts = certMsg.certificate.SignedCertificateTimestamps
handshake_client_tls13.go#L563: certMsg.scts = hs.certReq.scts && len(cert.SignedCertificateTimestamps) > 0
handshake_messages.go#L1301: certificate.SignedCertificateTimestamps = nil
handshake_messages.go#L1330: if certificate.SignedCertificateTimestamps != nil {
handshake_messages.go#L1334: for _, sct := range certificate.SignedCertificateTimestamps {
handshake_messages.go#L1359: m.scts = m.certificate.SignedCertificateTimestamps != nil
handshake_messages.go#L1409: certificate.SignedCertificateTimestamps = append(
handshake_messages.go#L1410: certificate.SignedCertificateTimestamps, sct)
handshake_server.go#L238: hs.hello.scts = hs.cert.SignedCertificateTimestamps
handshake_server.go#L836: c.scts = certificate.SignedCertificateTimestamps
handshake_server_tls13.go#L600: certMsg.scts = hs.clientHello.scts && len(hs.cert.SignedCertificateTimestamps) > 0
handshake_server_tls13.go#L734: SignedCertificateTimestamps: c.scts,
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)