aboutsummaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Support specifying keygrip for learn command.NIIBE Yutaka2022-06-101-2/+8
* scd,openpgp: Support READCERT by keygrip.NIIBE Yutaka2022-06-101-1/+22
* scd:nks: Don't flag the ESIGN keypair EF as encryption capable.Werner Koch2022-06-011-1/+1
* scd:nks: Some code cleanup.Werner Koch2022-06-011-107/+100
* scd:nks: Support the Telesec ESIGN application.Werner Koch2022-05-291-26/+81
* scd: Return USAGE information for KEYINFO command.NIIBE Yutaka2022-05-266-71/+103
* scd,piv: Fix status report of KEYPAIRINFO.NIIBE Yutaka2022-05-261-1/+1
* agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2022-05-251-0/+2
* scd: Support automatic card selection for READCERT with keygrip.NIIBE Yutaka2022-05-241-1/+5
* scd: Fix use of SCardListReaders for PC/SC.NIIBE Yutaka2022-05-171-1/+1
* scd: Fail when no good algorithm attribute.NIIBE Yutaka2022-05-111-19/+30
* scd:openpgp: New card vendor.Werner Koch2022-05-101-0/+1
* scd:p15: Improve the displayed S/N for Technology Nexus cards.Werner Koch2022-05-061-3/+36
* scd:p15: Fix the the sanity check of the displayed S/N.Werner Koch2022-05-061-2/+6
* scd: Add workaround for ECC attribute on Yubikey.NIIBE Yutaka2022-05-061-1/+2
* scd:p15: Fix reading certificates without length info.Werner Koch2022-05-051-6/+23
* scd: New debug flags "card".Werner Koch2022-05-052-2/+5
* scd: Fix hard-coded constant for RSA auth.NIIBE Yutaka2022-04-251-3/+9
* scd: Don't inhibit SSH authentication for larger data if it can.NIIBE Yutaka2022-04-221-0/+5
* scd: Renamed a constant in ccid-driver.cWerner Koch2022-04-141-3/+3
* scd: Minor code reorganizationWerner Koch2022-04-141-16/+22
* scd: Fix memory leak in ccid-driver.Werner Koch2022-04-141-9/+9
* scd:p15: Improve the PIN prompt for Genua cards.Werner Koch2022-04-131-4/+26
* scd: Support for GeNUA cards.Werner Koch2022-04-111-1/+10
* scd,tpm2d: Fix for consistent use of socket FD.NIIBE Yutaka2022-03-313-5/+5
* scd,w32: Fix socket resource leak.NIIBE Yutaka2022-03-291-23/+26
* scd: Fix DEVINFO with no --watch.NIIBE Yutaka2022-03-152-2/+2
* Fix previous commit.NIIBE Yutaka2022-03-111-1/+4
* scd: Enhance PASSWD command to accept KEYGRIP optionally.NIIBE Yutaka2022-03-101-3/+8
* scd: Use same idiom for same work.NIIBE Yutaka2022-03-101-4/+4
* scd: Fix PK_AUTH with --challenge-response option.NIIBE Yutaka2022-03-042-3/+6
* scd: Add --challenge-response option to PK_AUTH for OpenPGP card.NIIBE Yutaka2022-03-033-26/+201
* scd: Let READKEY support --format=ssh option.NIIBE Yutaka2022-03-021-16/+56
* scd:p15: Used extended mode already for RSA 2048Werner Koch2022-02-211-2/+2
* scd,pcsc: Fix error handling for a reader with reader-port.NIIBE Yutaka2022-01-041-5/+1
* scd:openpgp: Support longer data for INTERNAL_AUTHENTICATE.NIIBE Yutaka2021-11-151-0/+8
* scd: Avoid memory leak.Jakub Jelen2021-11-121-0/+1
* scd: Add new OpenPGP card vendor.Werner Koch2021-11-041-0/+1
* scd: Simplify the loop of DEVINFO.NIIBE Yutaka2021-11-021-11/+5
* scd: Fix the previous commit.NIIBE Yutaka2021-10-291-5/+1
* scd: Modify DEVINFO behavior to support looping forever.NIIBE Yutaka2021-10-293-79/+104
* agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka2021-10-052-4/+4
* sm: Add LotW support to the key listingWerner Koch2021-09-091-2/+2
* scd: Don't release the context until list_finish for PC/SC.NIIBE Yutaka2021-08-201-1/+8
* scd: Small clean up for card access.NIIBE Yutaka2021-07-222-10/+11
* scd: Fix direct use of card with no ctrl->card_ctx.NIIBE Yutaka2021-07-221-1/+1
* scd: Fix access to list of cards (3/3).NIIBE Yutaka2021-07-213-315/+315
* scd: Fix access to list of cards (2/3).NIIBE Yutaka2021-07-213-30/+28
* scd: Fix access to list of cards (1/3).NIIBE Yutaka2021-07-211-22/+115
* scd: Silence compiler waring about unused args.Werner Koch2021-07-082-0/+6