Adrien Gallouët 22e065e5cb Add mud_sync()
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
2018-06-15 10:05:42 +00:00
2018-02-27 09:28:16 +00:00
2016-01-29 09:52:43 +01:00
2018-06-15 10:05:42 +00:00
2018-06-15 10:05:42 +00:00
2018-04-23 20:52:31 +00:00

MUD

MUD is a secure, multipath network protocol over UDP.

Compatibility

Linux is the platform of choice but it was successfully ported to OpenBSD and OSX.

Security

MUD uses libsodium for all cryptographic operations. Encryption (and authentication) is done with AES256-GCM when aesni is available otherwise ChaCha20-Poly1305 is used. The Diffie-Hellman function X25519 is used for key exchange.

Issues

For feature requests and bug reports, please create an issue.

Description
No description provided
Readme 382 KiB
Languages
C 99.8%
Makefile 0.2%