summaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
* sm: Add LotW support to the key listingWerner Koch2021-09-091-2/+2
* scd: Don't release the context until list_finish for PC/SC.NIIBE Yutaka2021-08-201-1/+8
* scd: Small clean up for card access.NIIBE Yutaka2021-07-222-10/+11
* scd: Fix direct use of card with no ctrl->card_ctx.NIIBE Yutaka2021-07-221-1/+1
* scd: Fix access to list of cards (3/3).NIIBE Yutaka2021-07-213-315/+315
* scd: Fix access to list of cards (2/3).NIIBE Yutaka2021-07-213-30/+28
* scd: Fix access to list of cards (1/3).NIIBE Yutaka2021-07-211-22/+115
* scd: Silence compiler waring about unused args.Werner Koch2021-07-082-0/+6
* scd: Detect external interference when PCSC_SHARED.NIIBE Yutaka2021-07-064-2/+72
* scd:ccid: Handle LIBUSB_TRANSFER_OVERFLOW interrupt transfer.NIIBE Yutaka2021-06-231-0/+5
* scd:p15: Prepare AODF parsing for other authentication types.Werner Koch2021-06-221-329/+372
* scd:p15: Add pre-check for ascii-numeric PINs.Werner Koch2021-06-181-1/+9
* scd:p15: Add basic support for AET JCOP cards.Werner Koch2021-06-181-5/+42
* scd:p15: Handle cards with bad encoded path objects.Werner Koch2021-06-181-12/+16
* scd: Improve reading of binary records.Werner Koch2021-06-183-11/+10
* scd: Fix RESET handling.NIIBE Yutaka2021-06-171-1/+5
* scd: Support clearing of Reset Code by ''.NIIBE Yutaka2021-06-111-2/+3
* scd: Add new card vendor.Werner Koch2021-06-101-0/+1
* scd: Fix serial number detection for Yubikey 5.NIIBE Yutaka2021-06-081-4/+5
* scd: Fix READER-PORT option handling for PC/SC.NIIBE Yutaka2021-06-071-17/+27
* scd: Fix zero-byte handling in ECC.NIIBE Yutaka2021-05-281-11/+3
* scd: avoid memory leaksJakub Jelen2021-05-203-7/+14
* scd:p15: Fix logic for appending product name to MANUFACTURER.Ingo Klöcker2021-05-181-2/+2
* scd: Remove wrong assertion and add protection to PCSC.COUNT.NIIBE Yutaka2021-05-141-1/+2
* A few minor code cleanups and typo fixes.Werner Koch2021-05-111-1/+1
* 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:p15: Fix the name of a card.Werner Koch2021-04-281-1/+1
* scd: Fix problem with reader list becoming empty.Werner Koch2021-04-282-22/+26
* scd: Fix unblock PIN by a Reset Code with KDF.Kirill Elagin2021-04-271-1/+1
* scd:p15: Fix last commit and improve D-TRUST detection.Werner Koch2021-04-251-7/+16
* scd:p15: Shorten the displayed s/n of RSCS cardsWerner Koch2021-04-251-1/+9
* scd: Fix PSO_CSV for 512 bit curvesWerner Koch2021-04-221-6/+20
* Support log-file option from common.conf for all daemon.Werner Koch2021-04-201-0/+12
* scd:p15: Support attribute KEY-FPR.Werner Koch2021-04-161-5/+170
* scd: Fix memory leaks.Jakub Jelen2021-04-132-1/+5
* scd:p15: Match private keys with certificates also by labels.Werner Koch2021-04-121-28/+59
* scd:nks: Handle APP_READKEY_FLAG_INFO.Werner Koch2021-04-081-62/+117
* scd: Fix duplicate output of KEYPAIRINFO by readkey command.Werner Koch2021-04-082-12/+14
* scd: Fix CCID driver for SCM SPR332/SPR532.NIIBE Yutaka2021-04-081-1/+13
* scd: New flag --reread for LEARNWerner Koch2021-04-013-39/+101
* scd:p15: New flag APP_LEARN_FLAG_REREAD.Werner Koch2021-04-012-27/+73
* scd: Replace all assert macros by the log_assert macro.Werner Koch2021-03-319-44/+35