aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | card: Support disabling KDF functionality.NIIBE Yutaka2019-07-191-7/+21
* | gpg: More check for symmetric key encryption.NIIBE Yutaka2019-07-182-4/+5
|/
* gpg: Don't try decryption by session key when NULL.NIIBE Yutaka2019-07-121-3/+6
* gpg: Fix getting User ID.NIIBE Yutaka2019-07-113-83/+88
* gpg: Improve import slowness.NIIBE Yutaka2019-07-101-5/+13
* gpg: Fix keyring retrieval.NIIBE Yutaka2019-07-101-3/+6
* gpg: Do not try the import fallback if the options are already used.Werner Koch2019-07-091-1/+3
* gpg: Fix regression in option "self-sigs-only".Werner Koch2019-07-091-1/+11
* gpg: With --auto-key-retrieve prefer WKD over keyservers.Werner Koch2019-07-052-53/+65
* gpg: Return the last error for pubkey decryption.NIIBE Yutaka2019-07-052-18/+25
* gpg: Add "self-sigs-only" and "import-clean" to the keyserver options.Werner Koch2019-07-041-1/+3
* gpg: Avoid printing false AKL error message.Werner Koch2019-07-041-4/+4
* gpg: New command --locate-external-key.Werner Koch2019-07-046-28/+54
* gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch2019-07-046-32/+57