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