mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-18 17:36:07 +00:00
* sign and verify agent messages with key sent in HELLO (TODO: hardcoded block size - should use size from handshake; verify signature of HELLO message itself; possibly, different MSG status if signature was not verified (currently ignored) or failed to verify (currently fails with AGENT A_ENCRYPTION - alternatively, change it to AGENT A_SIGNATURE)) * remove hardcoded block size, make it 4096 bytes * verify signature of HELLO message before it is added to RcvQueue * refactor * update doc * rename functions