aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Made decryption work in --server mode, allow output of plain base64,Werner Koch2001-12-131-31/+46
| | | | | | allow --armor and --base64 arguments for INPUT and OUTPUT, new global option --base64, cleaned up the help page.
* * gpgsm.c (main): New options --assume-{armor,base64,binary}.Werner Koch2001-12-121-1/+40
| | | | | * base64.c (base64_reader_cb): Fixed non-autodetection mode.
* Implemented encryption in server mode.Werner Koch2001-12-111-13/+29
| | | | | | Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set.
* Started with decryption stuffWerner Koch2001-12-051-12/+13
|
* --armor does now produce PEM format.Werner Koch2001-11-271-0/+4
|
* * base64.c: New. Changed all other functions to use this insteadWerner Koch2001-11-271-1/+5
| | | | | | | 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.
* * gpgsm.c: New option --agent-programWerner Koch2001-11-261-1/+4
| | | | | | * call-agent.c (start_agent): Allow to override the default path to the agent.
* Just a Backup. We can now write out a basic signature which in turnWerner Koch2001-11-231-0/+10
| | | | | exhibits a bug in --verify.
* Added basic code for keylisting.Werner Koch2001-11-191-4/+3
| | | | | New Assuan command LISTKEYS.
* Write status output, make verify work in server mode.Werner Koch2001-11-191-6/+19
|
* gpgsm --verify does now work like gpg including theWerner Koch2001-11-191-3/+68
| | | | | --enable-special-filenames option.
* Base code for gpgsm --verify does workWerner Koch2001-11-161-0/+4
|
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-7/+8
| | | | | check the certification path.
* we are now able to check self-signed certificatesWerner Koch2001-11-101-0/+1
|
* Implemented server main loop and started with import command.Werner Koch2001-11-071-1/+1
|
* gpgsm does now build and a dummy server can be started.Werner Koch2001-11-061-2/+1030
|
* Created configuration filesWerner Koch2001-10-311-0/+6