aboutsummaryrefslogtreecommitdiffstats
path: root/sm/keydb.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changes to be used with the new libksba interface.Werner Koch2001-12-181-3/+8
| | | | | libgcrypt-1.1.5 is required (cvs or tarball)
* * keylist.c (list_cert_colon): Kludge to show an email addressWerner Koch2001-12-141-0/+1
| | | | | encoded in the subject's DN.
* Implemented encryption in server mode.Werner Koch2001-12-111-0/+275
| | | | | | Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set.
* * keydb.c (keydb_add_resource): Create keyboxWerner Koch2001-11-261-127/+120
| | | | | | * keylist.c (gpgsm_list_keys): Fixed non-server keylisting. * server.c (rc_to_assuan_status): New. Use it for all commands.
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-17/+17
| | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
* Base code for gpgsm --verify does workWerner Koch2001-11-161-0/+13
|
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-202/+355
| | | | | check the certification path.
* We now need a way to store keysWerner Koch2001-11-101-0/+703