aboutsummaryrefslogtreecommitdiffstats
path: root/tests/json/t-keylist-secret.out.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/json: Bravo key does not have secret key materialDaniel Kahn Gillmor2020-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | * tests/json/t-keylist-secret.out.json: indicate correctly that the "Bravo" test key does not have secret key material. -- Some older versions of GnuPG are buggy, and will claim "secret: true" for this key, even though the keyring in question has no secret key material for it. The underlying call to gpg looks something like: gpg --with-colons --with-secret --list-keys -- \ [email protected] [email protected] You can see the change in field 15 of the "pub" and "sub" output. Signed-off-by: Daniel Kahn Gillmor <[email protected]> GnuPG-Bug-Id: 4820
* tests,json: Add the bulk of testsAndre Heinecke2018-11-141-0/+163
* t-json.c (tests): Register new tests. * t-createkey.in.json, t-createkey.out.json, t-decrypt-verify.in.json, t-decrypt-verify.out.json, t-decrypt.in.json, t-decrypt.out.json, t-delete.in.json, t-delete.out.json, t-encrypt-sign.in.json, t-encrypt-sign.out.json, t-encrypt.in.json, t-encrypt.out.json, t-export-secret-info.in.json, t-export-secret-info.out.json, t-export.in.json, t-export.out.json, t-json.c, t-keylist-secret.in.json, t-keylist-secret.out.json, t-keylist.in.json, t-keylist.out.json, t-verify.in.json, t-verify.out.json, t-version.in.json, t-version.out.json: New. -- Except for help and getmore there is now a test for each command.