Try harder to connect to unreachable nodes.
[tinc] / src / ed25519 /
2018-10-06 Guus SliepenFix all warnings when compiling with -Wall -W -pedantic.
2018-04-02 Guus SliepenReformat all code using astyle.
2018-01-06 Guus SliepenFix all spelling errors found by codespell.
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-10-07 Guus SliepenUpdate all header guards.
2017-05-07 Guus SliepenRemove unused add_scalar function.
2017-04-18 Guus SliepenRemove dead stores.
2016-01-17 Guus SliepenMerge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
2015-10-26 Guus SliepenAvoid undefined behavior.
2015-05-19 Guus SliepenAdd newline at end of precomp_data.h and sc.h.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-02-16 Guus SliepenSuppress warnings about parsing Ed25519 keys when they...
2015-01-04 Guus SliepenUse void pointers for opaque data blobs in the SHA512...
2015-01-04 Guus SliepenFix indentation and some whitespace issues.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-24 Guus SliepenAvoid using OpenSSL's random number functions.
2014-06-22 Etienne DechampsFix Windows includes.
2014-05-18 Guus SliepenImplement a PEM-like format for Ed25519 keys.
2014-05-06 Guus SliepenFix compiler warnings.
2014-04-14 Guus SliepenMerge branch '1.1-ed25519' into 1.1
2014-04-06 Guus SliepenUse Ed25519 keys. 1.1-ed25519