f2575b6313
* 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
6 lines
99 B
JSON
6 lines
99 B
JSON
{
|
|
"op": "keylist",
|
|
"keys": [ "key-with-revokers@example.net" ],
|
|
"with-secret": false
|
|
}
|