mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* Makefile.am: Reenable tests now that the Elgamal signature keys are
gone. * defs.inc, pubring.asc, secring.asc, plain-1.asc, plain-2.asc, plain-3.asc: Remove the old v3 Elgamal keys and replace with RSA+Elgamal and RSA s+e.
This commit is contained in:
parent
7c01f15494
commit
d1b08dafe3
8 changed files with 822 additions and 878 deletions
|
@ -9,8 +9,6 @@ usrname1="one"
|
|||
usrpass1="def"
|
||||
usrname2="two"
|
||||
usrpass2=""
|
||||
usrname3="three"
|
||||
usrpass3="abc"
|
||||
|
||||
|
||||
dsa_usrname1="pgp5"
|
||||
|
@ -107,7 +105,7 @@ elif [ -f $srcdir/options ]; then
|
|||
cat $srcdir/options >gpg.conf
|
||||
fi
|
||||
|
||||
GPG="../g10/gpg --homedir . "
|
||||
GPG="../g10/gpg --no-permission-warning --homedir . "
|
||||
|
||||
exec 2> ${pgmname}.log
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue