aboutsummaryrefslogtreecommitdiffstats
path: root/g10/encrypt.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-01-31Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch1-1/+1
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-2/+2
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-3/+8
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-5/+5
2010-04-01Use gpg_err_set_errno to assign values to ERRNO.Werner Koch1-2/+2
2010-03-08Use macros for iobuf ioctls. Werner Koch1-2/+2
2009-10-02Implement the server comamnd DECRYPT.Werner Koch1-11/+8
2009-09-30Some changes to suport g13.Werner Koch1-25/+56
2009-09-28Rename encode.c to encrypt.c.Werner Koch1-0/+957