gpgme/tests/json/t-sign.in.json
Andre Heinecke d0087d45f0
tests,json: Add more tests
* t-config-opt.in.json,
 t-config-opt.out.json,
 t-import.in.json,
 t-import.out.json,
 t-sign.in.json,
 t-sign.out.json: New.
--
These should actually have been in a previous commit as
they are already registered.
2018-11-14 17:05:25 +01:00

9 lines
179 B
JSON

{
"op": "sign",
"keys": "A0FF4590BB6122EDEF6E3C542D727CC768697734",
"sender": "alpha@example.net",
"data": "Hello world",
"armor": true,
"base64": false
}