aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |\ \
| * | | kbx: Add framework for a public key daemon.Werner Koch2018-09-056-4/+2482
| * | | common: New function status_printf.Werner Koch2018-09-053-0/+44
* | | | build: Build gpg-pair-tool only when there is newer libgcrypt.NIIBE Yutaka2019-09-202-3/+24
* | | | tools: Fix gpg-pair-tool to follow new API.gniibe/x25519NIIBE Yutaka2019-09-191-15/+6
* | | | tools: Don't prepare G in gpg-pair-tool.NIIBE Yutaka2019-09-191-2/+1
* | | | tools: Use new API of libgcrypt for gpg-pair-tool.NIIBE Yutaka2019-09-191-67/+21
* | | | scd,pcsc: Use HANDLE for context and card.NIIBE Yutaka2019-09-171-28/+34
* | | | scd: Remove old fallback logic from CCID to PC/SC.gniibe/T4620NIIBE Yutaka2019-09-121-12/+5
* | | | scd,pcsc: Support "reader-port" option for PC/SC reader.NIIBE Yutaka2019-09-121-29/+34
* | | | scd,pcsc: Remove the restriction of no-scanning in PC/SC.NIIBE Yutaka2019-09-113-12/+3
* | | | scd,pcsc: Fix examining the list of readers.NIIBE Yutaka2019-09-111-5/+13
* | | | scd,pcsc: Fix for initializing PC/SC.NIIBE Yutaka2019-09-111-9/+13
* | | | scd,pcsc: Support multiple card readers.NIIBE Yutaka2019-09-111-180/+217
* | | | scd,pcsc: Use a single context.NIIBE Yutaka2019-09-111-26/+46
* | | | scd: Clean up the structure for future fix of PC/SC.NIIBE Yutaka2019-09-113-18/+23
* | | | doc: Fix distchek for generated eps fileAndre Heinecke2019-09-101-2/+2
* | | | 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-054-14/+59
* | | | gpg: Rework the signature subpacket iteration function.Werner Koch2019-09-0512-114/+114
* | | | scd: Implement auto-switching between Yubikey apps.Werner Koch2019-09-051-34/+105
* | | | scd:openpgp: Avoid PIN caching issues after re-select.Werner Koch2019-09-051-0/+6
* | | | doc: Update description of --debugWerner Koch2019-09-055-81/+23
* | | | scd:piv: Allow the keygrip as alternative to a keyref.Werner Koch2019-09-051-2/+22
* | | | scd: Improve locking of app_do_with_keygrip.Werner Koch2019-09-051-10/+24
* | | | scd: New debug flag "app".Werner Koch2019-09-053-27/+97
* | | | agent: Fix ask_for_card to allow a key on multiple cards.NIIBE Yutaka2019-09-051-83/+36
* | | | scd: New sub-command cmd_has_option for GETINFO.Werner Koch2019-09-041-1/+55
* | | | scd: Add option --all to the SERIALNO command.Werner Koch2019-09-042-11/+105
* | | | scd: Fix Error checking in additioal app selection.Werner Koch2019-09-041-2/+3
* | | | scd: Add option --multi to the LEARN command.Werner Koch2019-09-043-19/+61
* | | | scd: Use a macro for the flag parameter of learn_status.Werner Koch2019-09-047-7/+12
* | | | doc: Fix grammar error.Werner Koch2019-08-301-1/+1
* | | | gpg,sm: Implement keybox compression run and release lock in gpgsmWerner Koch2019-08-232-3/+19
* | | | kbx: Include deleted records into the --stats output.Werner Koch2019-08-231-1/+6