aboutsummaryrefslogtreecommitdiffstats
path: root/sm/keydb.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-07-02* keydb.c (keydb_store_cert): Add optional ar EXISTED and changedWerner Koch1-1/+1
all callers. * call-agent.c (learn_cb): Print info message only for real imports. * import.c (gpgsm_import): Moved duplicated code to ... (check_and_store): new function. Added magic to import the entire chain. Print status only for real imports and moved printing code to .. (print_imported_status): New.
2002-06-19* call-agent.c (learn_cb): Use log_info instead of log_error onWerner Koch1-1/+2
successful import. * keydb.c (keydb_set_ephemeral): New. (keydb_store_cert): New are ephemeral, changed all callers. * keylist.c (list_external_cb): Store cert as ephemeral. * export.c (gpgsm_export): Kludge to export epehmeral certificates. * gpgsm.c (main): New command --list-external-keys.
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