mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-05-20 18:34:29 -05:00
bump
This commit is contained in:
parent
3e97269d4e
commit
3bbf757ca4
@ -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
2
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
|
- 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
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user