aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dirmngr: Align the gnutls use of CAs with the ntbtls code.Werner Koch2020-09-103-10/+18
* scd: Flush KDF DO (0x00F9) when it's being set.NIIBE Yutaka2020-09-101-3/+3
* agent: Keep some permissions of private-keys-v1.d.Werner Koch2020-09-092-26/+54
* kbx: Change X.509 S/N search definition.Werner Koch2020-09-095-21/+15
* gpg,tools: Add handling of supported algorithms by a card.NIIBE Yutaka2020-09-084-0/+52
* scd: Add a workaround for Yubikey.NIIBE Yutaka2020-09-081-0/+3
* scd: Fix handling 0x00FA to support OpenPGP card 3.4.NIIBE Yutaka2020-09-071-1/+1
* scd: Increase the number of supported readers from 4 to 16.Werner Koch2020-09-042-2/+3
* gpg: Initialize a parameter to silence valgrind.Werner Koch2020-09-042-2/+3
* tests: New test run envvar to run gpg under valgrind.Werner Koch2020-09-042-1/+14
* scd: Support GET DATA response with no header for DO 0x00FA.NIIBE Yutaka2020-09-041-25/+28
* scd: Parse "Algorithm Information" data object in scdaemon.NIIBE Yutaka2020-09-042-2/+112
* sm: New options to prepare the use of keyboxd.Werner Koch2020-09-036-81/+423
* sm: Add arg ctrl to keydb_new.Werner Koch2020-09-0313-22/+24