crypto/tls.serverHelloMsg.scts (field)
8 uses
crypto/tls (current package)
handshake_client.go#L716: c.scts = hs.serverHello.scts
handshake_client_tls13.go#L131: len(hs.serverHello.scts) != 0 {
handshake_messages.go#L604: scts [][]byte
handshake_messages.go#L663: if len(m.scts) > 0 {
handshake_messages.go#L667: for _, sct := range m.scts {
handshake_messages.go#L794: m.scts = append(m.scts, sct)
handshake_server.go#L233: hs.hello.scts = hs.cert.SignedCertificateTimestamps
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |