aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpgconf: New option --show-versions.Werner Koch2020-10-023-9/+235
* w32: Silence warning due to recent change of split_fields.Werner Koch2020-10-021-1/+1
* gpg: Fix parameter parsing form ed448.Werner Koch2020-10-021-1/+1
* doc: Remove enable-extended-key-format in vsnfdAndre Heinecke2020-10-011-1/+0
* scd: Internal CCID driver: More fix for SPR532.NIIBE Yutaka2020-09-301-4/+4
* scd: Report any error for LEARN command.NIIBE Yutaka2020-09-301-30/+67
* scd: Internal CCID driver fix.NIIBE Yutaka2020-09-291-2/+5
* scd: Internal CCID driver: Call libusb_clear_halt at ccid_setup_intr.NIIBE Yutaka2020-09-291-3/+1
* scd: Internal CCID driver: Fix a failure path.NIIBE Yutaka2020-09-281-0/+1
* scd: Internal CCID: Handle LIBUSB_ERROR_TIMEOUT at ccid_get_atr.NIIBE Yutaka2020-09-281-1/+2
* scd: Internal CCID: Clear the handle after use.NIIBE Yutaka2020-09-281-1/+5
* scd: Change handling of SPR532 card reader.NIIBE Yutaka2020-09-281-4/+17
* keyboxd: Make use of the config tableWerner Koch2020-09-251-2/+119
* scd: For PC/SC, send the ESC command at init for SPR532 reader.NIIBE Yutaka2020-09-251-25/+32
* scd: For SPR532, submit the ESCape command at initialization.NIIBE Yutaka2020-09-251-14/+13
* gpg: New experimental import option "bulk-import"Werner Koch2020-09-244-4/+44
* keyboxd: New command TRANSACTION.Werner Koch2020-09-246-10/+230
* tests: Integrate --use-keyboxd into the OpenPGP test suite.Werner Koch2020-09-244-12/+37
* keyboxd: Implement multiple search descriptions.Werner Koch2020-09-244-85/+125
* keyboxd: Fix UDPATE keyblob SQL statementWerner Koch2020-09-241-14/+15
* tests: Fix convenience function to run gpg.Werner Koch2020-09-241-1/+1
* keyboxd: Remove unused variables.Werner Koch2020-09-241-2/+0
* keyboxd: Integrate into gpgconf.Werner Koch2020-09-246-2/+78
* scd: Fix CCID internal driver for interrupt transfer.NIIBE Yutaka2020-09-241-3/+36
* gpg: Set the found-by flags in the keyblock in keyboxd mode.Werner Koch2020-09-222-8/+34
* sm: Fix returning of the ephemeral flag in keyboxd mode.Werner Koch2020-09-221-6/+8
* common: Fix name of keyboxd.Werner Koch2020-09-221-1/+1
* keyboxd: Extend PUBKEY_INFO status line with an uid ordinal.Werner Koch2020-09-226-30/+104
* kbx: Add bounds check to detect corrupt keyboxes.Werner Koch2020-09-221-6/+99
* scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch2020-09-218-27/+104
* doc: Some documentation updates.Werner Koch2020-09-214-11/+78
* sm: Implement delete key in keyboxd modeWerner Koch2020-09-213-5/+32
* agent: Fix regression for access through the extra secket.NIIBE Yutaka2020-09-181-4/+36
* common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2020-09-1815-31/+33
* scd: Clear PIN cache when changing key attributes.NIIBE Yutaka2020-09-161-1/+4
* scd: Clear caching PIN at KDF setup.NIIBE Yutaka2020-09-161-0/+4
* scd: Add better support for KDF feature.NIIBE Yutaka2020-09-161-0/+7
* gpg,scd: Fix handling of KDF feature.NIIBE Yutaka2020-09-162-13/+25
* scd: Fix the use case of verify_chv2 by CHECKPIN.NIIBE Yutaka2020-09-151-21/+25
* scd:piv: Avoid conflict when writing a cert.Werner Koch2020-09-111-1/+63
* common: New function cmp_canon_sexp.Werner Koch2020-09-114-2/+200
* keyboxd: Implement lookup by short and long keyid.Werner Koch2020-09-111-53/+42
* keyboxd: Add ephemeral and revoked flag to the sqlite backend.Werner Koch2020-09-116-23/+70
* doc: Update and extend module overviewAndre Heinecke2020-09-101-90/+274
* sm: Implement initial support for keyboxd.Werner Koch2020-09-1010-91/+382
* keyboxd: Add basic support for X.509.Werner Koch2020-09-105-67/+311
* keyboxd: Use D-lines instead of a separate thread.Werner Koch2020-09-104-6/+12
* keyboxd: Add options --openpgp and --x509 to SEARCH.Werner Koch2020-09-105-62/+127
* gpg-connect-agent: Catch signals so that SIGPIPE is ignored.Werner Koch2020-09-102-1/+2
* dirmngr: Fix the pool keyserver case for a single host in the pool.Werner Koch2020-09-101-1/+20