aboutsummaryrefslogtreecommitdiffstats
path: root/g10/decrypt-data.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08g10/decrypt-data: use iobuf_read for higher performanceJussi Kivilinna1-8/+19
2018-11-08g10/decrypt-data: use fill_buffer in more placesJussi Kivilinna1-77/+5
2018-11-08g10: Fix log_debug formatting.NIIBE Yutaka1-3/+3
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2018-02-28gpg: Avoid writing a zero length last chunk in AEAD mode.Werner Koch1-4/+12
2018-02-27gpg: Simplify the AEAD decryption function.Werner Koch1-51/+41
2018-02-27gpg: Factor common code out of the AEAD decryption function.Werner Koch1-96/+77
2018-02-27gpg: Fix corner cases in AEAD encryption.Werner Koch1-68/+108
2018-01-24gpg: Fix AEAD encryption for chunk sizes other than 64 KiB.Werner Koch1-203/+218
2018-01-24gpg: Rename a variable in decrypt-data for clarity.Werner Koch1-38/+38
2018-01-23gpg: New option --chunk-size.Werner Koch1-20/+32
2018-01-23gpg: Implement AEAD for SKESK packets.Werner Koch1-2/+4
2018-01-22gpg: Unify AEAD parameter retrieval.Werner Koch1-23/+6
2018-01-21gpg: Support EAX if for latest Libgcrypt.Werner Koch1-3/+6
2018-01-21gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch1-92/+617
2017-07-28gpg,sm: String changes for compliance diagnostics.Werner Koch1-2/+1
2017-06-23indent,i18n: Make some new strings translatable. Wrap too long lines.Werner Koch1-1/+2
2017-06-19indent: Always use "_(" and not "_ (" to mark translatable strings.Werner Koch1-2/+2
2017-06-08common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter1-0/+12
2017-03-28g10: Fix memory leak.Justus Winter1-1/+2
2017-03-07Remove -I option to common.NIIBE Yutaka1-3/+3
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-8/+7
2016-01-12common: Fix iobuf API of filter function for alignment.NIIBE Yutaka1-2/+2
2015-11-06gpg: Avoid new strings.Werner Koch1-2/+2
2015-11-06gpg: Fix formatting string.Neal H. Walfield1-1/+1
2015-11-05gpg: Add support for unwrapping the outer level of encryption.Neal H. Walfield1-1/+32
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-1/+1
2014-11-26gpg: Change a bug() call to a regular error message.Werner Koch1-1/+6
2014-05-14gpg: Remove useless diagnostic in MDC verification.Werner Koch1-8/+4
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-1/+0
2013-12-11gpg: Change --show-session-key to print the session key earlier.Werner Koch1-0/+17
2011-09-20Replace gcry_md_start_debug by gcry_md_debug.Werner Koch1-1/+1
2011-02-03Add a DECRYPTION_INFO status.Werner Koch1-25/+33
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-2/+2
2009-10-02Implement the server comamnd DECRYPT.Werner Koch1-1/+1
2009-10-02Fixed EOF detection for encrypted packets.Werner Koch1-31/+113
2009-06-05Add full Camellia support.David Shaw1-7/+7
2007-12-12Support DSA2.Werner Koch1-2/+3
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-02-26Add new SVN only file README.maintWerner Koch1-4/+3
2006-12-06Fixes for CVE-2006-6235Werner Koch1-34/+75
2006-10-02Fix for bug 537Werner Koch1-184/+227
2006-06-25About to do a new releaseWerner Koch1-1/+1
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-48/+61
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2005-02-10Disable the "quick check" bytes for PK decryptions. This is inDavid Shaw1-3/+5
2004-10-08* encr-data.c (decrypt_data): Give a warning with a weak key, but stillDavid Shaw1-5/+10
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-36/+47
2002-06-29Update head to match stable 1.0David Shaw1-50/+46