summaryrefslogtreecommitdiffstats
path: root/sm/decrypt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * certcheck.c (gpgsm_create_cms_signature): Format a descriptionWerner Koch2004-02-131-5/+10
* * encrypt.c (init_dek): Check for too weak algorithms.Werner Koch2004-02-131-1/+1
* * sign.c (gpgsm_sign): Print an error message on all failures.Werner Koch2004-01-161-1/+4
* Replaced deprecated type names.Werner Koch2003-12-171-30/+23
* * encrypt.c (init_dek): Use gry_create_nonce for the IV; there isWerner Koch2003-12-161-1/+1
* Mainly changes to adjust for the changed KSBA API.Werner Koch2003-11-121-16/+14
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+506
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-502/+0
* * gpgsm.c (main): Use the log file only in server mode.Werner Koch2002-08-201-2/+5
* * decrypt.c (prepare_decryption): Hack to detected alreadyWerner Koch2002-08-091-25/+33
* * delete.c: New.Werner Koch2002-07-221-0/+4
* * certlist.c (gpgsm_add_to_certlist): Fixed locating of aWerner Koch2002-06-201-1/+7
* * certlist.c (cert_usable_p): New.Werner Koch2002-04-121-0/+4
* Doc fixes, moved some fizmes to TODO, fixed minor bugs.Werner Koch2002-03-181-1/+1
* * decrypt.c (gpgsm_decrypt): Allow multiple recipients.Werner Koch2002-03-131-12/+19
* Decryption using a Cryptoflex card does now work.Werner Koch2002-03-061-0/+8
* * decrypt.c (gpgsm_decrypt): Bail out after an decryption error.Werner Koch2002-02-061-2/+7
* * base64.c (base64_reader_cb): Try to detect an S/MIME body part.Werner Koch2001-12-201-22/+1
* Changes to be used with the new libksba interface.Werner Koch2001-12-181-11/+16
* * decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*.Werner Koch2001-12-151-0/+3
* Made decryption work in --server mode, allow output of plain base64,Werner Koch2001-12-131-1/+9
* Implemented encryption in server mode.Werner Koch2001-12-111-4/+6
* --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-061-0/+223