summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: New function get_keyalgo_string.Werner Koch2020-02-091-1/+4
* common: Add OpenPGP<->Gcrypt pubkey id mapping functions.Werner Koch2020-02-093-20/+4
* card: Add new OpenPGP card vendor.Werner Koch2020-01-281-0/+1
* gpg: Fix printing of keyring name (regression in master)Werner Koch2020-01-211-1/+1
* card: Add new OpenPGP card vendorWerner Koch2020-01-211-0/+1
* build: Require libgpg-error 1.37Werner Koch2020-01-211-1/+1
* gpg: Prefer card key on use in multiple subkeys situation.NIIBE Yutaka2020-01-172-42/+80
* gpg: Prepare enhancement of agent_probe_secret_key.NIIBE Yutaka2020-01-178-26/+32
* gpg: Print better debug info in case of broken sig subpackets.Werner Koch2020-01-161-1/+4
* gpg: Use "SCD KEYINFO" to get available card keys.NIIBE Yutaka2020-01-161-80/+29
* gpg: Add agent_scd_keyinfo to retrieve available card keys.NIIBE Yutaka2020-01-162-1/+178
* gpg: default-key: Simply don't limit by capability.NIIBE Yutaka2020-01-161-5/+0
* gpg: Cert only key should be usable with --default-key.NIIBE Yutaka2020-01-151-1/+2
* gpg,sm: Avoid useless ASFW diagnostic in loopback mode.Werner Koch2020-01-131-0/+9
* scd: Minor fix for readibility.Werner Koch2020-01-031-1/+1
* Update wk's signing keyWerner Koch2020-01-011-0/+0
* gpg: Fix output of --with-secret if a pattern is given.Werner Koch2019-12-231-8/+25
* dirmngr: Tell gpg about WKD looks resulting from a cache.Werner Koch2019-12-061-2/+7
* gpg: Use AKL for angle bracketed mail address with -r.Werner Koch2019-12-041-6/+31
* gpg: Change the way v5 fingerprints are printed.Werner Koch2019-11-283-16/+7
* gpg: Implement insert, update, and delete via keyboxd.Werner Koch2019-11-281-7/+96
* kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch2019-11-283-7/+7
* gpg: Move a keydb function to another file.Werner Koch2019-11-273-42/+46
* dirmngr,gpg: Better diagnostic in case of bad TLS certificates.Werner Koch2019-11-181-2/+9
* dirmngr: Forward http redirect warnings to gpg.Werner Koch2019-11-181-0/+4
* gpg: Forbid the creation of SHA-1 third-party key signatures.Werner Koch2019-11-111-7/+44
* gpg: Fix a potential loss of key sigs during import with self-sigs-only.Werner Koch2019-11-071-1/+4
* gpg: Add option --allow-weak-key-signatures.Werner Koch2019-11-075-1/+31
* gpg: Print rfc4880bis note only in verbose mode.Werner Koch2019-11-071-1/+1
* doc: Make clear that by default RFC-4880bis features are used.Werner Koch2019-11-071-1/+1
* gpg: Remove an unused variable.Werner Koch2019-11-061-2/+0
* gpg: Do not require --batch when using --log-file.Werner Koch2019-11-061-5/+1
* gpg: More fix of get_best_pubkey_byname.NIIBE Yutaka2019-10-171-1/+0
* gpg: Fix two other cases in get_best_pubkey_byname.NIIBE Yutaka2019-10-171-29/+34
* gpg: Fix get_best_pubkey_byname to consider the first match.NIIBE Yutaka2019-10-161-19/+39
* gpg: Also delete key-binding signature when deleting a subkey.Werner Koch2019-10-151-14/+7
* gpg: Put the first key in candidates correctly.NIIBE Yutaka2019-10-151-19/+18
* gpg: The first key should be in candidates.NIIBE Yutaka2019-10-091-1/+8
* gpg: Fix a memory leak in get_best_pubkey_byname.NIIBE Yutaka2019-10-071-1/+4
* gpg: Ignore all SHA-1 signatures in 3rd party key signatures.Werner Koch2019-10-031-6/+2
* gpg: Be prepared for chosen-prefix SHA-1 collisions in key signatures.Werner Koch2019-10-031-15/+29
* gpg: Read the UBID from the keybox and detect wrong blob type.Werner Koch2019-10-012-7/+46
* gpg: Fix --recv-key in case of a given fingerprint.Werner Koch2019-09-301-1/+2
* gpg: Fix expand GPG groups when resolving a keyWerner Koch2019-09-304-33/+55
* gpg: Fix a recently introduced printf format buglet.Werner Koch2019-09-271-1/+1
* Merge branch 'switch-to-gpgk' into masterWerner Koch2019-09-2728-303/+1520
|\
| * kbx,gpg: Allow lookup using a UBID.Werner Koch2019-09-272-1/+17
| * doc: Minor doc updates and a typo fix.Werner Koch2019-09-251-2/+2
| * gpg: First rough implementation of keyboxd access for key lookup.Werner Koch2019-09-105-95/+367
| * common: Allow a readlimit for iobuf_esopen.Werner Koch2019-09-102-2/+2