]> cygwin.com Git - cygwin-apps/setup.git/commit - Makefile.am
Produce detatched signature for setup executable using new and old keys release_2.903
authorJon Turney <jon.turney@dronecode.org.uk>
Sun, 1 Mar 2020 13:40:21 +0000 (13:40 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Mon, 2 Mar 2020 11:57:50 +0000 (11:57 +0000)
commitf681d72f73742906af0dda247655ea6da264fb76
treeb883a4678d21168dd4a40fe8c2bf83400e1603eb
parentf724f2f38bdc95fd7068d1a183a8229d865d35f2
Produce detatched signature for setup executable using new and old keys

This is slightly fraught: If we don't specify a digest preference, sha1
will be used with both keys, which we don't want.  Even if we do specify
a digest preference, sha1 is still used for DSA, and gpg won't verify
all the signatures, if they don't use the same hash algorithm (See [1]).
So specify dsa2 as well, to allow sha256 to be used in both signatures.

[1] https://dev.gnupg.org/T1462
Makefile.am
This page took 0.030095 seconds and 5 git commands to generate.