summaryrefslogtreecommitdiffstats
path: root/g10/encrypt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch2011-01-311-1/+1
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-2/+2
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-3/+8
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-5/+5
* Use gpg_err_set_errno to assign values to ERRNO.Werner Koch2010-04-011-2/+2
* Use macros for iobuf ioctls. Werner Koch2010-03-081-2/+2
* Implement the server comamnd DECRYPT.Werner Koch2009-10-021-11/+8
* Some changes to suport g13.Werner Koch2009-09-301-25/+56
* Rename encode.c to encrypt.c.Werner Koch2009-09-281-0/+957