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 <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
  • Loading branch information
rvagg committed Oct 19, 2016
1 parent 890139f commit 798e060
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 798e060

Please sign in to comment.