Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * import.c (gpgsm_import): Just do a basic cert check before | Werner Koch | 2002-01-15 | 1 | -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 Koch | 2001-12-11 | 1 | -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 work | Werner Koch | 2001-11-16 | 1 | -0/+1 |
| | |||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 1 | -28/+18 |
| | | | | | check the certification path. | ||||
* | We now need a way to store keys | Werner Koch | 2001-11-10 | 1 | -0/+77 |