aboutsummaryrefslogtreecommitdiffstats
path: root/g10/decrypt-data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Add the AEAD algo number to the DECRYPTION_INFO status line.Werner Koch2024-11-211-1/+1
* gpg: Avoid wrong decryption_failed for signed+OCB msg w/o pubkey.Werner Koch2024-09-191-0/+9
* gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch2024-03-141-0/+1
* gpg: Very minor cleanup in decrypt_data.Werner Koch2022-08-291-3/+6
* g10/decrypt-data: disable output estream buffering to reduce overheadJussi Kivilinna2022-08-291-0/+2
* gpg: Print info about the used AEAD algorithm.Werner Koch2022-03-181-2/+2
* gpg: Allow decryption of symencr even for non-compliant cipher.Werner Koch2022-03-181-4/+17
* common: Change argument order of log_printhex.Werner Koch2020-05-121-6/+6
* gpg: Make AEAD modes subject to compliance checks.Werner Koch2020-04-161-10/+13
* gpg: Support decryption of the new AEAD packetWerner Koch2020-04-161-4/+494
* gpg: Improve symmetric decryption speed by about 25%Werner Koch2020-04-151-77/+58
* gpg: Reformat parts of decrypt-data.cWerner Koch2020-04-151-101/+125
* gpg,sm: String changes for compliance diagnostics.Werner Koch2017-07-281-2/+1
* indent,i18n: Make some new strings translatable. Wrap too long lines.Werner Koch2017-06-231-1/+2
* 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-0/+12
* g10: Fix memory leak.Justus Winter2017-03-281-1/+2
* Remove -I option to common.NIIBE Yutaka2017-03-071-3/+3
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-8/+7
* common: Fix iobuf API of filter function for alignment.NIIBE Yutaka2016-01-121-2/+2
* gpg: Avoid new strings.Werner Koch2015-11-061-2/+2
* gpg: Fix formatting string.Neal H. Walfield2015-11-061-1/+1
* gpg: Add support for unwrapping the outer level of encryption.Neal H. Walfield2015-11-051-1/+32
* gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch2015-01-221-1/+1
* gpg: Change a bug() call to a regular error message.Werner Koch2014-11-261-1/+6
* gpg: Remove useless diagnostic in MDC verification.Werner Koch2014-05-141-8/+4
* gpg: Remove cipher.h and put algo ids into a common file.Werner Koch2014-01-291-1/+0
* gpg: Change --show-session-key to print the session key earlier.Werner Koch2013-12-111-0/+17
* Replace gcry_md_start_debug by gcry_md_debug.Werner Koch2011-09-201-1/+1
* Add a DECRYPTION_INFO status.Werner Koch2011-02-031-25/+33
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-2/+2
* Implement the server comamnd DECRYPT.Werner Koch2009-10-021-0/+446