type crypto/tls.certificateRequestMsg
8 uses
crypto/tls (current package)
conn.go#L1049: m = &certificateRequestMsg{
handshake_client.go#L538: certReq, ok := msg.(*certificateRequestMsg)
handshake_client.go#L883: func certificateRequestInfoFromMsg(vers uint16, certReq *certificateRequestMsg) *CertificateRequestInfo {
handshake_messages.go#L1567: type certificateRequestMsg struct {
handshake_messages.go#L1578: func (m *certificateRequestMsg) marshal() (x []byte) {
handshake_messages.go#L1633: func (m *certificateRequestMsg) unmarshal(data []byte) bool {
handshake_server.go#L508: var certReq *certificateRequestMsg
handshake_server.go#L511: certReq = new(certificateRequestMsg)
![]() |
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. |