aboutsummaryrefslogtreecommitdiffstats
path: root/sm/import.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * import.c (gpgsm_import): Just do a basic cert check beforeWerner Koch2002-01-151-28/+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.
* * base64.c: New. Changed all other functions to use this insteadWerner Koch2001-11-271-223/+10
| | | | | | | of direct creation of ksba_reader/writer. * gpgsm.c (main): Set ctrl.auto_encoding unless --no-armor is used. This way we can feed PEM encoded stuff to --verify.
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-2/+2
| | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
* Write status output, make verify work in server mode.Werner Koch2001-11-191-1/+1
|
* gpgsm --verify does now work like gpg including theWerner Koch2001-11-191-10/+178
| | | | | --enable-special-filenames option.
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-183/+17
| | | | | check the certification path.
* we are now able to check self-signed certificatesWerner Koch2001-11-101-41/+153
|
* Implemented server main loop and started with import command.Werner Koch2001-11-071-0/+213