crypto/tls.certificateRequestMsg.certificateTypes (field)
9 uses
crypto/tls (current package)
handshake_client.go#L890: for _, certType := range certReq.certificateTypes {
handshake_messages.go#L1573: certificateTypes []byte
handshake_messages.go#L1584: length := 1 + len(m.certificateTypes) + 2
handshake_messages.go#L1601: x[4] = uint8(len(m.certificateTypes))
handshake_messages.go#L1603: copy(x[5:], m.certificateTypes)
handshake_messages.go#L1604: y := x[5+len(m.certificateTypes):]
handshake_messages.go#L1651: m.certificateTypes = make([]byte, numCertTypes)
handshake_messages.go#L1652: if copy(m.certificateTypes, data) != numCertTypes {
handshake_server.go#L512: certReq.certificateTypes = []byte{
![]() |
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. |