aboutsummaryrefslogtreecommitdiff
path: root/src/ext_packet.cpp
AgeCommit message (Collapse)Author
2026-03-29Add the extension packetsOsmium Sorcerer
Introduce the subprotocol ("Einsof"), its prototype serialization and parsing functions, and its first set of messages. These messages are carriers of public-key authentication mechanism which involves client request, server challenge, and client response. An "ident" message is used to tell a compatible server that you support a particular version of the subprotocol. Note: the functions that handle encoding are very specialized. They're not representative of how the wire format should be generally handled, and were written this way because the first set of messages is tiny and simple enough.