aboutsummaryrefslogtreecommitdiffstats
path: root/src/decrypt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New decrypt flags GPGME_DECRYPT_LISTONLY.HEADmasterWerner Koch2025-03-181-4/+9
* core: Preserve more specific existing failure codeIngo Klöcker2023-11-141-1/+3
* core: Return BAD_PASSPHRASE error code on symmetric decryption.Ingo Klöcker2022-04-251-2/+21
* core: Simplify the trace maros by using variadics.Werner Koch2018-11-161-9/+9
* Add SPDX identifiers to most source filesWerner Koch2018-11-161-19/+19
* core: Blank out the plaintext after decryption failure.Werner Koch2018-07-191-3/+15
* core: Return a better error code on certain decryption failures.Werner Koch2018-06-061-12/+47
* core: New context flag "ignore-mdc-error".Werner Koch2018-05-311-1/+5
* core: New decryption result flag 'legacy_cipher_nomdc'.Werner Koch2018-05-311-1/+6
* core: Remove cruft from the engine-gpg code.Werner Koch2018-05-311-1/+1
* core: Always fail if an OpenPG message is not integrity protected.Werner Koch2018-05-171-7/+20
* core: Remove another debug output leftover.Werner Koch2018-04-201-1/+0
* core: Add 'is_mime' flags to the verify and decrypt results.Werner Koch2018-04-181-3/+8
* core: Extend decryption result with symkey_algo.Werner Koch2018-04-171-9/+61
* core: New context flag "auto-key-retrieve"Werner Koch2017-08-241-1/+2
* core: Fix status parsing for decrypt + verifyAndre Heinecke2017-07-271-3/+15
* core: Return NO_SECKEY error code on decryptionWerner Koch2017-07-121-2/+11
* core: Return CANCELED and BAD_PASSPHRASE error code on decryption.Werner Koch2017-07-121-1/+32
* core: Simplify parsing of STATUS_ERROR in decrypt.cWerner Koch2017-07-121-41/+39
* Add flag 'is_de_vs' to decryption results and signatures.Justus Winter2017-06-011-0/+4
* core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.Werner Koch2017-03-241-6/+12
* core: Implement context flag "override-session-key".Werner Koch2016-11-151-2/+4
* core: Enable extraction of session keys.Daniel Kahn Gillmor2016-11-151-1/+10
* api: Add new function gpgme_set_ctx_flag.Werner Koch2016-05-191-1/+1
* Improve error return by checking the FAILURE status.Werner Koch2015-08-251-0/+9
* Parse the INQUIRE_MAXLEN status message.Ben Kibbey2015-08-151-0/+10
* Map public key algos returned by gpg to gpgme values.Werner Koch2014-05-081-3/+3
* Trace the use of GPG_ERR_INV_ENGINE.Werner Koch2012-10-191-3/+3
* Remove all trailing whitespace from source filesWerner Koch2012-09-251-2/+2
* Rework status table to be less dynamically generated.Marcus Brinkmann2012-02-141-1/+0
* Check context pointers for null pointer on entry points.Marcus Brinkmann2011-05-261-0/+8
* Add support for non-API GnuPG status codes.Werner Koch2011-02-031-5/+11
* 2010-05-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-05-061-3/+3
* 2009-11-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-11-051-1/+4
* 2009-11-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-11-021-1/+0
* 2009-10-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-10-271-1/+1
* 2009-10-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-10-261-8/+47
* Fix SIGPIPE ignoring regression.Werner Koch2008-11-181-3/+4
* 008-11-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-11-031-0/+348