aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-07gpg: Split a too large export function.Werner Koch1-271/+290
2016-07-06gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch9-74/+288
2016-07-06gpg: New option --no-keyring.Werner Koch1-8/+19
2016-07-06gpg: Document use of node flags in import.c and remove unused args.Werner Koch1-117/+104
2016-07-06gpg: Get rid of an unused arg in a function in getkey.c.Werner Koch1-10/+7
2016-07-06gpg: Change calling convention for a function in getkey.cWerner Koch1-37/+40
2016-07-05gpg: Fix possible out-of-bounds read in is_armored.Werner Koch1-5/+11
2016-07-05g10: Fix out-of-bounds read.Justus Winter1-2/+4
2016-07-03gpg: Avoid spurious failures on keyblocks with no or only deleted nodes.Werner Koch1-0/+1
2016-07-01gpg: New option --export-filterWerner Koch3-0/+134
2016-07-01gpg: New option --import-filterWerner Koch3-1/+143
2016-07-01gpg: Allow to cache the mbox in a user id struct.Werner Koch2-0/+2
2016-07-01gpg: Make sure a user ID packet has always a terminating Nul in memory.Werner Koch2-2/+2
2016-07-01g10: Fix memory leak.Justus Winter1-2/+4
2016-07-01g10: Fix memory leak.Justus Winter1-0/+1
2016-07-01g10: Fix build with disabled kbnode cache.Justus Winter1-2/+2
2016-07-01g10: Fix memory leak.Justus Winter1-4/+6
2016-07-01g10: Fix memory leak.Justus Winter1-3/+3
2016-07-01Fix trivial memory leaks in tests.Justus Winter1-0/+1
2016-06-30g10: Fix memory leak.Justus Winter1-0/+9
2016-06-30g10: Fix memory leak.Justus Winter1-0/+1
2016-06-30g10: Fix memory leak.Justus Winter1-0/+1
2016-06-30common: Fix memory leak.Justus Winter1-0/+1
2016-06-30g10: Fix keybox-related memory leaks.Justus Winter1-2/+6
2016-06-30g10: Fix memory leak.Justus Winter1-0/+4
2016-06-30g10: Fix memory leak.Justus Winter1-0/+1
2016-06-30g10: Fix memory leak.Justus Winter1-2/+0
2016-06-30w32: Fix build.Justus Winter1-1/+1
2016-06-30g10: Implement gpg --quick-revuidDaniel Kahn Gillmor4-65/+236
2016-06-28g10: Fix memory leaks.Justus Winter3-14/+20
2016-06-28gpg: Add hack to --quick-gen-key to create Curve25519 keys.Werner Koch1-1/+7
2016-06-28g10: Fix --list-packets.NIIBE Yutaka4-5/+4
2016-06-24gpg: New import option "import-export".Werner Koch2-2/+79
2016-06-23gpg: New import option "import-show".Werner Koch2-2/+22
2016-06-23gpg: Do not print the validity after key generation.Werner Koch3-6/+16
2016-06-23g10: Fix regression of card-edit/fetch.NIIBE Yutaka1-17/+7
2016-06-20gpg: Add experimental support for an issuer fpr.Werner Koch7-31/+99
2016-06-20gpg: New option --rfc4880bis.Werner Koch2-0/+10
2016-06-14g10: Fix another race condition for trustdb access.Niibe Yutaka1-2/+6
2016-06-14gpg: Print the subkey's curve and not the primary key curve.Werner Koch1-4/+4
2016-06-14gpg: Avoid endless loop in a tofu error case.Werner Koch1-1/+1
2016-06-14gpg: Split tofu's get_trust function into several smaller ones.Werner Koch1-434/+480
2016-06-14doc: Consistently use 'keyserver'.Werner Koch4-8/+8
2016-06-13gpg: Un-deprecate option --auto-key-retrieve.Werner Koch1-6/+0
2016-06-13gpg: New option --disable-signer-uid, create Signer's UID sub-packet.Werner Koch4-2/+24
2016-06-13gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch4-12/+84
2016-06-13gpg,indent: Re-indent and chnage var names in sign.cWerner Koch1-70/+69
2016-06-11gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch4-77/+107
2016-06-11g10: Export cleartext keys as cleartextDaniel Kahn Gillmor1-2/+3
2016-06-11g10: Allow receiving cleartext secret keys from agentDaniel Kahn Gillmor3-4/+223