crypto/tls.sessionStateTLS13.certificate (field)
6 uses
crypto/tls (current package)
handshake_server_tls13.go#L296: sessionHasClientCerts := len(sessionState.certificate.Certificate) != 0
handshake_server_tls13.go#L323: if err := c.processCertsFromClient(sessionState.certificate); err != nil {
handshake_server_tls13.go#L745: certificate: Certificate{
ticket.go#L86: certificate Certificate // CertificateEntry certificate_list<0..2^24-1>;
ticket.go#L98: marshalCertificate(&b, m.certificate)
ticket.go#L115: unmarshalCertificate(&s, &m.certificate) &&
![]() |
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. |