1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00
Werner Koch 2770efa75b
gpg: Avoid wrong decryption_failed for signed+OCB msg w/o pubkey.
* g10/decrypt-data.c (struct decode_filter_context_s): Add flag
checktag_failed.
(aead_checktag): Set flag.
(decrypt_data): Initially clear that flag and check the flag after the
decryption.
* g10/mainproc.c (proc_encrypted): Revert the log_get_errorcount based
check.
--

This fixes a bug where for an OCB encrypted and signed message with
the signing key missing during decryption the DECRYPTION_FAILED status
line was printed along with "WARNING: encrypted message has been
manipulated". This was because we use log_error to show that the
signature could not be verified due to the missing pubkey; the
original fix looked at the error counter and thus triggered the
decryption failed status.

Fixes-commit: 50e81ad38d2b5a5028fa6815da358c0496aa927e
GnuPG-bug-id: 7042
2024-09-19 10:06:55 +02:00
..
2024-09-11 13:51:16 +09:00
2024-08-09 09:31:54 +02:00
2023-06-20 09:08:29 +09:00
2024-08-08 17:31:26 +02:00
2020-11-11 09:13:13 +09:00
2021-11-13 21:03:02 +01:00
2022-11-09 10:37:58 +09:00
2022-11-09 10:37:58 +09:00
2015-02-04 09:15:34 +01:00
2017-03-07 20:25:54 +09:00
2017-03-07 20:25:54 +09:00
2024-05-31 12:28:32 +02:00
2024-08-09 09:31:54 +02:00
2024-08-09 09:31:54 +02:00
2024-04-15 13:25:07 +02:00
2020-02-18 18:07:46 -05:00
2019-07-11 12:32:44 +09:00
2024-08-23 11:28:30 +02:00
2019-07-23 12:04:21 +09:00
2024-05-31 12:28:32 +02:00
2017-01-23 19:16:55 +01:00
2017-02-21 13:11:46 -05:00
2017-03-07 20:32:09 +09:00
2024-05-31 12:28:32 +02:00
2024-05-31 12:28:32 +02:00
2016-03-08 14:08:49 +01:00
2024-03-12 16:00:55 +01:00
2024-02-10 14:26:55 +01:00
2016-12-06 12:16:56 +01:00
2023-02-16 18:10:03 +01:00
2024-03-12 16:00:55 +01:00