Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-21 | add optional assymetric payload encryption | Jan Huwald | |
This patch uses the NaCL library to en-/decrypt and authenticate the payload suitable private and public keys are found. It - adds crypto.h, containing all crypto logic (including the detection if the packet is to be en-/decrypted) - adds nacl dependency to Makefile (including a switch between internal and external nacl) It also - changes Makefile to build with -Werror -Wextra - builds warning-free |