Home GnuPG
Diffusion GnuPG 8631d4cfe251

gpg: Allow decryption of symencr even for non-compliant cipher.

Description

gpg: Allow decryption of symencr even for non-compliant cipher.

* g10/decrypt-data.c (decrypt_data): Add arg compliance_error.  Adjust
all callers.  Fail on compliance error only in --require-compliance
mode.  Make sure to return an error if the buffer is missing; actually
that should be an assert.
* g10/mainproc.c (proc_encrypted): Delay printing of the compliance
mode status.  Consult the compliance error now returned by
decrypt_data.

The actual case here is that we fail hard if a message has been AEAD
encrypted with one AEAD capable key and also with one passphrase. In
general the preference system takes care of not using AEAD if one
recipient's key does not support it. However, if the sender uses her
own AEAD-capable key _and_ a passphrase the message will be AEAD
encrypted. This change allows to decrypt that anyway along with a
warning message.

Note that this does currently not work in 2.3 due to a non-compliant
libgcrypt. We will however, backport this to 2.2.

Details

Provenance
wernerAuthored on Mar 18 2022, 11:13 AM
Parents
rG6d6438a361d2: common: New flags for gnupg_spawn_process
Branches
Unknown
Tags
Unknown