aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Introduced the keygripWerner Koch2001-11-241-0/+3
|
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-97/+6
| | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
* Signing does now work. There is no secret key management yet, so youWerner Koch2001-11-241-0/+3
| | | | | | should set GPGSM_FAKE_KEY=1 before you try to verify a signature created by gpgsm --sign or the SIGN server command.
* Just a Backup. We can now write out a basic signature which in turnWerner Koch2001-11-231-0/+3
| | | | | exhibits a bug in --verify.
* Added basic code for keylisting.Werner Koch2001-11-191-2/+3
| | | | | New Assuan command LISTKEYS.
* Write status output, make verify work in server mode.Werner Koch2001-11-191-2/+86
|
* gpgsm --verify does now work like gpg including theWerner Koch2001-11-191-2/+5
| | | | | --enable-special-filenames option.
* Base code for gpgsm --verify does workWerner Koch2001-11-161-1/+6
|
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-3/+32
| | | | | check the certification path.
* Implemented server main loop and started with import command.Werner Koch2001-11-071-0/+16
|
* gpgsm does now build and a dummy server can be started.Werner Koch2001-11-061-0/+86