diff options
author | Ben McGinnes <[email protected]> | 2018-05-05 02:27:17 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-05-05 02:27:17 +0000 |
commit | 46da79e3de99a7b65748994921d6aab73b9974e7 (patch) | |
tree | 116bc16c60328b99d5718f4d2d2d1bd88f9726a2 | |
parent | qt: Respect --disable-gpg-test for tests (diff) | |
download | gpgme-46da79e3de99a7b65748994921d6aab73b9974e7.tar.gz gpgme-46da79e3de99a7b65748994921d6aab73b9974e7.zip |
python: key expiration datetime stamp tests
* Changed the expiration date for the generated test key to NYE this
century, rather than the NYE this millennium as originally suggested
in job #3815.
* This covers the lifetimes of current users (except, maybe, some very
healthy millennials) as well as the 32-bit clock end date in 2038;
without falling foul of OpenPGP's 2106 expiration.
-rwxr-xr-x | lang/python/tests/t-callbacks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/t-callbacks.py b/lang/python/tests/t-callbacks.py index 9a70cdae..b311e3d4 100755 --- a/lang/python/tests/t-callbacks.py +++ b/lang/python/tests/t-callbacks.py @@ -88,7 +88,7 @@ Name-Real: Joe Tester Name-Comment: with stupid passphrase Name-Email: [email protected] Passphrase: Crypt0R0cks -Expire-Date: 2020-12-31 +Expire-Date: 2099-12-31 </GnupgKeyParms> """ |