]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Code-sign the Windows PuTTY binaries and installer.
authorSimon Tatham <anakin@pobox.com>
Fri, 11 Dec 2015 06:47:20 +0000 (06:47 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 29 Feb 2016 19:59:34 +0000 (19:59 +0000)
commit0d919e2124a3db43f23a2a330e18f767ebdaf361
treeca5d897afa9ff07b5c4db9df6401734f633a9a7e
parent941421b8fa669f729129e7462457c29911476b17
Code-sign the Windows PuTTY binaries and installer.

Or, at least, potentially do so. The build script now has a slot into
which code-signing can be dropped by setting a variable in the bob
configuration to specify an appropriate command line.

The variable will typically need to point at a script wrapping the
actual signing tool, since there are lots of fiddly details
(timestamping countersignature, certificate, private key, etc) not
given on the command lines in this build script, on the basis that
they're local configuration questions for whoever is _running_ this
build script.

(cherry picked from commit d0e9630e1c2f880bb7cb7ae107685bd1a6d189c4)
Buildscr