aboutsummaryrefslogtreecommitdiffstats
path: root/sm/decrypt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changes to be used with the new libksba interface.Werner Koch2001-12-181-11/+16
| | | | | libgcrypt-1.1.5 is required (cvs or tarball)
* * decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*.Werner Koch2001-12-151-0/+3
| | | | | * sign.c (gpgsm_sign): Write a STATUS_SIG_CREATED.
* Made decryption work in --server mode, allow output of plain base64,Werner Koch2001-12-131-1/+9
| | | | | | allow --armor and --base64 arguments for INPUT and OUTPUT, new global option --base64, cleaned up the help page.
* Implemented encryption in server mode.Werner Koch2001-12-111-4/+6
| | | | | | Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set.
* --encrypt does now work for a hardwired key.Werner Koch2001-12-101-2/+2
|
* Decryption does now workWerner Koch2001-12-061-18/+255
|
* Started with decryption stuffWerner Koch2001-12-051-0/+223