Skip to content

Commit

Permalink
tools: explicitly set digest algo for SHASUM to 256
Browse files Browse the repository at this point in the history
PR-URL: #9071
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
rvagg authored and MylesBorins committed Oct 26, 2016
1 parent 50cfea0 commit 5867ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function sign {

scp ${webuser}@${webhost}:${shapath} ${tmpdir}/${shafile}

gpg --default-key $gpgkey --clearsign ${tmpdir}/${shafile}
gpg --default-key $gpgkey --clearsign --digest-algo SHA256 ${tmpdir}/${shafile}

echo "Wrote to ${tmpdir}/"

Expand Down

0 comments on commit 5867ffe

Please sign in to comment.