summaryrefslogtreecommitdiffstats
path: root/VREF/gpg
diff options
context:
space:
mode:
Diffstat (limited to 'VREF/gpg')
-rwxr-xr-xVREF/gpg8
1 files changed, 8 insertions, 0 deletions
diff --git a/VREF/gpg b/VREF/gpg
index 07e1664..8d22b0d 100755
--- a/VREF/gpg
+++ b/VREF/gpg
@@ -102,6 +102,14 @@ while read -r r; do
echo "*** Signature cannot be checked on ${r}, refusing"
exit 1
;;
+ Y)
+ echo "*** Signing key expired on ${r}, refusing"
+ exit 1
+ ;;
+ R)
+ echo "*** Signing key revoked on ${r}, refusing"
+ exit 1
+ ;;
*)
echo "*** Unknown signature status '${signst}', refusing"
exit 1