aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: Document gpgsm's --keyserver option.Werner Koch2019-11-073-4/+21
* doc: Improved description of status PLAINTEXT_LENGTH.Werner Koch2019-11-071-1/+4
* gpg: Fix a potential loss of key sigs during import with self-sigs-only.Werner Koch2019-11-072-7/+12
* gpg: Add option --allow-weak-key-signatures.Werner Koch2019-11-076-6/+45
* 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-072-13/+9
* 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
* doc: Document the --unwrap command.Werner Koch2019-11-061-0/+9
* scd,ccid: Fix GEMPC_EZIO handling.NIIBE Yutaka2019-10-281-5/+5
* 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
* doc: Fix documentation about --locate-keys.NIIBE Yutaka2019-10-161-7/+7
* 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
* scd,ccid: Add 08e6:34c2 (GEMPC_EZIO).NIIBE Yutaka2019-10-152-7/+22
* doc: Fix c+p bug in the examples for --import-filter.Werner Koch2019-10-121-5/+5
* gpg: The first key should be in candidates.NIIBE Yutaka2019-10-091-1/+8
* doc: Clarify that code assignments for g10 code and me terminated.Werner Koch2019-10-071-1/+5
* kbx: Implement update for the STORE command.Werner Koch2019-10-073-1/+56
* 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
* kbx: Add first version of STORE command to keyboxd.Werner Koch2019-10-018-20/+324
* common: New function hex2fixedbuf.Werner Koch2019-10-013-1/+71
* 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-2761-507/+7194
|\
| * kbx: Fix error code return in keyboxd.switch-to-gpgkWerner Koch2019-09-272-2/+6
| * kbx: Store the UBIB in the blob.Werner Koch2019-09-273-12/+78
| * kbx,gpg: Allow lookup using a UBID.Werner Koch2019-09-277-7/+64
| * kbx: First take on a cache for the keyboxd.Werner Koch2019-09-279-44/+1420
| * doc: Minor doc updates and a typo fix.Werner Koch2019-09-252-8/+8
| * tests: Add two user-id parsing test cases.Werner Koch2019-09-171-0/+6
| * gpg: First rough implementation of keyboxd access for key lookup.Werner Koch2019-09-106-104/+380
| * kbx: Allow fd-passing for the keyboxd.Werner Koch2019-09-102-6/+109
| * common: Allow a readlimit for iobuf_esopen.Werner Koch2019-09-104-6/+41
| * gpg: New option --use-keyboxd.Werner Koch2019-09-0926-292/+1221
| * kbx: Fix keyboxd search first.Werner Koch2019-09-091-3/+17
| * kbx: Allow searching from start.Werner Koch2019-09-092-12/+24
| * kbx: Add framework for the SEARCH commandWerner Koch2019-08-0613-34/+1237
| * kbx: Allow writing using a estream.Werner Koch2019-08-065-10/+19
| * tools: New option --keyboxd for gpg-connect-agent.Werner Koch2019-08-067-13/+111
| * common: Remove code duplication for service starting.Werner Koch2019-08-052-148/+113
| * common: Change yet unused status_printf function.Werner Koch2019-08-022-2/+23
| * Merge branch 'master' into switch-to-gpgkWerner Koch2019-07-12142-2992/+7854
| |\
| * \ Merge branch 'master' into switch-to-gpgkWerner Koch2019-03-18237-4553/+21246
| |\ \