mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* armor.c (parse_hash_header, armor_filter), g10.c (print_hex, print_mds),
pkclist.c (algo_available): Drop TIGER/192 support.
This commit is contained in:
parent
142ef9b0ba
commit
fe0de7bcaa
4 changed files with 10 additions and 26 deletions
|
@ -1164,10 +1164,6 @@ algo_available( preftype_t preftype, int algo, void *hint )
|
|||
&& algo != DIGEST_ALGO_SHA256))
|
||||
return 0;
|
||||
|
||||
/* TIGER is not allowed any longer according to 2440bis. */
|
||||
if( RFC2440 && algo == DIGEST_ALGO_TIGER )
|
||||
return 0;
|
||||
|
||||
return algo && !check_digest_algo( algo );
|
||||
}
|
||||
else if( preftype == PREFTYPE_ZIP )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue