diff options
author | Ingo Klöcker <[email protected]> | 2025-01-02 09:31:00 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2025-01-02 09:41:05 +0000 |
commit | b9f9e24c00448851027683757ee5cf3f8c569ff1 (patch) | |
tree | 56763222ff4316a08a51fba5bd4d81d48782aca8 /tests/json/t-keylist-revokers.out.json | |
parent | build,python: Fix uninstalling in distcheck (diff) | |
download | gpgme-b9f9e24c00448851027683757ee5cf3f8c569ff1.tar.gz gpgme-b9f9e24c00448851027683757ee5cf3f8c569ff1.zip |
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 [email protected] default default never
and exported with
gpg --export --armor --export-options export-sensitive-revkeys \
[email protected]
GnuPG-bug-id: 7471
Diffstat (limited to '')
-rw-r--r-- | tests/json/t-keylist-revokers.out.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/json/t-keylist-revokers.out.json b/tests/json/t-keylist-revokers.out.json index be8f633b..ad3a4cfb 100644 --- a/tests/json/t-keylist-revokers.out.json +++ b/tests/json/t-keylist-revokers.out.json @@ -12,7 +12,7 @@ "secret": false, "is_qualified": false, "protocol": "OpenPGP", - "fingerprint": "C95C864B775F71D02F52CEF6BD07B828B2F75071", + "fingerprint": "9A9586EBCF3DFEF3FBF12BD88B221651721CDE51", "owner_trust": "unknown", "origin": 0, "last_update": 0, @@ -32,12 +32,12 @@ "is_de_vs": false, "pubkey_algo_name": "EdDSA", "pubkey_algo_string": "ed25519", - "keyid": "BD07B828B2F75071", + "keyid": "8B221651721CDE51", "curve": "ed25519", "pubkey_algo": 303, "length": 255, "timestamp": 1715782979, - "expires": 1810390979 + "expires": 0 }, { "revoked": false, @@ -54,7 +54,7 @@ "is_de_vs": false, "pubkey_algo_name": "ECDH", "pubkey_algo_string": "cv25519", - "keyid": "94C2E4C722CADAF9", + "keyid": "E201FFED82819B33", "curve": "cv25519", "pubkey_algo": 302, "length": 255, |