aboutsummaryrefslogtreecommitdiffstats
path: root/time.scm (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-05gpgscm: Move files to a gpgscm subdirectory.Werner Koch1-42/+0
-- Note that we used git filter-branch --subdirectory-filter tests/gpgscm in gnupg master to filter out the gpgscm part. This commit merely moves these files to a subdirectory which will be used in libgpg-error for gpgscm. Signed-off-by: Werner Koch <[email protected]>
2017-02-15tests: Check expiration times of created keys.Justus Winter1-0/+42
* tests/gpgscm/ffi.c (do_get_time): New function. (ffi_init): Expose new function. * tests/gpgscm/ffi.scm (get-time): Document new function. * tests/gpgscm/time.scm: New file. * tests/openpgp/quick-key-manipulation.scm: Use the new facilities to check the expiration times of created keys. * tests/openpgp/tofu.scm: Use the new module. Signed-off-by: Justus Winter <[email protected]>