mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +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
|
@ -302,7 +302,7 @@ passphrase_to_dek( u32 *keyid, int pubkey_algo,
|
|||
|
||||
/* Stub: no decrypting, so no IDEA needed */
|
||||
void
|
||||
idea_cipher_warn(void) {}
|
||||
idea_cipher_warn( int show ) {}
|
||||
|
||||
/* Stubs to void linking to ../cipher/cipher.c */
|
||||
int string_to_cipher_algo( const char *string ) { return 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue