aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Fix cmd_apdu on error.NIIBE Yutaka2023-05-101-1/+1
* scd: Improve reading of binary records.Werner Koch2023-02-171-8/+3
* scd: Redact --debug cardio output of a VERIFY APDU.Werner Koch2022-11-171-2/+16
* scd: Shorten cardio debug output for all zeroes.Werner Koch2022-06-011-4/+33
* scd: Fix use of SCardListReaders for PC/SC.NIIBE Yutaka2022-05-171-1/+1
* scd: Use lock_slot for apdu_send_direct.NIIBE Yutaka2022-02-171-1/+1
* scd: Also prefer Yubikeys if no reader port is given.Werner Koch2022-01-251-1/+2
* scd: More conservative selection of a card reader.NIIBE Yutaka2021-11-101-1/+1
* scd: Select a reader for PC/SC.NIIBE Yutaka2021-10-221-4/+76
* scd: Remove context reference counting from pc/scWerner Koch2021-09-141-22/+16
* scd: Support PC/SC for "getinfo reader_list".Werner Koch2021-09-081-0/+45
* scd: Fix possible assertion in close_pcsc_reader.Werner Koch2021-09-071-6/+12
* scd: Release memory for RDRNAME.NIIBE Yutaka2021-05-211-0/+2
* scd,pcsc: Use a single context.NIIBE Yutaka2021-05-071-150/+167
* scd: Fix possible PC/SC removed card problemWerner Koch2021-05-041-0/+12
* scd: Add string for another PC/SC error code.Werner Koch2021-05-041-0/+2
* scd: New option --pcsc-shared.Werner Koch2021-04-291-2/+3
* scd: Add new status codes.Werner Koch2021-04-291-0/+4
* scd: Do not print reader status change with --debug cardio.Werner Koch2020-11-111-1/+1
* scd: Clean up the structure for future fix of PC/SC.NIIBE Yutaka2020-10-061-9/+9
* scd: Map some error codes from libusb to ccid-driver error codes.Werner Koch2020-10-061-0/+7
* common: Change argument order of log_printhex.Werner Koch2020-05-121-10/+10
* scd: Distinguish cancel by user and protocol error.NIIBE Yutaka2019-02-191-1/+2
* scd: One new and one improved 7816 function.Werner Koch2019-01-221-10/+20
* scd: Support "acknowledge button" feature.NIIBE Yutaka2018-12-181-0/+34
* scd: Add support for Trustica Cryptoucan.Jiří Keresteš2018-07-291-2/+4
* scd: After fatal error, shutdown a reader.NIIBE Yutaka2018-03-131-0/+9
* scd: Fix typo in previous commit.NIIBE Yutaka2018-03-121-1/+1
* scd: More fix with PC/SC for Windows.NIIBE Yutaka2018-03-081-18/+20
* scd: Fix status check when using PC/SC.NIIBE Yutaka2018-03-081-3/+12
* scd: Enable card removal check after select_application.NIIBE Yutaka2017-11-211-2/+7
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* scd: Don't keep CCID reader open when card is not available.NIIBE Yutaka2017-04-071-8/+3
* Remove -I option to common.NIIBE Yutaka2017-03-071-5/+5
* scd: Clean up old code.NIIBE Yutaka2017-03-061-1145/+22
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* scd: Fix use case of PC/SC.NIIBE Yutaka2017-02-131-3/+11
* scd: Fix GetSlotStatus.NIIBE Yutaka2017-01-301-26/+18
* scd: Don't send GET_STATUS packet if not needed.NIIBE Yutaka2017-01-301-8/+19
* scd: Improve watching USB device removal.NIIBE Yutaka2017-01-271-18/+29
* scd: Only submit apdu_get_status when needed.NIIBE Yutaka2017-01-261-2/+9
* scd: Fix for --disable-ccid for scdaemon.NIIBE Yutaka2017-01-061-6/+7
* scd: Fix for --disable-ccid-driver.NIIBE Yutaka2017-01-061-1/+6
* scd: Support multiple readers by CCID driver.NIIBE Yutaka2017-01-061-56/+163
* scd: Fix a race condition for new_reader_slot.NIIBE Yutaka2016-12-291-23/+44
* scd: Simplify monitoring card removal.NIIBE Yutaka2016-12-281-97/+21
* scd: Fix receive buffer size.NIIBE Yutaka2016-11-221-2/+3
* scd: Don't limit to ST-2xxx for PC/SC.NIIBE Yutaka2016-11-171-1/+5
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Fix typos.Justus Winter2016-10-271-1/+1