chiark / gitweb /
Expunge revision histories in files.
[tripe] / keyset.c
index 6aa68a955a829ea23bb1e053beed90cd3b6d49c0..0a3204576a56b13382e7f75db9c92346c39641f5 100644 (file)
--- a/keyset.c
+++ b/keyset.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: keyset.c,v 1.9 2003/10/15 09:29:38 mdw Exp $
+ * $Id: keyset.c,v 1.10 2004/04/08 01:36:17 mdw Exp $
  *
  * Handling of symmetric keysets
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: keyset.c,v $
- * Revision 1.9  2003/10/15 09:29:38  mdw
- * Cosmetic fix to changelog comment.
- *
- * 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:00:47  mdw
- * Don't make scary messages just because one key didn't work on a message:
- * only be frightened if they all fail.  Set initial keyset refcount
- * correctly.
- *
- * Revision 1.6  2003/04/06 10:26:35  mdw
- * Report peer name on decrypt errors.
- *
- * Revision 1.5  2001/06/19 22:07:43  mdw
- * Change the encrypted packet format to be non-malleable.
- *
- * Revision 1.4  2001/06/16 14:06:40  mdw
- * Quantify collision probabilities for the stated data volume bounds.
- *
- * Revision 1.3  2001/02/16 21:39:55  mdw
- * Major overhaul.  Separate functions for manipulating keysets from
- * functions for manipulating keyset lists.  Introduce a concept of
- * listening-only keys.
- *
- * Revision 1.2  2001/02/05 19:53:23  mdw
- * Add sequence number protection.
- *
- * Revision 1.1  2001/02/03 20:26:37  mdw
- * Initial checkin.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "tripe.h"