diff options
Diffstat (limited to 'tests/json/t-sig-notations.out.json')
-rw-r--r-- | tests/json/t-sig-notations.out.json | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/json/t-sig-notations.out.json b/tests/json/t-sig-notations.out.json new file mode 100644 index 00000000..1376b22a --- /dev/null +++ b/tests/json/t-sig-notations.out.json @@ -0,0 +1,56 @@ +{ + "info": { + "is_mime": false, + "signatures": [{ + "summary": { + "sigsum": [], + "valid": false, + "green": false, + "red": false, + "revoked": false, + "key-expired": false, + "sig-expired": false, + "key-missing": false, + "crl-missing": false, + "crl-too-old": false, + "bad-policy": false, + "sys-error": false + }, + "wrong_key_usage": false, + "chain_model": false, + "is_de_vs": false, + "status_string": "Success", + "fingerprint": "A0FF4590BB6122EDEF6E3C542D727CC768697734", + "validity_string": "unknown", + "pubkey_algo_name": "DSA", + "hash_algo_name": "SHA1", + "status_code": 0, + "timestamp": 1542213871, + "exp_timestamp": 0, + "pka_trust": 0, + "validity": 0, + "validity_reason": 0, + "notations": [{ + "human_readable": false, + "critical": false, + "value": "https://www.gnu.org/policy/", + "flags": 0 + }, { + "human_readable": true, + "critical": false, + "name": "laughing@me", + "value": "Just Squeeze Me", + "flags": 1 + }, { + "human_readable": true, + "critical": true, + "name": "[email protected]", + "value": "pgpmime", + "flags": 3 + }] + }] + }, + "type": "plaintext", + "base64": false, + "data": "Hallo Leute\n" +} |