aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-09scd:ccid: Revert the addition of libusb_clear_halt for EP_INTR.NIIBE Yutaka1-1/+0
2020-12-08scd:yubikey: Fix support of Yubikey NEO.NIIBE Yutaka1-0/+3
2020-12-03scd:nks: Fix caching keygrip (more).NIIBE Yutaka1-5/+7
2020-12-03scd: Fix KEYINFO command with --data option.NIIBE Yutaka1-4/+3
2020-12-03scd:openpgp: Fix writing ECC key to card.NIIBE Yutaka1-6/+27
2020-11-30scd:nks: Minor additions to the basic IDLM application support.Werner Koch1-15/+25
2020-11-27scd: New getinfo sub-command apdu_strerror.Werner Koch2-15/+28
2020-11-27scd:ccid-driver: Fix pinpad error handling for cancel/timeout.NIIBE Yutaka4-2/+17
2020-11-26agent: Fix YK s/n and prettify the request card prompt for YubikeysWerner Koch2-34/+20
2020-11-26scd: Do not try to use a non-enabled app after card switching.Werner Koch1-2/+19
2020-11-26scd: Add special serialno compare for OpenPGP cards.Werner Koch2-10/+44
2020-11-26scd,nks: Fix caching keygrip.NIIBE Yutaka1-3/+4
2020-11-25scd:p15: Print the internal card type.Werner Koch1-0/+8
2020-11-25scd:p15: Improve support for some CardOS based cards.Werner Koch3-14/+68
2020-11-25scd: Rework the handling of the displayed serial number.Werner Koch5-119/+178
2020-11-25scd: Fix an error return for READKEY.NIIBE Yutaka1-0/+3
2020-11-25scd,nks: Fix SEGV for learn for older card.NIIBE Yutaka1-0/+1
2020-11-23doc: Fix typosGavin L. Rebeiro1-1/+1
2020-11-20Fix the previous comment changes help doc string.NIIBE Yutaka1-1/+1
2020-11-11scd: Do not print reader status change with --debug cardio.Werner Koch1-1/+1
2020-11-09card: Run factory-reset in locked stated.Werner Koch1-10/+10
2020-11-05scd: Use lock_slot for apdu_send_direct.NIIBE Yutaka1-1/+1
2020-11-05scd: Internal CCID driver: Fix a race condition on close.NIIBE Yutaka1-12/+25
2020-10-27scd: Handle canonical serialno and app specific serialno differently.NIIBE Yutaka3-8/+9
2020-10-26scd: Flush the cache when writing cert data object.NIIBE Yutaka1-0/+1
2020-10-26scd: Internal CCID driver thing only for SPR532.NIIBE Yutaka1-6/+14
2020-10-24scd: Internal CCID driver limiting only for SPR532.NIIBE Yutaka1-1/+1
2020-10-23common: Allow building with released libgpg-error.Werner Koch1-0/+1
2020-10-23scd: Handle Yubikey's multiple apps and serialno.NIIBE Yutaka3-7/+72
2020-10-23scd: Use app_get_serialno for app_getattr.NIIBE Yutaka1-1/+1
2020-10-23scd: Don't overwrite serialno for Yubikey.NIIBE Yutaka1-3/+10
2020-10-23scd,openpgp: Use app_get_serialno function to get SERIALNO.NIIBE Yutaka1-16/+17
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch1-4/+4
2020-09-30scd: Internal CCID driver: More fix for SPR532.NIIBE Yutaka1-4/+4
2020-09-30scd: Report any error for LEARN command.NIIBE Yutaka1-30/+67
2020-09-29scd: Internal CCID driver fix.NIIBE Yutaka1-2/+5
2020-09-29scd: Internal CCID driver: Call libusb_clear_halt at ccid_setup_intr.NIIBE Yutaka1-3/+1
2020-09-28scd: Internal CCID driver: Fix a failure path.NIIBE Yutaka1-0/+1
2020-09-28scd: Internal CCID: Handle LIBUSB_ERROR_TIMEOUT at ccid_get_atr.NIIBE Yutaka1-1/+2
2020-09-28scd: Internal CCID: Clear the handle after use.NIIBE Yutaka1-1/+5
2020-09-28scd: Change handling of SPR532 card reader.NIIBE Yutaka1-4/+17
2020-09-25scd: For PC/SC, send the ESC command at init for SPR532 reader.NIIBE Yutaka1-25/+32
2020-09-25scd: For SPR532, submit the ESCape command at initialization.NIIBE Yutaka1-14/+13
2020-09-24scd: Fix CCID internal driver for interrupt transfer.NIIBE Yutaka1-3/+36
2020-09-21scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch6-22/+98
2020-09-16scd: Clear PIN cache when changing key attributes.NIIBE Yutaka1-1/+4
2020-09-16scd: Clear caching PIN at KDF setup.NIIBE Yutaka1-0/+4
2020-09-16scd: Add better support for KDF feature.NIIBE Yutaka1-0/+7
2020-09-16gpg,scd: Fix handling of KDF feature.NIIBE Yutaka1-11/+23
2020-09-15scd: Fix the use case of verify_chv2 by CHECKPIN.NIIBE Yutaka1-21/+25