GitHub CI: update list of container images
[tinc] / src / nolegacy /
2022-05-02 Kirill Isakovgcrypt: initialize secure memory on startup
2022-04-12 Kirill IsakovRefactor crypto RNG; add getrandom() support
2022-03-28 Kirill IsakovReplace MinGW with Windows to avoid ambiguities
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-02 Kirill IsakovAssign more suitable types and fix narrowing conversion...
2021-06-27 Guus SliepenUpdate copyright notices.
2020-09-21 Guus SliepenFix segfault when failing to read random numbers.
2018-10-18 Guus SliepenFix building with --disable-legacy-protocol.
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2015-07-12 Guus SliepenFix the PRF function when compiling without OpenSSL.
2015-07-04 Guus SliepenDon't #include OpenSSL headers when compiling without...
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2014-12-30 Guus SliepenAdd missing nolegacy/crypto.c and prf.c.