Expand description
Handshake packets to establish a confirmed connection via
handshake using Diagram
Re-exports§
Modules§
- codec
- Codecs to deal with ClientHandshake and ServerHandshake in terms of tokio-io
- packet
- Handshake packets to establish a confirmed connection via
handshake using
diagram
Functions§
- create_
client_ handshake - Create a handshake from client to server
- handle_
client_ handshake - Handle received client handshake on the server side. Return secure::Channel, Client PK, server handshake
- handle_
server_ handshake - Handle received server handshake on the client side.
- make_
client_ handshake - Sends handshake to the server, receives handshake from the server and processes it
- make_
server_ handshake - Receives handshake from the client, processes it and sends handshake to the client