aboutsummaryrefslogtreecommitdiffstats
path: root/g10/encrypt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-18common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka1-1/+1
2023-07-05gpg: Format the value of type gnupg_fd_t by casting to int.NIIBE Yutaka1-1/+1
2023-07-05gpg: Use gnupg_fd_t for encrypt_crypt and gpg_verify.NIIBE Yutaka1-8/+10
2023-07-05gpg: Use gnupg_fd_t for open_outfile.NIIBE Yutaka1-1/+2
2023-06-13gpg: 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-05-25gpg: Skip keys found via ADSKs.Werner Koch1-0/+6
2023-05-24gpg: Report BEGIN_* status before examining the input.NIIBE Yutaka1-64/+39
2023-01-19gpg: Detect already compressed data also when using a pipe.Werner Koch1-5/+28
2022-12-16gpg: Fix a typo in a rarely shown diagnosticWerner Koch1-2/+1
2022-11-04gpg: New option --quick-update-pref.Werner Koch1-2/+2
2022-10-31gpg: Allow only OCB for AEAD encryption.Werner Koch1-10/+2
2022-10-07gpg: Fix wrong use of FD2INT with iobuf_fdopen_nc.NIIBE Yutaka1-2/+2
2022-09-29gpg: Avoid to emit a compliance mode line if libgcrypt is non-compliant.Werner Koch1-2/+7
2022-09-29gpg: Fix assertion failure due to errors in encrypt_filter.Werner Koch1-1/+2
2022-09-29gpg: Make --require-compliance work for -seWerner Koch1-156/+146
2022-03-08gpg: New option --require-compliance.Werner Koch1-0/+11
2022-03-02g10/encrypt: use iobuf_copy instead of manual iobuf_read/iobuf_writeJussi Kivilinna1-9/+3
2021-05-17gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch1-1/+1
2021-02-10gpg: Do not allow old cipher algorithms for encryption.Werner Koch1-2/+33
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-16/+8
2020-07-03sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch1-3/+3
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-2/+2
2018-05-29gpg: Remove PGP6 compliance mode.Werner Koch1-1/+1
2018-05-29gpg: Remove MDC optionsWerner Koch1-50/+13
2018-01-23gpg: Implement AEAD for SKESK packets.Werner Koch1-44/+107
2018-01-22gpg: Unify AEAD parameter retrieval.Werner Koch1-14/+10
2018-01-22gpg: Refactor function encrypt_seskey.Werner Koch1-50/+106
2018-01-21gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch1-5/+8
2018-01-10gpg: Add stub function for encrypting AEAD.Werner Koch1-3/+12
2018-01-10gpg: New option --force-aeadWerner Koch1-11/+64
2017-11-27Use the gpgrt log functions if possible.Werner Koch1-2/+2
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