aboutsummaryrefslogtreecommitdiffstats
path: root/g10/encrypt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-06gpg,gpgsm: Remove compatibility_flags allow-ecc-encr and vsd-allow-encr.Werner Koch1-4/+0
2023-07-05gpg: Make progress work for large files on Windows.Werner Koch1-8/+7
2023-05-25gpg: Skip keys found via ADSKs.Werner Koch1-0/+6
2023-04-06gpg: Take care not to encrypt with OCB in de-vs modeWerner Koch1-0/+4
2023-01-19gpg: Detect already compressed data also when using a pipe.Werner Koch1-5/+28
2023-01-11gpg: Remove duplicated diagnostic.Werner Koch1-4/+0
2023-01-11gpg: Add missing space to a diagnostic.Werner Koch1-2/+1
2022-11-15gpg: New option --quick-update-pref.Werner Koch1-1/+1
2022-10-31gpg: Support OCB encryption.Werner Koch1-78/+255
2022-09-29gpg: Avoid to emit a compliance mode line if libgcrypt is non-compliant.Werner Koch1-2/+7
2022-08-31gpg: Emit STATUS_FAILURE for --require-compliance errorsWerner Koch1-3/+1
2022-08-31gpg: Fix assertion failure due to errors in encrypt_filter.Werner Koch1-2/+2
2022-08-30gpg: Make --require-compliance work for -seWerner Koch1-140/+146
2022-08-29gpg: Rename a function.Werner Koch1-3/+3
2022-03-08gpg: New option --require-compliance.Werner Koch1-0/+12
2021-05-17gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch1-1/+1
2020-11-03gpg: Switch to AES256 for symmetric encryption in de-vs mode.Werner Koch1-3/+28
2020-07-07gpg: Fix flaw in symmetric algorithm selection in mixed mode.Werner Koch1-17/+8
2020-07-03sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch1-3/+3
2020-05-12common: Change argument order of log_printhex.Werner Koch1-2/+2
2020-04-16gpg: Support decryption of the new AEAD packetWerner Koch1-1/+1
2018-05-31gpg: Remove MDC optionsWerner Koch1-45/+8
2017-08-01Revert "g10: Always save standard revocation certificate in file."Marcus Brinkmann1-2/+2
2017-08-01g10: Always save standard revocation certificate in file.Marcus Brinkmann1-2/+2
2017-07-28gpg,sm: String changes for compliance diagnostics.Werner Koch1-3/+2
2017-07-27gpg,sm: Allow encryption (with warning) to any key in de-vs mode.Werner Koch1-10/+6
2017-07-17gpg,sm: Check compliance of the RNG.Werner Koch1-0/+20
2017-06-23gpg,gpgsm: Emit status code ENCRYPTION_COMPLIANCE_MODE.Werner Koch1-3/+20
2017-06-23indent,i18n: Make some new strings translatable. Wrap too long lines.Werner Koch1-2/+5
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/+30
2017-06-07common,gpg: Move the compliance option printer.Justus Winter1-1/+1
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-7/+10
2017-03-29gpg: Extend free_packet to handle a packet parser context.Werner Koch1-2/+2
2017-03-07Remove -I option to common.NIIBE Yutaka1-5/+5
2017-02-21Clean up word replication.Yuri Chornoivan1-3/+3
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-08-08gpg: Cleanup of dek_to_passphrase function (part 2).Werner Koch1-4/+3
2016-07-13gpg: New option --mimemode.Werner Koch1-2/+2
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-2/+1
2016-03-02gpg: Add new program gpgcompose.Neal H. Walfield1-1/+9
2016-03-02gpg: Split write_pubkey_enc_from_list.Neal H. Walfield1-61/+71
2016-02-15common, g10: Fix indentation to silence GCC-6.NIIBE Yutaka1-10/+10
2016-02-14gpg: Improve API documentation.Neal H. Walfield1-2/+1
2016-01-12common: Fix iobuf API of filter function for alignment.NIIBE Yutaka1-1/+1
2016-01-06gpg: Comment on false positives by static analyzers.Werner Koch1-0/+1
2015-12-22gpg: Remove unused parameter.Neal H. Walfield1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-12gpg: Try hard to use MDC also for sign+symenc.Werner Koch1-2/+2
2015-08-20common/iobuf.h: Remove iobuf_open_fd_or_name.Neal H. Walfield1-2/+5