aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * gpg: New option --use-keyboxd.Werner Koch2019-09-0926-292/+1221
| * kbx: Allow writing using a estream.Werner Koch2019-08-061-1/+1
* | gpg: expand GPG groups when resolving a keyStephan Mueller2019-09-065-52/+99
* | gpg: Make --quiet work on --send-keys.Werner Koch2019-09-061-3/+4
* | gpg: Prepare parser for the new attestation certificates.Werner Koch2019-09-053-14/+57
* | gpg: Rework the signature subpacket iteration function.Werner Koch2019-09-0512-114/+114
* | gpg,sm: Implement keybox compression run and release lock in gpgsmWerner Koch2019-08-231-2/+15
* | gpg: Allow --locate-external-key even with --no-auto-key-locate.Werner Koch2019-08-233-1/+35
* | gpg: Silence some warning messages during -Kv.Werner Koch2019-08-233-10/+17
* | gpg: Do not show two informational diagnostics with quiet.Werner Koch2019-08-232-2/+7
* | gpg: Extend --quick-gen-key for creating keys from a card.Werner Koch2019-08-221-58/+261
* | gpg: Use modern spelling for the female salutation.Werner Koch2019-08-221-2/+2
* | gpg: Factor export_ssh_key.NIIBE Yutaka2019-08-221-90/+100
* | gpg: In a list of card keys show the standard keys.Werner Koch2019-08-211-3/+19
* | gpg: New option --use-only-openpgp-cardWerner Koch2019-08-213-1/+15
* | gpg: Don't report NO_SECKEY for valid key.NIIBE Yutaka2019-08-061-1/+1
* | gpg,gpgsm: Handle pkdecrypt responses with/without NUL terminators.Daniel Kahn Gillmor2019-07-261-5/+8
* | gpg: photoid: Use standard spawn API.NIIBE Yutaka2019-07-251-460/+229
* | gpg: photoid: Move functions from exec.c.NIIBE Yutaka2019-07-253-561/+550
* | gpg: A little clean up.NIIBE Yutaka2019-07-233-4/+4
* | gpg: The option --passphrase= can be empty.NIIBE Yutaka2019-07-191-2/+2
* | card: Fix showing KDF object attribute.NIIBE Yutaka2019-07-193-5/+30