X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/2ab54e099dbb3827aa61d170e8cd3fda83b373ae..b4e566689f469cc1cffe99e50e16a346d0f9832d:/keyexch.c diff --git a/keyexch.c b/keyexch.c index ea503583..97965c85 100644 --- a/keyexch.c +++ b/keyexch.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: keyexch.c,v 1.11 2004/04/03 12:35:13 mdw Exp $ + * $Id: keyexch.c,v 1.12 2004/04/08 01:36:17 mdw Exp $ * * Key exchange protocol * @@ -26,48 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: keyexch.c,v $ - * Revision 1.11 2004/04/03 12:35:13 mdw - * Support elliptic curve key exchange. - * - * Revision 1.10 2003/10/15 09:29:38 mdw - * Cosmetic fix to changelog comment. - * - * Revision 1.9 2003/07/13 11:53:14 mdw - * Add protocol commentary. - * - * Revision 1.8 2003/07/13 11:19:49 mdw - * Incompatible protocol fix! Include message type code under MAC tag to - * prevent cut-and-paste from key-exchange messages to general packet - * transport. - * - * Revision 1.7 2003/05/17 11:01:28 mdw - * Handle flags on challenge timers correctly to prevent confusing the event - * list. - * - * Revision 1.6 2003/04/06 10:26:35 mdw - * Report peer name on decrypt errors. - * - * Revision 1.5 2002/01/13 14:54:40 mdw - * Patch up zero-knowledge property by passing an encrypted log with a - * challenge, so that the prover can verify that the challenge is good. - * - * Revision 1.4 2001/06/22 19:40:36 mdw - * Support expiry of other peers' public keys. - * - * Revision 1.3 2001/06/19 22:07:09 mdw - * Cosmetic fixes. - * - * Revision 1.2 2001/02/16 21:24:27 mdw - * Rewrite for new key exchange protocol. - * - * Revision 1.1 2001/02/03 20:26:37 mdw - * Initial checkin. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "tripe.h"