Jeffrey Altman 4412cb32ca KDFS-windows-code-signing-20080702
LICENSE MIT

Add code signing with signtool.exe to the build process.
If all three of the required CODESIGN_xxxx environment
variables are defined, signtool will be used to sign each
exe, dll, and installer as they are built.

The three environment variables are:

  CODESIGN_DESC = <description of application>
  CODESIGN_TIMESTAMP = <url of certificate authority timestamp server>
  CODESIGN_URL = <end user help URL>

The default signing certificate is the one that will be used by
signtool.  If these environment variables are not defined, code
signing will be skipped.


(cherry picked from commit 65bf7cdb6d20a1ff4e71c79347782aa3b5f1e3f8)
2008-07-02 13:57:38 +00:00
..
2008-01-04 18:07:35 +00:00
2008-07-02 13:57:38 +00:00
2002-04-29 16:32:24 +00:00
2003-07-16 00:28:24 +00:00
2002-10-28 01:18:38 +00:00
2007-10-30 15:10:37 +00:00
2003-07-16 00:28:24 +00:00
2003-07-16 00:28:24 +00:00
2002-10-16 04:58:13 +00:00
2003-07-16 00:28:24 +00:00
2007-10-30 15:10:37 +00:00
2007-10-30 15:10:37 +00:00
2005-12-19 16:12:16 +00:00
2008-01-23 04:13:55 +00:00
2000-11-04 02:13:13 +00:00
2002-10-28 01:18:38 +00:00
2008-01-04 18:07:35 +00:00
2008-01-23 04:13:55 +00:00
2008-01-23 04:13:55 +00:00
2006-07-19 05:11:06 +00:00
2008-01-23 04:13:55 +00:00
2003-07-16 00:28:24 +00:00
2003-07-16 00:28:24 +00:00
2003-07-16 00:28:24 +00:00
2003-07-16 00:28:24 +00:00

NOTE: fc_cbc_encrypt now modifies its 5th argument, to permit chaining over
scatter/gather vectors.