crypto/tls.Certificate.SignedCertificateTimestamps (field)
14 uses
crypto/tls (current package)
common.go#L1574: SignedCertificateTimestamps [][]byte
handshake_client_tls13.go#L656: c.scts = certMsg.certificate.SignedCertificateTimestamps
handshake_client_tls13.go#L783: certMsg.scts = hs.certReq.scts && len(cert.SignedCertificateTimestamps) > 0
handshake_messages.go#L1476: certificate.SignedCertificateTimestamps = nil
handshake_messages.go#L1504: if certificate.SignedCertificateTimestamps != nil {
handshake_messages.go#L1508: for _, sct := range certificate.SignedCertificateTimestamps {
handshake_messages.go#L1533: m.scts = m.certificate.SignedCertificateTimestamps != nil
handshake_messages.go#L1583: certificate.SignedCertificateTimestamps = append(
handshake_messages.go#L1584: certificate.SignedCertificateTimestamps, sct)
handshake_server.go#L287: hs.hello.scts = hs.cert.SignedCertificateTimestamps
handshake_server.go#L988: c.scts = certificate.SignedCertificateTimestamps
handshake_server_tls13.go#L865: certMsg.scts = hs.clientHello.scts && len(hs.cert.SignedCertificateTimestamps) > 0
ticket.go#L144: SignedCertificateTimestamps: s.scts,
ticket.go#L247: ss.scts = cert.SignedCertificateTimestamps
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)