summaryrefslogtreecommitdiffstats
path: root/sm/decrypt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typos spotted during translationsDavid Prévot2012-08-241-1/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-2/+2
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-25/+23
* Remove superfluous parameter.Werner Koch2010-11-261-1/+1
* Replace use stdio by estream functions.Werner Koch2010-03-081-10/+9
* More stuff for the audit-log.Werner Koch2009-12-021-1/+52
* Print NO_SECKEY status line in gpgsm.Werner Koch2009-03-251-0/+24
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* Allow export to work on systems without funopen/fopencookie.Werner Koch2007-03-191-1/+1
* Preparing the 2.0.3 releaseWerner Koch2007-03-081-3/+3
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch2005-01-131-1/+1
* * configure.ac: Require libksba 0.9.7.Werner Koch2004-06-061-4/+4
* * sign.c (gpgsm_sign): Include the error source in the final errorWerner Koch2004-05-111-1/+2
* * call-agent.c (gpgsm_agent_pksign, gpgsm_agent_pkdecrypt)Werner Koch2004-04-261-4/+5
* (gpgsm_decrypt): Return GPG_ERR_NO_DATA if it is not aWerner Koch2004-04-081-0/+5
* * 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