aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-09-11scd:piv: Avoid conflict when writing a cert.Werner Koch1-1/+63
2020-09-10scd: Flush KDF DO (0x00F9) when it's being set.NIIBE Yutaka1-3/+3
2020-09-08scd: Add a workaround for Yubikey.NIIBE Yutaka1-0/+3
2020-09-07scd: Fix handling 0x00FA to support OpenPGP card 3.4.NIIBE Yutaka1-1/+1
2020-09-04scd: Increase the number of supported readers from 4 to 16.Werner Koch2-2/+3
2020-09-04scd: Support GET DATA response with no header for DO 0x00FA.NIIBE Yutaka1-25/+28
2020-09-04scd: Parse "Algorithm Information" data object in scdaemon.NIIBE Yutaka1-2/+106
2020-09-03scd: Add handling of "Algorithm Information" DO.NIIBE Yutaka1-0/+2
2020-08-27scd: New option to APDU command to return the ATR as data.Werner Koch1-2/+16
2020-08-27scd: Fix reading of the ATR for card type detection.Werner Koch1-1/+1
2020-08-27scd: Add heuristics to identify cardtype.NIIBE Yutaka2-3/+23
2020-08-27scd: Add condition for VERIFY with 0x82.NIIBE Yutaka1-4/+9
2020-08-19scd: Fix possible uninitialized variables.NIIBE Yutaka2-8/+8
2020-08-12scd: Log info about CCIDs with permission problems.Werner Koch1-3/+13
2020-08-12scd: Map some error codes from libusb to ccid-driver error codes.Werner Koch5-12/+57
2020-08-10scd:piv: Allow signing using PSS.Werner Koch1-1/+10
2020-08-10agent: Add option --pss to pksign to be used by smartcards.Werner Koch1-1/+3
2020-07-31scd: Silence compiler warning.NIIBE Yutaka1-3/+3
2020-07-17scd: Fix closing reader and reeleasing context in PC/SC.NIIBE Yutaka1-0/+7
2020-07-17scd: PC/SC: Don't release the context when it's in use.NIIBE Yutaka1-1/+1
2020-07-02scd:nks: Implement writecert for the Signature card v2.Werner Koch3-8/+133
2020-06-30scd:nks: Fix certificate read problem with TCOS signature card v2.Werner Koch1-0/+2
2020-06-30scd: Change how the removed card flag is set.Werner Koch1-13/+14