aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-14scd: Fix memory leak in ccid-driver.Werner Koch1-9/+9
2022-04-13scd:p15: Improve the PIN prompt for Genua cards.Werner Koch1-4/+26
2022-04-11scd: Support for GeNUA cards.Werner Koch1-1/+10
2022-03-31scd,tpm2d: Fix for consistent use of socket FD.NIIBE Yutaka3-5/+5
2022-03-29scd,w32: Fix socket resource leak.NIIBE Yutaka1-23/+26
2022-03-15scd: Fix DEVINFO with no --watch.NIIBE Yutaka2-2/+2
2022-03-11Fix previous commit.NIIBE Yutaka1-1/+4
2022-03-10scd: Enhance PASSWD command to accept KEYGRIP optionally.NIIBE Yutaka1-3/+8
2022-03-10scd: Use same idiom for same work.NIIBE Yutaka1-4/+4
2022-03-04scd: Fix PK_AUTH with --challenge-response option.NIIBE Yutaka2-3/+6
2022-03-03scd: Add --challenge-response option to PK_AUTH for OpenPGP card.NIIBE Yutaka3-26/+201
2022-03-02scd: Let READKEY support --format=ssh option.NIIBE Yutaka1-16/+56
2022-02-21scd:p15: Used extended mode already for RSA 2048Werner Koch1-2/+2
2022-01-04scd,pcsc: Fix error handling for a reader with reader-port.NIIBE Yutaka1-5/+1
2021-11-15scd:openpgp: Support longer data for INTERNAL_AUTHENTICATE.NIIBE Yutaka1-0/+8
2021-11-12scd: Avoid memory leak.Jakub Jelen1-0/+1
2021-11-04scd: Add new OpenPGP card vendor.Werner Koch1-0/+1
2021-11-02scd: Simplify the loop of DEVINFO.NIIBE Yutaka1-11/+5
2021-10-29scd: Fix the previous commit.NIIBE Yutaka1-5/+1
2021-10-29scd: Modify DEVINFO behavior to support looping forever.NIIBE Yutaka3-79/+104
2021-10-05agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka2-4/+4
2021-09-09sm: Add LotW support to the key listingWerner Koch1-2/+2
2021-08-20scd: Don't release the context until list_finish for PC/SC.NIIBE Yutaka1-1/+8
2021-07-22scd: Small clean up for card access.NIIBE Yutaka2-10/+11
2021-07-22scd: Fix direct use of card with no ctrl->card_ctx.NIIBE Yutaka1-1/+1
2021-07-21scd: Fix access to list of cards (3/3).NIIBE Yutaka3-315/+315
2021-07-21scd: Fix access to list of cards (2/3).NIIBE Yutaka3-30/+28
2021-07-21scd: Fix access to list of cards (1/3).NIIBE Yutaka1-22/+115
2021-07-08scd: Silence compiler waring about unused args.Werner Koch2-0/+6
2021-07-06scd: Detect external interference when PCSC_SHARED.NIIBE Yutaka4-2/+72
2021-06-23scd:ccid: Handle LIBUSB_TRANSFER_OVERFLOW interrupt transfer.NIIBE Yutaka1-0/+5
2021-06-22scd:p15: Prepare AODF parsing for other authentication types.Werner Koch1-329/+372
2021-06-18scd:p15: Add pre-check for ascii-numeric PINs.Werner Koch1-1/+9
2021-06-18scd:p15: Add basic support for AET JCOP cards.Werner Koch1-5/+42
2021-06-18scd:p15: Handle cards with bad encoded path objects.Werner Koch1-12/+16
2021-06-18scd: Improve reading of binary records.Werner Koch3-11/+10
2021-06-17scd: Fix RESET handling.NIIBE Yutaka1-1/+5
2021-06-11scd: Support clearing of Reset Code by ''.NIIBE Yutaka1-2/+3
2021-06-10scd: Add new card vendor.Werner Koch1-0/+1
2021-06-08scd: Fix serial number detection for Yubikey 5.NIIBE Yutaka1-4/+5
2021-06-07scd: Fix READER-PORT option handling for PC/SC.NIIBE Yutaka1-17/+27
2021-05-28scd: Fix zero-byte handling in ECC.NIIBE Yutaka1-11/+3
2021-05-20scd: avoid memory leaksJakub Jelen3-7/+14
2021-05-18scd:p15: Fix logic for appending product name to MANUFACTURER.Ingo Klöcker1-2/+2
2021-05-14scd: Remove wrong assertion and add protection to PCSC.COUNT.NIIBE Yutaka1-1/+2
2021-05-11A few minor code cleanups and typo fixes.Werner Koch1-1/+1
2021-05-11scd: Serialize READER_TABLE access for PC/SC.NIIBE Yutaka1-15/+19
2021-05-10scd: Fix close_pcsc_reader.NIIBE Yutaka1-9/+9
2021-05-10scd: Make sure releasing PC/SC context.NIIBE Yutaka1-6/+16
2021-05-07scd: Increment PCSC.COUNT correctly.NIIBE Yutaka1-2/+2