crypto/tls.Certificate.Certificate (field)
22 uses
crypto/tls (current package)
common.go#L1409: for j, cert := range c.Certificate {
common.go#L1483: Certificate [][]byte
common.go#L1510: return x509.ParseCertificate(c.Certificate[0])
handshake_client.go#L749: certMsg.certificates = chainToSend.Certificate
handshake_client.go#L779: if chainToSend != nil && len(chainToSend.Certificate) > 0 {
handshake_client_tls13.go#L657: if len(certMsg.certificate.Certificate) == 0 {
handshake_client_tls13.go#L665: if err := c.verifyServerCertificate(certMsg.certificate.Certificate); err != nil {
handshake_client_tls13.go#L796: if len(cert.Certificate) == 0 {
handshake_messages.go#L1463: for i, cert := range certificate.Certificate {
handshake_messages.go#L1528: certificate.Certificate = append(certificate.Certificate, cert)
handshake_messages.go#L1536: if len(certificate.Certificate) > 1 {
handshake_server.go#L575: certMsg.certificates = hs.cert.Certificate
handshake_server.go#L655: Certificate: certMsg.certificates,
handshake_server.go#L875: certificates := certificate.Certificate
handshake_server_tls13.go#L964: if len(certMsg.certificate.Certificate) != 0 {
ticket.go#L139: Certificate: certificatesToBytesSlice(s.peerCertificates),
ticket.go#L224: for _, cert := range cert.Certificate {
tls.go#L267: cert.Certificate = append(cert.Certificate, certDERBlock.Bytes)
tls.go#L273: if len(cert.Certificate) == 0 {
tls.go#L304: x509Cert, err := x509.ParseCertificate(cert.Certificate[0])
![]() |
The pages are generated with Golds v0.7.6. (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. |