Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2001-12-18 | Changes to be used with the new libksba interface. | Werner Koch | 1 | -11/+16 | |
libgcrypt-1.1.5 is required (cvs or tarball) | |||||
2001-12-15 | * decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*. | Werner Koch | 1 | -0/+3 | |
* sign.c (gpgsm_sign): Write a STATUS_SIG_CREATED. | |||||
2001-12-13 | Made decryption work in --server mode, allow output of plain base64, | Werner Koch | 1 | -1/+9 | |
allow --armor and --base64 arguments for INPUT and OUTPUT, new global option --base64, cleaned up the help page. | |||||
2001-12-11 | Implemented encryption in server mode. | Werner Koch | 1 | -4/+6 | |
Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set. | |||||
2001-12-10 | --encrypt does now work for a hardwired key. | Werner Koch | 1 | -2/+2 | |
2001-12-06 | Decryption does now work | Werner Koch | 1 | -18/+255 | |
2001-12-05 | Started with decryption stuff | Werner Koch | 1 | -0/+223 | |