search for: send_chal_reply

Displaying 1 result from an estimated 1 matches for "send_chal_reply".

2000 Nov 04
0
Authentication scheme
Hello everybody, Here are some thoughts about the authentication scheme to be used in tinc. The current scheme (see CVS version, revision CABAL) does this: Client Server --------------------------------------- send_id(u) send_challenge(R) send_chal_reply(H) send_id(u) send_challenge(R) send_chal_reply(H) send_metakey(R) send_metakey(R) send_ack(u) send_ack(u) --------------------------------------- Other requests(E)... (u) Unencrypted,...