mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* defs.inc (all_hash_algos): See "all_cipher_algos", below.
* sigs.test: Use it here, and also test with >=160 bit hashes for DSA2.
This commit is contained in:
parent
d26739aa5a
commit
ab20b58ecd
3 changed files with 30 additions and 34 deletions
|
@ -134,6 +134,10 @@ all_cipher_algos () {
|
|||
../g10/gpg --homedir . --version | grep "Cipher" | sed 's/^Cipher: //; s/,//g'
|
||||
}
|
||||
|
||||
all_hash_algos () {
|
||||
../g10/gpg --homedir . --version | grep "Hash" | sed 's/^Hash: //; s/,//g'
|
||||
}
|
||||
|
||||
set -e
|
||||
pgmname=`basename $0`
|
||||
#trap cleanup SIGHUP SIGINT SIGQUIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue