Home GnuPG
Diffusion GPGME b9f9e24c0044

tests,json: Prevent failing tests after 2027-05-15

Description

tests,json: Prevent failing tests after 2027-05-15

* tests/json/key-with-revokers.asc: Replace with new public key.
* tests/json/t-keylist-revokers.out.json: Update to new public key.

The old test key expired on 2027-05-15 which would break the tests after
this date. Replace it with a new test key which doesn't expire. The new
key was generated with
gpg --faked-system-time 1715782979 \
--add-desig-revoker sensitive:A0FF4590BB6122EDEF6E3C542D727CC768697734 \
--add-desig-revoker 23FD347A419429BACCD5E72D6BC4778054ACD246 \
--quick-gen-key key-with-revokers@example.net default default never
and exported with
gpg --export --armor --export-options export-sensitive-revkeys \
key-with-revokers@example.net

Details

Provenance
ikloeckerAuthored on Thu, Jan 2, 10:31 AM
Parents
rM7a42ec5d466d: build,python: Fix uninstalling in distcheck
Branches
Unknown
Tags
Unknown
References
HEAD -> master
Tasks
T7471: gpgme testsuite timebomb