summaryrefslogtreecommitdiffstats
path: root/scd/apdu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: New option --debug-allow-pin-logging.Werner Koch2023-11-211-4/+4
* scd: Minor debug output tweakWerner Koch2023-11-161-1/+3
* scd: Fix cmd_apdu on error.NIIBE Yutaka2023-05-011-1/+1
* scd: Redact --debug cardio output of a VERIFY APDU.Werner Koch2022-11-171-2/+16
* scd: Fix use of SCardListReaders for PC/SC.NIIBE Yutaka2022-05-171-1/+1
* scd,pcsc: Fix error handling for a reader with reader-port.NIIBE Yutaka2022-01-041-5/+1
* scd: Don't release the context until list_finish for PC/SC.NIIBE Yutaka2021-08-201-1/+8
* scd: Improve reading of binary records.Werner Koch2021-06-181-8/+3
* scd: Fix READER-PORT option handling for PC/SC.NIIBE Yutaka2021-06-071-17/+27
* scd: Remove wrong assertion and add protection to PCSC.COUNT.NIIBE Yutaka2021-05-141-1/+2
* scd: Serialize READER_TABLE access for PC/SC.NIIBE Yutaka2021-05-111-15/+19
* scd: Fix close_pcsc_reader.NIIBE Yutaka2021-05-101-9/+9
* scd: Make sure releasing PC/SC context.NIIBE Yutaka2021-05-101-6/+16
* scd: Increment PCSC.COUNT correctly.NIIBE Yutaka2021-05-071-2/+2
* scd: Fix memory leak for RDRNAME and serialize access.NIIBE Yutaka2021-05-071-2/+6
* scd: Fix declarations for PC/SC access.NIIBE Yutaka2021-05-071-2/+2
* scd: Recover the partial match for PORTSTR for PC/SC.NIIBE Yutaka2021-05-061-1/+2
* scd: When reader is specified, make sure only open once.NIIBE Yutaka2021-05-061-0/+5
* scd: Fix PC/SC removed card problemWerner Koch2021-04-291-0/+11
* scd: Fix problem with reader list becoming empty.Werner Koch2021-04-281-21/+23
* scd: Fix memory leaks.Jakub Jelen2021-04-131-0/+4
* scd: Replace all assert macros by the log_assert macro.Werner Koch2021-03-311-9/+8
* scd: Fix PC/SC error handling at apdu_dev_list_start.NIIBE Yutaka2021-03-261-1/+3
* scd: New option --pcsc-shared.Werner Koch2021-03-121-2/+3
* scd:p15: Make it code work again for D-Trust cards.Werner Koch2021-02-231-0/+1
* scd: Define new status wordWerner Koch2021-01-271-0/+1
* scd: New getinfo sub-command apdu_strerror.Werner Koch2020-11-271-2/+7
* scd: Do not print reader status change with --debug cardio.Werner Koch2020-11-111-1/+1
* scd: Use lock_slot for apdu_send_direct.NIIBE Yutaka2020-11-051-1/+1
* scd: Internal CCID: Clear the handle after use.NIIBE Yutaka2020-09-281-1/+5
* scd: For PC/SC, send the ESC command at init for SPR532 reader.NIIBE Yutaka2020-09-251-25/+32
* scd: Increase the number of supported readers from 4 to 16.Werner Koch2020-09-041-1/+2
* scd: Log info about CCIDs with permission problems.Werner Koch2020-08-121-3/+13
* scd: Map some error codes from libusb to ccid-driver error codes.Werner Koch2020-08-121-0/+7
* scd: Fix closing reader and reeleasing context in PC/SC.NIIBE Yutaka2020-07-171-0/+7
* scd: PC/SC: Don't release the context when it's in use.NIIBE Yutaka2020-07-171-1/+1
* scd: Shorten cardio debug output for all zeroes.Werner Koch2020-06-291-4/+33
* scd,pcsc: Use HANDLE for context and card.NIIBE Yutaka2019-09-171-28/+34
* scd: Remove old fallback logic from CCID to PC/SC.NIIBE Yutaka2019-09-121-12/+5
* scd,pcsc: Support "reader-port" option for PC/SC reader.NIIBE Yutaka2019-09-121-29/+34
* scd,pcsc: Remove the restriction of no-scanning in PC/SC.NIIBE Yutaka2019-09-121-10/+1
* scd,pcsc: Fix examining the list of readers.NIIBE Yutaka2019-09-111-5/+13
* scd,pcsc: Fix for initializing PC/SC.NIIBE Yutaka2019-09-111-9/+13
* scd,pcsc: Support multiple card readers.NIIBE Yutaka2019-09-111-180/+217
* scd,pcsc: Use a single context.NIIBE Yutaka2019-09-111-26/+46
* scd: Clean up the structure for future fix of PC/SC.NIIBE Yutaka2019-09-111-9/+9
* scd: Remove fallback mechanism to PC/SC.NIIBE Yutaka2019-08-071-8/+2
* scd: Remove useless GNUPG_SCD_MAIN_HEADER macro.Werner Koch2019-07-121-4/+2
* scd: Fix for SCARD_IO_REQUEST structure.NIIBE Yutaka2019-05-211-0/+5
* scd: Remove unused cruft from GnuPG 1.xWerner Koch2019-05-161-16/+6