X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/2ab54e099dbb3827aa61d170e8cd3fda83b373ae..b4e566689f469cc1cffe99e50e16a346d0f9832d:/keyset.c diff --git a/keyset.c b/keyset.c index 6aa68a95..0a320457 100644 --- 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 * @@ -26,44 +26,6 @@ * 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"