Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * import.c (gpgsm_import): Just do a basic cert check before | Werner Koch | 2002-01-15 | 1 | -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 Koch | 2002-01-14 | 1 | -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 subject | Werner Koch | 2001-12-13 | 1 | -1/+1 | |
| | | | | | and a few other values. | |||||
* | Implemented encryption in server mode. | Werner Koch | 2001-12-11 | 1 | -0/+88 | |
Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set. |