aboutsummaryrefslogtreecommitdiffstats
path: root/sm/decrypt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg,sm: Error out on compliance mismatch while decrypting.Werner Koch2017-08-011-7/+12
* gpg,sm: String changes for compliance diagnostics.Werner Koch2017-07-281-3/+3
* gpg,sm: Fix compliance checking for decryption.Werner Koch2017-07-271-10/+12
* indent,i18n: Make some new strings translatable. Wrap too long lines.Werner Koch2017-06-231-1/+2
* gpg,gpgsm: Fix compliance check for DSA and avoid an assert.Werner Koch2017-06-191-3/+4
* indent: Always use "_(" and not "_ (" to mark translatable strings.Werner Koch2017-06-191-2/+2
* common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter2017-06-081-9/+32
* common: Add cipher mode to compliance predicate.Justus Winter2017-06-071-2/+1
* gpg: Report compliance with CO_DE_VS.Justus Winter2017-06-011-0/+25
* sm: Fix typo.Justus Winter2017-05-311-1/+1
* Remove -I option to common.NIIBE Yutaka2017-03-071-1/+1
* common: Rename remaining symbols in ksba-io-support.Werner Koch2017-02-161-5/+5
* common: Remove gpgsm dependencies from ksba-io-support.Werner Koch2017-02-161-2/+9
* gpgsm: Allow decryption with a card returning a PKCS#1 stripped key.Werner Koch2016-11-291-3/+5
* gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch2016-11-101-1/+1
* sm: Remove unused arg SECRET from keydb functions.Werner Koch2016-11-101-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* 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