aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certchain.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * call-dirmngr.c: New.Werner Koch2002-01-111-0/+31
| | | | | | | * certpath.c (gpgsm_validate_path): Check the CRL here. * fingerprint.c (gpgsm_get_certid): New. * gpgsm.c: New options --dirmngr-program and --disable-crl-checks.
* * keylist.c (list_cert_colon): Print alternative names of subjectWerner Koch2001-12-131-2/+2
| | | | | and a few other values.
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-6/+6
| | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
* Base code for gpgsm --verify does workWerner Koch2001-11-161-4/+3
|
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-0/+131
check the certification path.