GitHub CI: update list of container images
[tinc] / src / protocol_key.c
2022-04-28 Kirill IsakovImprove use of compiler attributes
2022-04-22 Kirill IsakovWipe (some) secrets from memory after use
2022-04-21 Kirill IsakovMinor type improvements in legacy protocol code
2022-04-12 Kirill IsakovRefactor crypto RNG; add getrandom() support
2022-03-28 Kirill IsakovAdd support for building tinc with MSVC
2022-01-24 Guus SliepenEnable and fix many extra warnings supported by GCC...
2021-08-23 Guus SliepenUse xoshiro256** to generate pseudo-random numbers.
2021-08-18 Kirill IsakovRename base64 funcs to show they're not RFC-compliant.
2021-08-15 Kirill IsakovReplace pointers to cipher_t/digest_t in connection_t...
2021-08-11 Kirill IsakovReplace pointers to global splay trees with structs.
2021-08-10 Fufu FangReduce pointer indirection for global list_t variables
2021-08-02 Kirill IsakovAssign more suitable types and fix narrowing conversion...
2021-07-29 Kirill IsakovRemove unused global variables.
2021-07-29 Kirill IsakovRemove unused '#include's.
2021-07-27 Guus SliepenReally avoid trying to send an ANS_KEY request to unrea...
2021-07-20 Guus SliepenAvoid trying to send an ANS_KEY request to unreachable...
2021-07-20 Darik HornAdd LZ4 compression support
2018-10-18 Guus SliepenFix building with --disable-legacy-protocol.
2018-10-06 Guus SliepenFix all warnings when compiling with -Wall -W -pedantic.
2017-10-25 Guus SliepenOnly forward SPTPS packets if Forwarding = internal.
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-09-02 Guus SliepenReleasing 1.1pre15. release-1.1pre15
2017-04-18 Guus SliepenFix some minor issues found by cppcheck.
2016-01-17 Guus SliepenMerge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
2016-01-14 Guus SliepenOnly add a reflexive address when we're sure it's working.
2015-11-22 Etienne DechampsDon't unset validkey when receiving SPTPS handshakes...
2015-05-17 Guus SliepenMerge remote-tracking branches 'dechamps/sptpsrestart...
2015-05-17 Etienne DechampsDon't send KEY_CHANGED messages if we don't support...
2015-05-17 Etienne DechampsProactively restart the SPTPS tunnel if we get receive...
2015-05-10 Etienne DechampsRename REQ_SPTPS to SPTPS_PACKET.
2015-05-10 Etienne DechampsTry to use UDP to relay SPTPS packets received over...
2015-05-10 Etienne DechampsExpose the raw SPTPS send interface from net_packet.
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/wintapver' into 1.1
2015-04-12 Guus SliepenAlways call res_init() before getaddrinfo().
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/windevice' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/winmtu' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/fsckwin' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/staticfix' into 1.1
2015-03-14 Etienne DechampsAdd MTU_INFO protocol message.
2015-03-14 Etienne DechampsAdd UDP_INFO protocol message.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-01-10 Etienne DechampsFix typo in logging statement.
2015-01-10 Guus SliepenRemember whether we sent our key to another node.
2015-01-01 Etienne DechampsMove PMTU discovery code into the TX path.
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-24 Guus SliepenUse void pointers for opaque data blobs in the SPTPS...
2014-10-04 Etienne DechampsDon't send MTU probes to nodes we can't reach directly.
2014-10-04 Etienne DechampsAdd UDP datagram relay support to SPTPS.
2014-09-22 Etienne DechampsPreemptively mirror REQ_PUBKEY messages from nodes...
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'winwarnings' of https://github.com/decham...
2014-07-12 Etienne DechampsRemove redundant connection_t::status.active field.
2014-05-18 Guus SliepenAllow Cipher and Digest "none".
2014-05-18 Guus SliepenRename ECDSA to Ed25519.
2013-11-28 Guus SliepenAllow "none" for Cipher and Digest again.
2013-07-20 Etienne DechampsDisable PMTU discovery when TCPOnly is set.
2013-05-28 Guus SliepenImprove base64 encoding/decoding, add URL-safe variant.
2013-05-10 Guus SliepenFix warnings for functions marked __attribute((warn_unu...
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-03-08 Guus SliepenAvoid calling time(NULL).
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-15 Guus SliepenCount the number of correctly received UDP packets.
2012-10-14 Guus SliepenFix handling of initial datagram SPTPS packet.
2012-10-10 Guus SliepenFix whitespace.
2012-10-09 Guus SliepenFix memory leaks found by valgrind.
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-07 Guus SliepenHandle packets encrypted via SPTPS that need to be...
2012-10-07 Guus SliepenMake datagram SPTPS key exchange more robust.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-30 Guus SliepenAdd strict checks to hex to binary conversions.
2012-09-28 Guus SliepenRemove some debugging messages.
2012-08-02 Guus SliepenOptionally compress and/or strip Ethernet header from...
2012-08-02 Guus SliepenClear struct sptps before reusing it.
2012-07-31 Guus SliepenUse a status bit to track which nodes use SPTPS.
2012-07-30 Guus SliepenUse datagram SPTPS for packet exchange between nodes.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-21 Guus SliepenMake sure tinc compiles on Windows.
2012-07-19 Guus SliepenUse minor protocol version to determine whether to...
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-05-08 Guus SliepenAlways pass request strings to other functions as const...
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-10 Guus SliepenUpdate copyright notices.
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-20 Guus SliepenRename connection_t *broadcast to everyone.
2011-12-03 Guus SliepenFix a few small memory leaks.
2011-07-16 Guus SliepenUse ECDSA to sign ECDH key exchange for UDP session...
2011-07-16 Guus SliepenUse the correct direction flag when setting cipher...
2011-07-13 Guus SliepenFix compiler warnings.
2011-07-12 Guus SliepenMake use of the improved hex and base64 functions.
2011-07-11 Guus SliepenRequire ExperimentalProtocol = yes for new features...
next