GitHub CI: update list of container images
[tinc] / src / ed25519 /
2022-04-28 Kirill IsakovImprove use of compiler attributes
2022-04-22 Kirill IsakovWipe (some) secrets from memory after use
2022-04-12 Kirill IsakovRefactor crypto RNG; add getrandom() support
2022-03-28 Kirill IsakovAdd support for building tinc with MSVC
2022-03-23 Kirill IsakovAdd support for meson build system
2022-01-24 Guus SliepenEnable and fix many extra warnings supported by GCC...
2021-08-18 Kirill IsakovRename base64 funcs to show they're not RFC-compliant.
2021-08-02 Kirill IsakovAssign more suitable types and fix narrowing conversion...
2021-07-31 Kirill IsakovUn-ignore .clang-tidy and enable conversion warnings.
2021-07-29 Kirill IsakovRemove unused declarations.
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