aboutsummaryrefslogtreecommitdiffstats
path: root/sm/keydb.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * import.c (gpgsm_import): Just do a basic cert check beforeWerner Koch2002-01-151-0/+2
| | | | | | | | | | | | | | | | 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.
* Implemented encryption in server mode.Werner Koch2001-12-111-0/+2
| | | | | | Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set.
* Base code for gpgsm --verify does workWerner Koch2001-11-161-0/+1
|
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-28/+18
| | | | | check the certification path.
* We now need a way to store keysWerner Koch2001-11-101-0/+77