Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-08 | Rekey also the shared secret | Raimo Niskanen | |
2019-05-03 | Use shared secret to rekey | Raimo Niskanen | |
2019-05-03 | Cycle the keypair by time and count | Raimo Niskanen | |
2019-05-03 | Set socket buffer sizes to avoid handshake deadlock | Raimo Niskanen | |
2019-04-18 | Keep the keypair for the node's lifetime | Raimo Niskanen | |
2019-04-17 | Implement some kind of PEKE to get forward secrecy | Raimo Niskanen | |
2019-04-09 | Use incrementing IV | Raimo Niskanen | |
2019-04-03 | Use Erlang cookie as shared secret | Raimo Niskanen | |
* Remove all configuration possibilities, so use the cookie as secret * Clean up error handling to make the module a more complete dist module * Change the init message to use length fields instead of zero termination * Remove the dependency towards modern crypto so it should run on maint | |||
2019-03-28 | Implement inet_crypto_dist benchmark example | Raimo Niskanen | |
This is a simplistic distribution protocol module for encrypted distribution using a shared secret and only the crypto module, and AEAD ciphers. It is intended to be a benchmark reference for how fast encrypted distribution may get. How secure it would be and also how useful, for actual production use, remains to be investigated. |