github.com/refraction-networking/utls.Certificate.SignedCertificateTimestamps (field)
14 uses
github.com/refraction-networking/utls (current package)
common.go#L1617: SignedCertificateTimestamps [][]byte
handshake_client_tls13.go#L831: c.scts = certMsg.certificate.SignedCertificateTimestamps
handshake_client_tls13.go#L955: certMsg.scts = hs.certReq.scts && len(cert.SignedCertificateTimestamps) > 0
handshake_messages.go#L1517: certificate.SignedCertificateTimestamps = nil
handshake_messages.go#L1545: if certificate.SignedCertificateTimestamps != nil {
handshake_messages.go#L1549: for _, sct := range certificate.SignedCertificateTimestamps {
handshake_messages.go#L1574: m.scts = m.certificate.SignedCertificateTimestamps != nil
handshake_messages.go#L1624: certificate.SignedCertificateTimestamps = append(
handshake_messages.go#L1625: certificate.SignedCertificateTimestamps, sct)
handshake_server.go#L276: hs.hello.scts = hs.cert.SignedCertificateTimestamps
handshake_server.go#L969: c.scts = certificate.SignedCertificateTimestamps
handshake_server_tls13.go#L849: 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.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. |