MsgLoginProofC
The client sends this message back to the account server in response to MsgLoginChallengeS for completing the SRP6 challenge. The response contains the client's proof of K (the client key C). The account server is expected to complete its own proof of K (server key M), which it then compares against C. It then sends MsgConnectEx to either accept or reject the client.
⚠️ WARNING
The server should always verify that the client's proof of K and public ephemeral value are non-zero.
Table of Contents
Patch 5635
Message Definition
☑️ Assumed (Observed)