Fast and Secure Tunnelling Daemon - Mirror
Find a file
Matthias Schiffer 3854374b53
handshake: revert addition of big-endian handshake format
Deprecating and eventually removing the current little-endian handshake
format just causes unnecessary churn for users without objective benefit.

The only field that was unconditionally encoded as big-endian before is
"error detail"; as this is also variable-length and was never longer
than 1 byte in practice (and it will not be for a long time), we can also
switch that around to little-endian without any compatiblity issues.
2020-05-09 11:22:22 +02:00
cmake build: fix build with nonstandard libsodium include path 2016-03-27 03:24:27 +02:00
doc handshake: revert addition of big-endian handshake format 2020-05-09 11:22:22 +02:00
src handshake: revert addition of big-endian handshake format 2020-05-09 11:22:22 +02:00
.clang-format Introduce clang-format support 2020-03-08 18:32:56 +01:00
.gitignore android: update libuecc to v7, libsodium to 1.0.8 2016-03-27 03:46:01 +02:00
CMakeLists.txt build: remove outdated CMake policy 2017-10-18 20:05:09 +02:00
COPYRIGHT Update copyright years 2016-02-22 17:14:24 +01:00
Doxyfile.in Add status socket to get the current status as JSON 2014-09-05 22:43:11 +02:00
README.md Update README 2019-08-21 14:14:40 +02:00

For more information, see the documentation and the project wiki.