aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-29scd: Extend an internal function to also return the algo.Werner Koch5-12/+19
2021-04-29scd: New function for iso7816 PSO_CSV.Werner Koch2-0/+64
2021-04-29scd: Extend iso7816_select_pathWerner Koch4-10/+19
2021-04-29scd: Add new status codes.Werner Koch3-0/+8
2021-04-29scd: Extend ISO binary and record reading functions.Werner Koch3-10/+38
2021-04-08scd: Fix CCID driver for SCM SPR332/SPR532.NIIBE Yutaka1-1/+13
2021-02-19scd: Change parameters of readkey fucntion pointer.Werner Koch4-7/+10
2021-02-19scd: Pass ctrl parameter to more app functions.Werner Koch7-39/+63
2021-02-19scd: Detect Yubikey and provide nicer display-s/n.Werner Koch3-11/+182
2021-02-19scd: Change the apptype from a string to an enum.Werner Koch8-26/+108
2021-02-19scd: Add some compatibility code for easier backporting.Werner Koch12-11/+39
2020-12-16scd:ccid: Call libusb_clear_halt in ccid_vendor_specific_setup.NIIBE Yutaka1-0/+1
2020-12-16scd:ccid: Revert the addition of libusb_clear_halt for EP_INTR.NIIBE Yutaka1-1/+0
2020-12-07scd:openpgp: Fix writing ECC key to card.NIIBE Yutaka1-6/+27
2020-12-04Backport of the new option parser from 2.3Werner Koch1-83/+61
2020-11-23doc: Fix typosGavin L. Rebeiro1-1/+1
2020-11-19scd:openpgp: Public keys should be available for check_keyidstr.NIIBE Yutaka1-0/+5
2020-11-16scd:openpgp: Drop support for GnuPG 1.Werner Koch1-36/+1
2020-11-16scd:openpgp: Allow keygrip to be used to reference a keyWerner Koch1-141/+129
2020-11-12scd: Skip unknown options in command SERIALNOWerner Koch1-0/+2
2020-11-11scd: Do not print reader status change with --debug cardio.Werner Koch1-1/+1
2020-11-10w32: Support Unicode also for config files etc.Werner Koch1-1/+1
2020-11-09scd: Internal CCID driver: Fix a race condition on close.NIIBE Yutaka1-12/+25
2020-11-09card: Run factory-reset in locked stated.Werner Koch1-10/+10
2020-10-26scd: Internal CCID driver thing only for SPR532.NIIBE Yutaka1-6/+14
2020-10-26scd: Internal CCID driver limiting only for SPR532.NIIBE Yutaka1-1/+1
2020-10-21Replace most of the remaining stdio calls by estream calls.Werner Koch1-4/+4
2020-10-06scd: Add a workaround for Yubikey.NIIBE Yutaka1-0/+6
2020-10-06scd: Silence compiler warning.NIIBE Yutaka1-3/+3
2020-10-06scd: Report any error for LEARN command.NIIBE Yutaka1-28/+63
2020-10-06scd: Internal CCID driver: More fix for SPR532.NIIBE Yutaka1-4/+4
2020-10-06scd: Internal CCID driver fix.NIIBE Yutaka1-2/+5
2020-10-06scd: Internal CCID driver: Call libusb_clear_halt at ccid_setup_intr.NIIBE Yutaka1-3/+1
2020-10-06scd: Internal CCID driver: Fix a failure path.NIIBE Yutaka1-0/+1
2020-10-06scd: Internal CCID: Handle LIBUSB_ERROR_TIMEOUT at ccid_get_atr.NIIBE Yutaka1-1/+2
2020-10-06scd: Change handling of SPR532 card reader.NIIBE Yutaka1-4/+17
2020-10-06scd: For SPR532, submit the ESCape command at initialization.NIIBE Yutaka1-14/+13
2020-10-06scd: Fix CCID internal driver for interrupt transfer.NIIBE Yutaka1-3/+36
2020-10-06scd: Better handling of timeout and time extension.NIIBE Yutaka1-7/+4
2020-10-06scd: Fix internal CCID driver, so that -DTEST works.NIIBE Yutaka1-41/+54
2020-10-06scd: ccid-driver: Initial getting ATR more robustly.NIIBE Yutaka1-18/+39
2020-10-06scd: Clean up the structure for future fix of PC/SC.NIIBE Yutaka3-18/+23
2020-10-06scd: Map some error codes from libusb to ccid-driver error codes.Werner Koch5-12/+57
2020-10-06scd: internal driver: Submit SET_INTERFACE control transfer.NIIBE Yutaka1-8/+6
2020-10-06scd: Internal CCID driver: Spelling cleanup.NIIBE Yutaka1-2/+2
2020-10-06scd: Internal CCID driver: Clean up backport from master.NIIBE Yutaka1-1/+1
2020-10-02w32: Add manifest files to most binariesWerner Koch3-3/+23
2020-10-02doc: Typo fixesWerner Koch1-1/+1
2020-09-16scd: Fix the use case of verify_chv2 by CHECKPIN.NIIBE Yutaka1-16/+20
2020-09-01scd: Fix a regression for OpenPGP card.NIIBE Yutaka1-0/+5