Releasing 1.0.29.
[oweals/tinc.git] / src / protocol_key.c
2016-06-15 Guus SliepenEnsure compatibility with OpenSSL 1.1.0.
2016-04-09 Guus SliepenUpdate copyright notices.
2016-01-14 Guus SliepenOnly add a reflexive address when we're sure it's working.
2014-05-11 Guus SliepenReleasing 1.0.24. release-1.0.24
2014-05-06 Guus SliepenFix warnings found by GCC 4.9.
2014-05-01 Steffan KargerCheck RAND_bytes() return value, fail when getting...
2014-05-01 Steffan KargerUse cryptographically strong random when generating...
2012-09-30 Guus SliepenAdd strict checks to hex to binary conversions.
2012-03-10 Guus SliepenUpdate copyright notices.
2012-02-20 Guus SliepenRename connection_t *broadcast to everyone.
2011-12-03 Guus SliepenFix a few small memory leaks.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-01-02 Guus SliepenAlways send MTU probes at least once every PingInterval.
2010-11-13 Brandon L BlackConfigurable ReplayWindow size, zero disables
2010-11-13 Guus SliepenUse variable length arrays instead of alloca().
2010-06-04 Guus SliepenDo not append an address to ANS_KEY messages if we...
2010-02-03 Guus SliepenEnsure peers with a meta connection always have our...
2010-02-02 Guus SliepenUpdate copyright notices.
2010-02-01 Guus SliepenDetermine peer's reflexive address and port when exchan...
2010-01-23 Guus SliepenBe liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY...
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-14 Guus SliepenUse only rand(), not random().
2009-06-05 Guus SliepenProperly set HMAC length for incoming packets.
2009-05-24 Michael TokarevFix ans_key exchange in recent changes
2009-05-24 Guus SliepenFix initialisation of packet decryption context broken...
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2008-12-22 Guus SliepenUpdate copyright information.
2008-10-25 Guus SliepenDo not try to send REQ_KEY or ANS_KEY requests to unrea...
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-03-19 Guus SliepenFix signedness compiler warnings.
2005-06-03 Guus SliepenPrevent possible buffer overflows when using very large...
2005-05-04 Guus SliepenUpdate copyright notices.
2004-03-21 Guus SliepenUpdate copyrights, links, email addresses and let Subve...
2004-03-21 Guus SliepenMove CABAL branch to its rightful place: the trunk.
2003-12-20 Guus SliepenBetter name, show probed MTU in dump.
2003-12-20 Guus SliepenLet tinc figure out the exact MTU of the link.
2003-11-17 Guus SliepenReplace Opaque and Strict options with a TunnelServer...
2003-10-11 Guus SliepenCheck all EVP_ function calls.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-07-24 Guus SliepenSprinkle around a lot of const and some C99 initialisers.
2003-07-23 Guus SliepenDon't initialise a CIPHER_CTX if cipher == NULL.
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2003-05-06 Guus Sliepen- Per-node EVP_CIPHER_CTX to avoid initialisation overhead.
2003-04-18 Guus SliepenBetter handling of late packets.
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-09-06 Guus SliepenReset the *correct* seqnos.
2002-09-04 Guus SliepenGeneralized request broadcasting/forwarding.
2002-09-04 Guus SliepenReduce KEY_CHANGED traffic.
2002-09-03 Guus SliepenDrop graph and edge stuff. Use new node stuff instead.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-22 Guus SliepenFix compiler warnings, strictly use long int and %lx...
2002-03-21 Guus SliepenPut a break on requests that run around in circles.
2002-02-27 Guus SliepenFix send_request() bug.
2002-02-20 Guus SliepenProtocol now also exchanges cipher/digest/maclength...
2002-02-11 Guus SliepenAdded support for packet compression, thanks to Mark...
2002-02-11 Guus SliepenForgot to merge new files from pre5.