crypto/tls.sessionState.certificates (field)
7 uses
crypto/tls (current package)
handshake_server.go#L410: sessionHasClientCerts := len(hs.sessionState.certificates) != 0
handshake_server.go#L440: Certificate: hs.sessionState.certificates,
handshake_server.go#L733: certificates: certsFromClient,
ticket.go#L28: certificates [][]byte // Certificate certificate_list<0..2^24-1>;
ticket.go#L44: for _, cert := range m.certificates {
ticket.go#L72: m.certificates = append(m.certificates, cert)
![]() |
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. |