aboutsummaryrefslogtreecommitdiffstats
path: root/g10/encrypt.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
2015-04-06gpg: Rename a debug macro.Werner Koch1-2/+2
2015-03-15gpg: Fix possible dead code elimination.Werner Koch1-3/+7
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-7/+7
2014-12-03gpg: Remove option aliases --[no-]throw-keyid and --notation-data.Werner Koch1-2/+2
2014-11-24gpg: Refer to --throw-keyids instead of --throw-keyidDaniel Kahn Gillmor1-1/+1
2014-08-14gpg: Remove options --pgp2 and --rfc1991.Werner Koch1-36/+10
2014-06-30gpg: Create exported secret files and revocs with mode 700.Werner Koch1-2/+2
2014-03-07Silence several warnings when building under Windows.Werner Koch1-0/+10
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-9/+9
2011-02-02Compute the fingerprint for ECDH only on demand.Werner Koch1-67/+62