diff --git a/ChangeLog b/ChangeLog index 44b38d0..5b998c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -=== 1.5 (2013-03-XX) +=== 1.5 (2013-03-12) - added support for signing MSI files (patch from Marc-André Lureau) - calculate correct PE checksum instead of setting it to 0 diff --git a/TODO b/TODO index e2fce43..64d30ed 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -- page hashing support +- page hashing support - need to figure out how the first hash is calculated - signature extraction/removal/verificaton on MSI/CAB files - improved signature verification on PE files - clean up / untangle code diff --git a/osslsigncode.c b/osslsigncode.c index 7288022..1b2c8b5 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -19,7 +19,7 @@ */ -static const char *rcsid = "$Id: osslsigncode.c,v 1.4 2011/08/12 11:08:12 mfive Exp $"; +static const char *rcsid = "$Id: osslsigncode.c,v 1.5 2013/03/12 06:05:12 mfive Exp $"; /* Implemented with good help from: