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
  • Loading branch information
rvagg committed Oct 18, 2016
1 parent 7014566 commit e2e0c81
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 e2e0c81

Please sign in to comment.