gpgme/tests
NIIBE Yutaka b97434fbf0 json: Fix t-decrypt-verify.out for GnuPG >= 2.3.
* tests/json/t-decrypt-verify.out.json: Remove check with key of
04071FB807287134.

--

GnuPG 2.3 changes how public key decryption works; It collects list of
PUBKEY_ENC packets and then processes an ENCRYPTED* packet.  At the
stage of processing an ENCRYPTED* packet, it checks if private keys
can decrypt any of PUBKEY_ENC packets.  It does not necessarily
examine all of PUBKEY_ENC packets.  Only when it finds a PUBKEY_ENC
packet cannot be decrypted, it reports STATUS_NO_SECKEY with keyid of
that packet.

GnuPG 2.2 or older tries PUBKEY_ENC packets in order, and the first
successful PUBKEY_ENC packet is used.  Rest of PUBKEY_ENC packets are
not examined, but STATUS_NO_SECKEY with keyid is reported even when
there is a valid private key.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
2019-08-06 11:19:59 +09:00
..
gpg tests: add two new types of encrypted data 2019-05-02 22:23:28 -04:00
gpgsm build: With LD_LIBRARY_PATH defined, use --disable-new-dtags. 2019-01-16 10:59:25 +09:00
json json: Fix t-decrypt-verify.out for GnuPG >= 2.3. 2019-08-06 11:19:59 +09:00
opassuan build: With LD_LIBRARY_PATH defined, use --disable-new-dtags. 2019-01-16 10:59:25 +09:00
.gitignore .gitignore: flesh out rules and add subdirectory-.gitignores. 2012-04-20 16:05:11 +02:00
ChangeLog-2011 Spelling fixes for comments and doc 2017-12-08 05:59:11 +01:00
Makefile.am build: With LD_LIBRARY_PATH defined, use --disable-new-dtags. 2019-01-16 10:59:25 +09:00
run-decrypt.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-encrypt.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-export.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-genkey.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-identify.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-import.c tests: Add cms mode to run-import 2019-05-02 10:26:44 +02:00
run-keylist.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-keysign.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-sign.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-support.h Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-swdb.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-threaded.c tests: Minor fix to run-threaded.c. 2019-06-06 18:59:16 +02:00
run-tofu.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-verify.c tests: Let run-verify print the de-vs flag. 2019-02-28 14:01:47 +01:00
start-stop-agent tests: Fix distcheck. 2017-07-13 16:06:27 +02:00
t-data-1.txt 2001-10-16 Marcus Brinkmann <marcus@g10code.de> 2001-10-17 19:17:46 +00:00
t-data-2.txt 2001-10-16 Marcus Brinkmann <marcus@g10code.de> 2001-10-17 19:17:46 +00:00
t-data.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
t-engine-info.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
t-version.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00