aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certdump.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-10* keylist.c (list_cert_colon): Print the short fingerprint in theWerner Koch1-2/+2
key ID field. * fingerprint.c (gpgsm_get_short_fingerprint): New. * verify.c (gpgsm_verify): Print more verbose info for a good signature.
2002-06-25* certdump.c (print_dn_part): Always print a leading slash,Werner Koch1-18/+6
removed NEED_DELIM arg and changed caller. * export.c (gpgsm_export): Print LFs to FP and not stdout. (print_short_info): Ditto. Make use of gpgsm_print_name. * server.c (cmd_export): Use output-fd instead of data lines; this was actually the specified way.
2002-06-04* gpgsm.c (main): New command --list-sigsNEWPG-0-3-7Werner Koch1-0/+306
* keylist.c (list_cert_std): New. Use it whenever colon mode is not used. (list_cert_chain): New.
2002-01-23* certpath.c (gpgsm_validate_path): Print the DN of a missing issuer.Werner Koch1-11/+32
* certdump.c (gpgsm_dump_string): New. (print_dn): Replaced by above.
2001-12-20* base64.c (base64_reader_cb): Try to detect an S/MIME body part.Werner Koch1-8/+15
* certdump.c (print_sexp): Renamed to gpgsm_dump_serial, made global. (print_time): Renamed to gpgsm_dump_time, made global. (gpgsm_dump_serial): Take a real S-Expression as argument and print the first item. * keylist.c (list_cert_colon): Ditto. * keydb.c (keydb_search_issuer_sn): Ditto. * decrypt.c (print_integer_sexp): Removed and made callers use gpgsm_dump_serial. * verify.c (print_time): Removed, made callers use gpgsm_dump_time.
2001-12-18Changes to be used with the new libksba interface.Werner Koch1-8/+18
libgcrypt-1.1.5 is required (cvs or tarball)
2001-12-13* keylist.c (list_cert_colon): Print alternative names of subjectWerner Koch1-2/+2
and a few other values.
2001-11-20Map Libksba's OIDs to Libgcrypt digest algo numbers.Werner Koch1-1/+1
The latest Libgcrypt CVS version is needed.
2001-11-16Base code for gpgsm --verify does workWerner Koch1-49/+43
2001-11-13We have reached a state where we are able to import certs andWerner Koch1-0/+131
check the certification path.