This commit is contained in:
Per Allansson 2013-03-12 07:37:39 +01:00
parent 3e97269d4e
commit 3bbf757ca4
3 changed files with 3 additions and 3 deletions

View File

@ -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) - added support for signing MSI files (patch from Marc-André Lureau)
- calculate correct PE checksum instead of setting it to 0 - calculate correct PE checksum instead of setting it to 0

2
TODO
View File

@ -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 - signature extraction/removal/verificaton on MSI/CAB files
- improved signature verification on PE files - improved signature verification on PE files
- clean up / untangle code - clean up / untangle code

View File

@ -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: Implemented with good help from: