aboutsummaryrefslogtreecommitdiffstats
path: root/g10/encrypt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Fix flaw in symmetric algorithm selection in mixed mode.Werner Koch2020-07-071-16/+8
* sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2020-07-031-3/+3
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-2/+2
* gpg: Remove PGP6 compliance mode.Werner Koch2018-05-291-1/+1
* gpg: Remove MDC optionsWerner Koch2018-05-291-50/+13
* gpg: Implement AEAD for SKESK packets.Werner Koch2018-01-231-44/+107
* gpg: Unify AEAD parameter retrieval.Werner Koch2018-01-221-14/+10
* gpg: Refactor function encrypt_seskey.Werner Koch2018-01-221-50/+106
* gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch2018-01-211-5/+8
* gpg: Add stub function for encrypting AEAD.Werner Koch2018-01-101-3/+12
* gpg: New option --force-aeadWerner Koch2018-01-101-11/+64
* Use the gpgrt log functions if possible.Werner Koch2017-11-271-2/+2
* Revert "g10: Always save standard revocation certificate in file."Marcus Brinkmann2017-08-011-2/+2
* g10: Always save standard revocation certificate in file.Marcus Brinkmann2017-08-011-2/+2
* gpg,sm: String changes for compliance diagnostics.Werner Koch2017-07-281-3/+2
* gpg,sm: Allow encryption (with warning) to any key in de-vs mode.Werner Koch2017-07-271-10/+6
* gpg,sm: Check compliance of the RNG.Werner Koch2017-07-171-0/+20
* gpg,gpgsm: Emit status code ENCRYPTION_COMPLIANCE_MODE.Werner Koch2017-06-231-3/+20
* indent,i18n: Make some new strings translatable. Wrap too long lines.Werner Koch2017-06-231-2/+5
* indent: Always use "_(" and not "_ (" to mark translatable strings.Werner Koch2017-06-191-2/+2
* common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter2017-06-081-0/+30
* common,gpg: Move the compliance option printer.Justus Winter2017-06-071-1/+1
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-7/+10
* gpg: Extend free_packet to handle a packet parser context.Werner Koch2017-03-291-2/+2
* Remove -I option to common.NIIBE Yutaka2017-03-071-5/+5
* Clean up word replication.Yuri Chornoivan2017-02-211-3/+3
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpg: Cleanup of dek_to_passphrase function (part 2).Werner Koch2016-08-081-4/+3
* gpg: New option --mimemode.Werner Koch2016-07-131-2/+2
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-2/+1
* gpg: Add new program gpgcompose.Neal H. Walfield2016-03-021-1/+9
* gpg: Split write_pubkey_enc_from_list.Neal H. Walfield2016-03-021-61/+71
* common, g10: Fix indentation to silence GCC-6.NIIBE Yutaka2016-02-151-10/+10
* gpg: Improve API documentation.Neal H. Walfield2016-02-141-2/+1
* common: Fix iobuf API of filter function for alignment.NIIBE Yutaka2016-01-121-1/+1
* gpg: Comment on false positives by static analyzers.Werner Koch2016-01-061-0/+1
* gpg: Remove unused parameter.Neal H. Walfield2015-12-221-1/+1
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* gpg: Try hard to use MDC also for sign+symenc.Werner Koch2015-10-121-2/+2
* common/iobuf.h: Remove iobuf_open_fd_or_name.Neal H. Walfield2015-08-201-2/+5
* gpg: Rename a debug macro.Werner Koch2015-04-061-2/+2
* gpg: Fix possible dead code elimination.Werner Koch2015-03-151-3/+7
* gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch2015-01-221-7/+7
* gpg: Remove option aliases --[no-]throw-keyid and --notation-data.Werner Koch2014-12-031-2/+2
* gpg: Refer to --throw-keyids instead of --throw-keyidDaniel Kahn Gillmor2014-11-241-1/+1
* gpg: Remove options --pgp2 and --rfc1991.Werner Koch2014-08-141-36/+10
* gpg: Create exported secret files and revocs with mode 700.Werner Koch2014-06-301-2/+2
* Silence several warnings when building under Windows.Werner Koch2014-03-071-0/+10
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-9/+9
* Compute the fingerprint for ECDH only on demand.Werner Koch2011-02-021-67/+62