aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgsm/t-verify.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/Werner Koch2002-06-121-21/+52
| | | | | | | | | | | | | * gpgsm/t-keylist.c (doit): Print operation info if available. gpgme/ * keylist.c (struct keylist_result_s): New. (_gpgme_release_keylist_result): Release it here (keylist_status_handler): Handle truncated. (append_xml_keylistinfo): New. * gpgme.c (_gpgme_release_result): and use it here. * types.h: Declare the new type here. * context.h (struct gpgme_context_s): Use it here.
* * gpgme.h: Add GPGME_ATTR_SIG_SUMMARY and the GPGME_SIGSUM_Werner Koch2002-06-111-1/+2
| | | | | | | constants. * verify.c (calc_sig_summary): New. (gpgme_get_sig_ulong_attr): And use it here.
* 2002-05-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-05-081-3/+32
| | | | | | | * gpgsm/t-verify.c (validity_string): New. (print_sig_stat): Print expire time and validity. (status_string): Add new exipred stati.
* Small code cleanup.Marcus Brinkmann2001-12-141-4/+0
|
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-141-0/+165
* gpgsm/t-verify.c: New file. * gpgsm/Makefile.am (TESTS): Add t-verify.