X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/898a4e2555438ff8adb08b4d82690d08715e1048..b817bfc642225b8c3c0b6a7e42d1fb949b61a606:/dsig.c diff --git a/dsig.c b/dsig.c index 030ad0a..6e624c6 100644 --- a/dsig.c +++ b/dsig.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: dsig.c,v 1.9 2004/04/08 01:02:15 mdw Exp $ + * $Id: dsig.c,v 1.10 2004/04/08 01:36:15 mdw Exp $ * * Verify signatures on distribuitions of files * @@ -27,42 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: dsig.c,v $ - * Revision 1.9 2004/04/08 01:02:15 mdw - * Incompatible change! Add new signature schemes. Key now implies - * algorithms (integrity checked by new fingerprinting rules), so don't put - * that stuff in the manifest. - * - * Revision 1.8 2004/04/04 19:42:59 mdw - * Add set -e. - * - * Revision 1.7 2001/02/23 09:04:17 mdw - * Add new hash functions. Provide full help for subcommands. Run the - * hash function over parts of the header in a canonical order. - * - * Revision 1.6 2000/12/06 20:33:27 mdw - * Make flags be macros rather than enumerations, to ensure that they're - * unsigned. - * - * Revision 1.5 2000/10/08 12:12:09 mdw - * Shut up some warnings. - * - * Revision 1.4 2000/08/04 23:23:44 mdw - * Various fixes. - * - * Revision 1.3 2000/07/15 20:53:23 mdw - * More hash functions. Bug fix in getstring. - * - * Revision 1.2 2000/07/01 11:27:22 mdw - * Use new PKCS#1 padding functions rather than rolling by hand. - * - * Revision 1.1 2000/06/17 10:54:29 mdw - * Program to generate and verify signatures on multiple files. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "config.h"