diff options
author | Ingo Klöcker <[email protected]> | 2024-05-15 08:39:26 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2024-05-21 14:38:59 +0000 |
commit | f2575b6313aeb23d867682856f7842704786349e (patch) | |
tree | 86ea028b3f2380cc8fd2c1a0cfe4d7fe4037b970 /tests/json/t-json.c | |
parent | core: Add information about revocation keys to keys (diff) | |
download | gpgme-f2575b6313aeb23d867682856f7842704786349e.tar.gz gpgme-f2575b6313aeb23d867682856f7842704786349e.zip |
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
Diffstat (limited to 'tests/json/t-json.c')
-rw-r--r-- | tests/json/t-json.c | 1 |
1 files changed, 1 insertions, 0 deletions
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", |