aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certlist.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * import.c (gpgsm_import): Just do a basic cert check beforeWerner Koch2002-01-151-2/+6
| | | | | | | | | | | | | | | | storing it. * certpath.c (gpgsm_basic_cert_check): New. * keydb.c (keydb_store_cert): New. * import.c (store_cert): Removed and change all caller to use the new function. * verify.c (store_cert): Ditto. * certlist.c (gpgsm_add_to_certlist): Validate the path * certpath.c (gpgsm_validate_path): Check the trust list. * call-agent.c (gpgsm_agent_istrusted): New.
* * call-dirmngr.c (inq_certificate): Changed for new interface semantic.Werner Koch2002-01-141-0/+28
| | | | | | | | | * certlist.c (gpgsm_find_cert): New. DirMngr should now work. Remember that there is a --disable-crl-check option in gpgsm to be used when there is a problem with the dirmngr communication or you want to do faster tests.
* * keylist.c (list_cert_colon): Print alternative names of subjectWerner Koch2001-12-131-1/+1
| | | | | and a few other values.
* Implemented encryption in server mode.Werner Koch2001-12-111-0/+88
Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set.