mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
* defs.inc: Use new --list-config method to get cipher and digest
names.
This commit is contained in:
parent
c756a493c9
commit
ccf5233565
@ -1,3 +1,8 @@
|
|||||||
|
2007-11-28 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* defs.inc: Use new --list-config method to get cipher and digest
|
||||||
|
names.
|
||||||
|
|
||||||
2007-07-18 David Shaw <dshaw@jabberwocky.com>
|
2007-07-18 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* defs.inc (all_hash_algos): See "all_cipher_algos", below.
|
* defs.inc (all_hash_algos): See "all_cipher_algos", below.
|
||||||
|
@ -131,11 +131,11 @@ have_hash_algo () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
all_cipher_algos () {
|
all_cipher_algos () {
|
||||||
../g10/gpg --homedir . --version | grep "Cipher" | sed 's/^Cipher: //; s/,//g'
|
../g10/gpg --homedir . --with-colons --list-config ciphername | sed 's/^cfg:ciphername://; s/;/ /g'
|
||||||
}
|
}
|
||||||
|
|
||||||
all_hash_algos () {
|
all_hash_algos () {
|
||||||
../g10/gpg --homedir . --version | grep "Hash" | sed 's/^Hash: //; s/,//g'
|
../g10/gpg --homedir . --with-colons --list-config digestname | sed 's/^cfg:digestname://; s/;/ /g'
|
||||||
}
|
}
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
@ -19,4 +19,3 @@ for da in ripemd160 sha1; do
|
|||||||
break
|
break
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user