crypto/tls.Certificate.SignedCertificateTimestamps (field)
14 uses
crypto/tls (current package)
common.go#L1630: SignedCertificateTimestamps [][]byte
handshake_client_tls13.go#L632: c.scts = certMsg.certificate.SignedCertificateTimestamps
handshake_client_tls13.go#L761: 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#L1000: c.scts = certificate.SignedCertificateTimestamps
handshake_server_tls13.go#L849: 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.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |