Disable old RSA keys when generating new ones.
[tinc] / src / protocol_key.c
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.