mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Add gpgsm server command GETINFO agent-check.
Fix tests.
This commit is contained in:
parent
7d63aa42e5
commit
8381a43ca7
8 changed files with 48 additions and 4 deletions
|
@ -18,7 +18,7 @@
|
|||
# it is clear text and not binary text.
|
||||
# ======================================
|
||||
for i in $plain_files plain-large ; do
|
||||
echo "$usrpass1" | $GPG --passphrase-fd 0 -sat -o x --yes $i
|
||||
echo "$usrpass1" | $GPG --passphrase-fd 0 --clearsign -o x --yes $i
|
||||
$GPG --verify x
|
||||
done
|
||||
|
||||
|
@ -29,7 +29,7 @@ done
|
|||
|
||||
if have_pubkey_algo "RSA"; then
|
||||
for i in $plain_files plain-large ; do
|
||||
$GPG -u $usrname3 --rfc1991 --digest-algo md5 -sat -o x --yes $i
|
||||
$GPG -u $usrname3 --rfc1991 --digest-algo md5 --clearsign -o x --yes $i
|
||||
$GPG --verify x
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue