From f2575b6313aeb23d867682856f7842704786349e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Wed, 15 May 2024 10:39:26 +0200 Subject: json: Add information about revocation keys to key list result * src/gpgme-json.c (revocation_key_to_json): New. (key_to_json): Add list of revocation keys. * tests/json/Makefile.am (pubring-stamp): Import new pub key. * tests/json/key-with-revokers.asc: New. * tests/json/t-json.c (tests): Add "t-keylist-revokers". * tests/json/t-keylist-revokers.in.json, tests/json/t-keylist-revokers.in.json: New. -- GnuPG-bug-id: 7118 --- tests/json/t-json.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/json/t-json.c') diff --git a/tests/json/t-json.c b/tests/json/t-json.c index 4fe74ed7..80aeaabc 100644 --- a/tests/json/t-json.c +++ b/tests/json/t-json.c @@ -41,6 +41,7 @@ static const char*tests[] = { "t-config", "t-version", "t-encrypt", "t-encrypt-sign", "t-sign", "t-verify", "t-decrypt-verify", "t-export", "t-createkey", "t-export-secret-info", "t-chunking", "t-sig-notations", + "t-keylist-revokers", /* For these two the order is important * as t-import imports the deleted key from t-delete */ "t-delete", "t-import", -- cgit v1.2.3