-/*----- 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.
- *
- */
-