aboutsummaryrefslogtreecommitdiffstats
path: root/sm/decrypt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-2/+2
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-25/+23
2010-11-26Remove superfluous parameter.Werner Koch1-1/+1
2010-03-08Replace use stdio by estream functions.Werner Koch1-10/+9
2009-12-02More stuff for the audit-log.Werner Koch1-1/+52
2009-03-25Print NO_SECKEY status line in gpgsm.Werner Koch1-0/+24
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-03-19Allow export to work on systems without funopen/fopencookie.Werner Koch1-1/+1
2007-03-08Preparing the 2.0.3 releaseWerner Koch1-3/+3
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-506/+0
2005-01-13* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch1-1/+1
2004-06-06* configure.ac: Require libksba 0.9.7.Werner Koch1-4/+4
2004-05-11* sign.c (gpgsm_sign): Include the error source in the final errorWerner Koch1-1/+2
2004-04-26* call-agent.c (gpgsm_agent_pksign, gpgsm_agent_pkdecrypt)Werner Koch1-4/+5
2004-04-08(gpgsm_decrypt): Return GPG_ERR_NO_DATA if it is not aWerner Koch1-0/+5
2004-02-13* certcheck.c (gpgsm_create_cms_signature): Format a descriptionWerner Koch1-5/+10
2004-02-13* encrypt.c (init_dek): Check for too weak algorithms.Werner Koch1-1/+1
2004-01-16* sign.c (gpgsm_sign): Print an error message on all failures.Werner Koch1-1/+4
2003-12-17Replaced deprecated type names.Werner Koch1-30/+23
2003-12-16* encrypt.c (init_dek): Use gry_create_nonce for the IV; there isWerner Koch1-1/+1
2003-11-12Mainly changes to adjust for the changed KSBA API.Werner Koch1-16/+14
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+506
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch1-20/+24
2003-06-04Update error handling to match gpg-error in CVS.Marcus Brinkmann1-2/+2
2003-06-03Make use of libgpg-errorWerner Koch1-12/+12
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-502/+0
2002-08-20* gpgsm.c (main): Use the log file only in server mode.Werner Koch1-2/+5
2002-08-09* decrypt.c (prepare_decryption): Hack to detected alreadyWerner Koch1-25/+33
2002-07-22* delete.c: New.Werner Koch1-0/+4
2002-06-20* certlist.c (gpgsm_add_to_certlist): Fixed locating of aWerner Koch1-1/+7
2002-04-12* certlist.c (cert_usable_p): New.Werner Koch1-0/+4
2002-03-18Doc fixes, moved some fizmes to TODO, fixed minor bugs.Werner Koch1-1/+1
2002-03-13* decrypt.c (gpgsm_decrypt): Allow multiple recipients.Werner Koch1-12/+19
2002-03-06Decryption using a Cryptoflex card does now work.Werner Koch1-0/+8
2002-02-06* decrypt.c (gpgsm_decrypt): Bail out after an decryption error.Werner Koch1-2/+7
2001-12-20* base64.c (base64_reader_cb): Try to detect an S/MIME body part.Werner Koch1-22/+1
2001-12-18Changes to be used with the new libksba interface.Werner Koch1-11/+16
2001-12-15* decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*.Werner Koch1-0/+3
2001-12-13Made decryption work in --server mode, allow output of plain base64,Werner Koch1-1/+9
2001-12-11Implemented encryption in server mode.Werner Koch1-4/+6
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