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)