aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-06-11g10: Add openpgp_protected flag to agent secret key export functionsDaniel Kahn Gillmor3-8/+12
2016-06-11g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor9-31/+60
2016-06-08w32: Fix recent build regression.Werner Koch1-1/+1
2016-06-07common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch2-2/+0
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch14-52/+38
2016-06-07gpg: Fix command line parsing of --quick-addkey and --quick-gen-key.NIIBE Yutaka1-2/+6
2016-06-06gpg: Use --keyid-format=none by default.Werner Koch2-3/+3