From 68881c924e86dda5c6e52d66b56f247efcfe4075 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 5 Nov 2018 12:50:14 +0100 Subject: Force SHA512 digests Signed-off-by: Florian Pritz --- alass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alass b/alass index a1fe986..8dd2891 100644 --- a/alass +++ b/alass @@ -72,7 +72,7 @@ fun allowed_to_sign($command, $input_file) { } fun get_signature($input_file) { - execute_command([qw(gpg --detach-sign --use-agent --no-armor), $input_file->stringify]); + execute_command([qw(gpg --detach-sign --use-agent --no-armor --personal-digest-preference SHA512), $input_file->stringify]); return $input_file->sibling("input.sig")->slurp_raw(); } -- cgit v1.2.3-24-g4f1b