aboutsummaryrefslogtreecommitdiffstats
path: root/sm/call-dirmngr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * call-dirmngr.c (lookup_status_cb): New.Werner Koch2002-06-121-4/+21
| | | | | | (gpgsm_dirmngr_lookup): Use the status CB. Add new arg CTRL and changed caller to pass it.
* * keylist.c (list_internal_keys): Renamed from gpgsm_list_keys.Werner Koch2002-05-211-6/+227
| | | | | | | | | | | (list_external_keys): New. (gpgsm_list_keys): Dispatcher for above. * call-dirmngr.c (lookup_cb,pattern_from_strlist) (gpgsm_dirmngr_lookup): New. * server.c (option_handler): Handle new option --list-mode. (do_listkeys): Handle options and actually use the mode argument. (get_status_string): New code TRUNCATED.
* Debug message cleanups.Werner Koch2002-04-271-2/+3
|
* Changes needed to support smartcards. Well, only _support_. There isWerner Koch2002-02-281-1/+2
| | | | | no real code yet.
* * gpgsm.c: Add option --enable-crl-checks.Werner Koch2002-01-211-16/+39
| | | | | | * call-agent.c (start_agent): Implemented socket based access. * call-dirmngr.c (start_dirmngr): Ditto.
* * import.c (gpgsm_import): Just do a basic cert check beforeWerner Koch2002-01-151-1/+4
| | | | | | | | | | | | | | | | 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-16/+42
| | | | | | | | | * 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.
* * call-dirmngr.c: New.Werner Koch2002-01-111-0/+182
* 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.