mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Much stricter checking of the keyserver URI
IDEA warning for pk messages encrypted with IDEA (symmetric is already done) Print IDEA warning for each occurance except for secret key protection and unknown cipher from an encrypted message.
This commit is contained in:
parent
b8f127c598
commit
e8936126af
9 changed files with 48 additions and 15 deletions
|
@ -178,7 +178,7 @@ set_one_pref (ulong val, int type, int (*cf)(int), byte *buf, int *nbuf)
|
|||
if (cf (val)) {
|
||||
log_info (_("preference %c%lu is not valid\n"), type, val);
|
||||
if(type=='S' && val==CIPHER_ALGO_IDEA)
|
||||
idea_cipher_warn();
|
||||
idea_cipher_warn(1);
|
||||
return -1;
|
||||
}
|
||||
for (i=0; i < *nbuf; i++ ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue