aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-03gpg,card: Use the new MANUFACTURER attribute.Werner Koch3-43/+20
2020-04-03gpg: Add regular expression support.NIIBE Yutaka2-21/+3
2020-03-18gpg: Also allow a v5 fingerprint for --trusted-key.Werner Koch1-0/+7
2020-03-18gpg: Update --trusted-key to accept fingerprint as well as long key id.Daniel Kahn Gillmor1-6/+18
2020-03-18gpg: Fix key expiration and usage for keys created at the Epoch.Werner Koch1-12/+16
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-34/+3
2020-03-14gpg: New option --auto-key-importWerner Koch3-9/+20
2020-03-13gpg: Make use of the included key block in a signature.Werner Koch11-50/+246
2020-03-13gpg: New option --include-key-block.Werner Koch4-11/+134
2020-03-13gpg: Add property "fpr" for use by --export-filter.Werner Koch6-2/+67
2020-03-12doc: Add a comment to explain the signature postscript.Werner Koch1-3/+8
2020-03-06gpg: Re-group the options in the --help output.Werner Koch1-288/+291
2020-03-06gpgconf: Support reading global options (part 2).Werner Koch1-9/+15
2020-03-03card: Add yet another vendor.Werner Koch1-0/+1
2020-03-03card: Add new vendor.Werner Koch1-0/+1
2020-02-25gpg: Re-enable versioned config filesWerner Koch1-2/+2
2020-02-25gpg: Re-add checking of config file permissions.Werner Koch1-98/+18
2020-02-20Use gpgrt's new option parser for gpgc, gpgsm, and gpg-agent.Werner Koch1-11/+14
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch5-162/+177
2020-02-19gpg: Fix default-key selection when card is available.NIIBE Yutaka1-1/+9
2020-02-18Spelling cleanup.Daniel Kahn Gillmor13-19/+19
2020-02-13gpg: New option --full-timestrings.Werner Koch5-4/+47
2020-02-13gpg: Changes to allow direct key generation from an OpenPGP card.Werner Koch3-183/+344
2020-02-12gpg: Rename the struct card_key_info_s.Werner Koch3-17/+22
2020-02-11gpg: Improve key creation direct from the card.Werner Koch3-26/+122
2020-02-11common: Extend the openpgp_curve_to_oid function.Werner Koch4-6/+7
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch4-9/+3
2020-02-10gpg: Make really sure that --verify-files always returns an error.Werner Koch1-5/+13
2020-02-09scd:openpgp: Let the genkey function also accept a full keyref.Werner Koch1-1/+1
2020-02-09common: New function get_keyalgo_string.Werner Koch1-1/+4
2020-02-09common: Add OpenPGP<->Gcrypt pubkey id mapping functions.Werner Koch3-20/+4
2020-01-28card: Add new OpenPGP card vendor.Werner Koch1-0/+1
2020-01-21gpg: Fix printing of keyring name (regression in master)Werner Koch1-1/+1
2020-01-21card: Add new OpenPGP card vendorWerner Koch1-0/+1
2020-01-21build: Require libgpg-error 1.37Werner Koch1-1/+1
2020-01-17gpg: Prefer card key on use in multiple subkeys situation.NIIBE Yutaka2-42/+80
2020-01-17gpg: Prepare enhancement of agent_probe_secret_key.NIIBE Yutaka8-26/+32
2020-01-16gpg: Print better debug info in case of broken sig subpackets.Werner Koch1-1/+4
2020-01-16gpg: Use "SCD KEYINFO" to get available card keys.NIIBE Yutaka1-80/+29
2020-01-16gpg: Add agent_scd_keyinfo to retrieve available card keys.NIIBE Yutaka2-1/+178
2020-01-16gpg: default-key: Simply don't limit by capability.NIIBE Yutaka1-5/+0
2020-01-15gpg: Cert only key should be usable with --default-key.NIIBE Yutaka1-1/+2
2020-01-13gpg,sm: Avoid useless ASFW diagnostic in loopback mode.Werner Koch1-0/+9
2020-01-03scd: Minor fix for readibility.Werner Koch1-1/+1
2020-01-01Update wk's signing keyWerner Koch1-0/+0
2019-12-23gpg: Fix output of --with-secret if a pattern is given.Werner Koch1-8/+25
2019-12-06dirmngr: Tell gpg about WKD looks resulting from a cache.Werner Koch1-2/+7
2019-12-04gpg: Use AKL for angle bracketed mail address with -r.Werner Koch1-6/+31
2019-11-28gpg: Change the way v5 fingerprints are printed.Werner Koch3-16/+7
2019-11-28gpg: Implement insert, update, and delete via keyboxd.Werner Koch1-7/+96