Page MenuHome GnuPG

sigs.test
No OneTemporary

sigs.test

#!/bin/sh
. $srcdir/defs.inc || exit 3
#info Checking signatures
for i in $plain_files $data_files; do
echo "$usrpass1" | $GPG --passphrase-fd 0 -s -o x --yes $i
$GPG -o y --yes x
cmp $i y || error "$i: mismatch"
done
hash_algo_list="ripemd160 sha1 md5"
if have_hash_algo "TIGER192"; then
hash_algo_list="$hash_algo_list tiger192"
fi
for da in $hash_algo_list ; do
for i in $plain_files; do
echo "$usrpass1" | $GPG --passphrase-fd 0 --digest-algo $da \
-s -o x --yes $i
$GPG -o y --yes x
cmp $i y || error "$i: mismatch"
# process only the first one
break
done
done

File Metadata

Mime Type
text/x-shellscript
Expires
Sun, Feb 15, 3:45 PM (15 h, 24 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
79/f8/8d6d1d2442707e8f7c169e35fc2d

Event Timeline