aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgv: Tweak default options for extra security.NIIBE Yutaka2016-07-091-0/+2
* gpg: Add export options "export-pka" and "export-dane".Werner Koch2016-07-073-15/+167
* gpg: Split a too large export function.Werner Koch2016-07-071-271/+290
* gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch2016-07-069-74/+288
* gpg: New option --no-keyring.Werner Koch2016-07-061-8/+19
* gpg: Document use of node flags in import.c and remove unused args.Werner Koch2016-07-061-117/+104
* gpg: Get rid of an unused arg in a function in getkey.c.Werner Koch2016-07-061-10/+7
* gpg: Change calling convention for a function in getkey.cWerner Koch2016-07-061-37/+40
* gpg: Fix possible out-of-bounds read in is_armored.Werner Koch2016-07-051-5/+11
* g10: Fix out-of-bounds read.Justus Winter2016-07-051-2/+4
* gpg: Avoid spurious failures on keyblocks with no or only deleted nodes.Werner Koch2016-07-031-0/+1
* gpg: New option --export-filterWerner Koch2016-07-013-0/+134
* gpg: New option --import-filterWerner Koch2016-07-013-1/+143
* gpg: Allow to cache the mbox in a user id struct.Werner Koch2016-07-012-0/+2
* gpg: Make sure a user ID packet has always a terminating Nul in memory.Werner Koch2016-07-012-2/+2
* g10: Fix memory leak.Justus Winter2016-07-011-2/+4
* g10: Fix memory leak.Justus Winter2016-07-011-0/+1
* g10: Fix build with disabled kbnode cache.Justus Winter2016-07-011-2/+2
* g10: Fix memory leak.Justus Winter2016-07-011-4/+6
* g10: Fix memory leak.Justus Winter2016-07-011-3/+3
* Fix trivial memory leaks in tests.Justus Winter2016-07-011-0/+1
* g10: Fix memory leak.Justus Winter2016-06-301-0/+9
* g10: Fix memory leak.Justus Winter2016-06-301-0/+1
* g10: Fix memory leak.Justus Winter2016-06-301-0/+1
* common: Fix memory leak.Justus Winter2016-06-301-0/+1
* g10: Fix keybox-related memory leaks.Justus Winter2016-06-301-2/+6
* g10: Fix memory leak.Justus Winter2016-06-301-0/+4
* g10: Fix memory leak.Justus Winter2016-06-301-0/+1
* g10: Fix memory leak.Justus Winter2016-06-301-2/+0
* w32: Fix build.Justus Winter2016-06-301-1/+1
* g10: Implement gpg --quick-revuidDaniel Kahn Gillmor2016-06-304-65/+236
* g10: Fix memory leaks.Justus Winter2016-06-283-14/+20
* gpg: Add hack to --quick-gen-key to create Curve25519 keys.Werner Koch2016-06-281-1/+7
* g10: Fix --list-packets.NIIBE Yutaka2016-06-284-5/+4
* gpg: New import option "import-export".Werner Koch2016-06-242-2/+79
* gpg: New import option "import-show".Werner Koch2016-06-232-2/+22
* gpg: Do not print the validity after key generation.Werner Koch2016-06-233-6/+16
* g10: Fix regression of card-edit/fetch.NIIBE Yutaka2016-06-231-17/+7
* gpg: Add experimental support for an issuer fpr.Werner Koch2016-06-207-31/+99
* gpg: New option --rfc4880bis.Werner Koch2016-06-202-0/+10
* g10: Fix another race condition for trustdb access.Niibe Yutaka2016-06-141-2/+6
* gpg: Print the subkey's curve and not the primary key curve.Werner Koch2016-06-141-4/+4
* gpg: Avoid endless loop in a tofu error case.Werner Koch2016-06-141-1/+1
* gpg: Split tofu's get_trust function into several smaller ones.Werner Koch2016-06-141-434/+480
* doc: Consistently use 'keyserver'.Werner Koch2016-06-144-8/+8
* gpg: Un-deprecate option --auto-key-retrieve.Werner Koch2016-06-131-6/+0
* gpg: New option --disable-signer-uid, create Signer's UID sub-packet.Werner Koch2016-06-134-2/+24
* gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch2016-06-134-12/+84
* gpg,indent: Re-indent and chnage var names in sign.cWerner Koch2016-06-131-70/+69
* gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch2016-06-114-77/+107