aboutsummaryrefslogtreecommitdiffstats
path: root/sm/decrypt.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-02-06* decrypt.c (gpgsm_decrypt): Bail out after an decryption error.Werner Koch1-2/+7
* server.c (reset_notify): Close input and output FDs. (cmd_encrypt,cmd_decrypt,cmd_verify,cmd_sign.cmd_import) (cmd_genkey): Close the FDs and release the recipient list even in the error case.
2001-12-20* base64.c (base64_reader_cb): Try to detect an S/MIME body part.Werner Koch1-22/+1
* certdump.c (print_sexp): Renamed to gpgsm_dump_serial, made global. (print_time): Renamed to gpgsm_dump_time, made global. (gpgsm_dump_serial): Take a real S-Expression as argument and print the first item. * keylist.c (list_cert_colon): Ditto. * keydb.c (keydb_search_issuer_sn): Ditto. * decrypt.c (print_integer_sexp): Removed and made callers use gpgsm_dump_serial. * verify.c (print_time): Removed, made callers use gpgsm_dump_time.
2001-12-18Changes to be used with the new libksba interface.Werner Koch1-11/+16
libgcrypt-1.1.5 is required (cvs or tarball)
2001-12-15* decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*.Werner Koch1-0/+3
* sign.c (gpgsm_sign): Write a STATUS_SIG_CREATED.
2001-12-13Made decryption work in --server mode, allow output of plain base64,Werner Koch1-1/+9
allow --armor and --base64 arguments for INPUT and OUTPUT, new global option --base64, cleaned up the help page.
2001-12-11Implemented encryption in server mode.Werner Koch1-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 Koch1-2/+2
2001-12-06Decryption does now workWerner Koch1-18/+255
2001-12-05Started with decryption stuffWerner Koch1-0/+223