summaryrefslogtreecommitdiffstats
path: root/g10/decrypt-data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Avoid wrong decryption_failed for signed+OCB msg w/o pubkey.Werner Koch2024-09-191-0/+9
* gpg: New option --show-only-session-keyWerner Koch2024-06-241-4/+12
* gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch2024-03-141-0/+1
* gpg: Replace use of PRIu64 in log_debugWerner Koch2022-12-161-6/+8
* gpg: Print info about the used AEAD algorithm in the compliance msg.Werner Koch2022-03-181-5/+3
* gpg: Allow decryption of symencr even for non-compliant cipher.Werner Koch2022-03-181-4/+17
* g10/decrypt-data: disable output estream buffering to reduce overheadJussi Kivilinna2022-03-081-0/+2
* gpg: Fix for -Wformat when using uint64_t.NIIBE Yutaka2022-02-021-3/+4
* gpg: Make AEAD modes subject to compliance checks.Werner Koch2020-04-161-10/+13
* indent: Some typo and indentation changes for gpg.Werner Koch2020-04-151-11/+13
* common: Allow a readlimit for iobuf_esopen.Werner Koch2019-09-101-1/+1
* gpg: Very minor code cleanup.Werner Koch2019-06-211-2/+2
* g10/decrypt-data: use iobuf_read for higher performanceJussi Kivilinna2018-11-081-8/+19
* g10/decrypt-data: use fill_buffer in more placesJussi Kivilinna2018-11-081-77/+5
* g10: Fix log_debug formatting.NIIBE Yutaka2018-11-081-3/+3
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-1/+1
* gpg: Avoid writing a zero length last chunk in AEAD mode.Werner Koch2018-02-281-4/+12
* gpg: Simplify the AEAD decryption function.Werner Koch2018-02-271-51/+41
* gpg: Factor common code out of the AEAD decryption function.Werner Koch2018-02-271-96/+77
* gpg: Fix corner cases in AEAD encryption.Werner Koch2018-02-271-68/+108
* gpg: Fix AEAD encryption for chunk sizes other than 64 KiB.Werner Koch2018-01-241-203/+218
* gpg: Rename a variable in decrypt-data for clarity.Werner Koch2018-01-241-38/+38
* gpg: New option --chunk-size.Werner Koch2018-01-231-20/+32
* gpg: Implement AEAD for SKESK packets.Werner Koch2018-01-231-2/+4
* gpg: Unify AEAD parameter retrieval.Werner Koch2018-01-221-23/+6
* gpg: Support EAX if for latest Libgcrypt.Werner Koch2018-01-211-3/+6
* gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch2018-01-211-92/+617
* 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