aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* scd: Add handling of "Algorithm Information" DO.NIIBE Yutaka2020-09-031-0/+2
* gpg: Fix segv importing certain keys.Werner Koch2020-09-021-2/+5
* keyboxd: Restructure client access code.Werner Koch2020-09-026-438/+525
* keyboxd: Fix user id based queriesWerner Koch2020-09-021-4/+4
* common: New helper function gnupg_close_pipe.Werner Koch2020-09-023-0/+21
* Use only one copy of the warn_server_mismatch function.Werner Koch2020-09-0113-206/+174
* sm: Fix a bug in the rfc2253 parserWerner Koch2020-08-281-1/+1
* doc: Fix typosGavin L. Rebeiro2020-08-282-2/+2
* common: Fix fallback handling to utf-8.NIIBE Yutaka2020-08-281-1/+1
* doc: Add a remark about keyservers.Werner Koch2020-08-271-0/+5
* scd: New option to APDU command to return the ATR as data.Werner Koch2020-08-273-8/+29
* scd: Fix reading of the ATR for card type detection.Werner Koch2020-08-271-1/+1
* dirmngr: Print the last alert message returned by NTBTLS.Werner Koch2020-08-271-0/+8
* scd: Add heuristics to identify cardtype.NIIBE Yutaka2020-08-272-3/+23
* scd: Add condition for VERIFY with 0x82.NIIBE Yutaka2020-08-271-4/+9