index
:
gnupg2
master
gnupg2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
g10
/
decrypt-data.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpg: Avoid wrong decryption_failed for signed+OCB msg w/o pubkey.
Werner Koch
2024-09-19
1
-0
/
+9
*
gpg: New option --show-only-session-key
Werner Koch
2024-06-24
1
-4
/
+12
*
gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.
Werner Koch
2024-03-14
1
-0
/
+1
*
gpg: Replace use of PRIu64 in log_debug
Werner Koch
2022-12-16
1
-6
/
+8
*
gpg: Print info about the used AEAD algorithm in the compliance msg.
Werner Koch
2022-03-18
1
-5
/
+3
*
gpg: Allow decryption of symencr even for non-compliant cipher.
Werner Koch
2022-03-18
1
-4
/
+17
*
g10/decrypt-data: disable output estream buffering to reduce overhead
Jussi Kivilinna
2022-03-08
1
-0
/
+2
*
gpg: Fix for -Wformat when using uint64_t.
NIIBE Yutaka
2022-02-02
1
-3
/
+4
*
gpg: Make AEAD modes subject to compliance checks.
Werner Koch
2020-04-16
1
-10
/
+13
*
indent: Some typo and indentation changes for gpg.
Werner Koch
2020-04-15
1
-11
/
+13
*
common: Allow a readlimit for iobuf_esopen.
Werner Koch
2019-09-10
1
-1
/
+1
*
gpg: Very minor code cleanup.
Werner Koch
2019-06-21
1
-2
/
+2
*
g10/decrypt-data: use iobuf_read for higher performance
Jussi Kivilinna
2018-11-08
1
-8
/
+19
*
g10/decrypt-data: use fill_buffer in more places
Jussi Kivilinna
2018-11-08
1
-77
/
+5
*
g10: Fix log_debug formatting.
NIIBE Yutaka
2018-11-08
1
-3
/
+3
*
all: fix spelling and typos
Daniel Kahn Gillmor
2018-10-24
1
-1
/
+1
*
gpg: Avoid writing a zero length last chunk in AEAD mode.
Werner Koch
2018-02-28
1
-4
/
+12
*
gpg: Simplify the AEAD decryption function.
Werner Koch
2018-02-27
1
-51
/
+41
*
gpg: Factor common code out of the AEAD decryption function.
Werner Koch
2018-02-27
1
-96
/
+77
*
gpg: Fix corner cases in AEAD encryption.
Werner Koch
2018-02-27
1
-68
/
+108
*
gpg: Fix AEAD encryption for chunk sizes other than 64 KiB.
Werner Koch
2018-01-24
1
-203
/
+218
*
gpg: Rename a variable in decrypt-data for clarity.
Werner Koch
2018-01-24
1
-38
/
+38
*
gpg: New option --chunk-size.
Werner Koch
2018-01-23
1
-20
/
+32
*
gpg: Implement AEAD for SKESK packets.
Werner Koch
2018-01-23
1
-2
/
+4
*
gpg: Unify AEAD parameter retrieval.
Werner Koch
2018-01-22
1
-23
/
+6
*
gpg: Support EAX if for latest Libgcrypt.
Werner Koch
2018-01-21
1
-3
/
+6
*
gpg: First take on PKT_ENCRYPTED_AEAD.
Werner Koch
2018-01-21
1
-92
/
+617
*
gpg,sm: String changes for compliance diagnostics.
Werner Koch
2017-07-28
1
-2
/
+1
*
indent,i18n: Make some new strings translatable. Wrap too long lines.
Werner Koch
2017-06-23
1
-1
/
+2
*
indent: Always use "_(" and not "_ (" to mark translatable strings.
Werner Koch
2017-06-19
1
-2
/
+2
*
common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.
Justus Winter
2017-06-08
1
-0
/
+12
*
g10: Fix memory leak.
Justus Winter
2017-03-28
1
-1
/
+2
*
Remove -I option to common.
NIIBE Yutaka
2017-03-07
1
-3
/
+3
*
Change all http://www.gnu.org in license notices to https://
Werner Koch
2016-11-05
1
-1
/
+1
*
gpg: Remove all assert.h and s/assert/log_assert/.
Werner Koch
2016-04-29
1
-8
/
+7
*
common: Fix iobuf API of filter function for alignment.
NIIBE Yutaka
2016-01-12
1
-2
/
+2
*
gpg: Avoid new strings.
Werner Koch
2015-11-06
1
-2
/
+2
*
gpg: Fix formatting string.
Neal H. Walfield
2015-11-06
1
-1
/
+1
*
gpg: Add support for unwrapping the outer level of encryption.
Neal H. Walfield
2015-11-05
1
-1
/
+32
*
gpg: Replace remaining old error code macros by GPG_ERR_.
Werner Koch
2015-01-22
1
-1
/
+1
*
gpg: Change a bug() call to a regular error message.
Werner Koch
2014-11-26
1
-1
/
+6
*
gpg: Remove useless diagnostic in MDC verification.
Werner Koch
2014-05-14
1
-8
/
+4
*
gpg: Remove cipher.h and put algo ids into a common file.
Werner Koch
2014-01-29
1
-1
/
+0
*
gpg: Change --show-session-key to print the session key earlier.
Werner Koch
2013-12-11
1
-0
/
+17
*
Replace gcry_md_start_debug by gcry_md_debug.
Werner Koch
2011-09-20
1
-1
/
+1
*
Add a DECRYPTION_INFO status.
Werner Koch
2011-02-03
1
-25
/
+33
*
Exporting secret keys via gpg-agent is now basically supported.
Werner Koch
2010-10-01
1
-2
/
+2
*
Implement the server comamnd DECRYPT.
Werner Koch
2009-10-02
1
-0
/
+446