~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to checks/sigs.test

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-03 09:18:26 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20061103091826-89kwl8tk1xypbmtk
Tags: upstream-1.4.5
ImportĀ upstreamĀ versionĀ 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
if have_pubkey_algo "RSA"; then
28
28
    # Using the RSA sig key - all hashes
29
29
    hash_algo_list="ripemd160 sha1 md5"
 
30
    if have_hash_algo "SHA224"; then
 
31
        hash_algo_list="$hash_algo_list sha224"
 
32
    fi
30
33
    if have_hash_algo "SHA256"; then
31
34
        hash_algo_list="$hash_algo_list sha256"
32
35
    fi
 
36
    if have_hash_algo "SHA384"; then
 
37
        hash_algo_list="$hash_algo_list sha384"
 
38
    fi
 
39
    if have_hash_algo "SHA512"; then
 
40
        hash_algo_list="$hash_algo_list sha512"
 
41
    fi
33
42
 
34
43
    for da in $hash_algo_list ; do
35
44
        for i in $plain_files; do