aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-14scd: Handle error of SCardStatus.gniibe/pcsc-get-statusNIIBE Yutaka1-0/+2
2021-05-14scd: Fix possible race for watching thread doesn't exit.NIIBE Yutaka1-3/+12
2021-05-14scd: Change the exit condition of pcsc_thread.NIIBE Yutaka1-1/+1
2021-05-14scd: Remove wrong assertion and add protection to PCSC.COUNT.NIIBE Yutaka1-1/+2
2021-05-14scd: Release the context for pcsc_thred.NIIBE Yutaka1-0/+1
2021-05-13scd: Use the thread to monitor PC/SC card status change.NIIBE Yutaka1-7/+49
2021-05-13scd: Use SCardStatus for pcsc_get_status.NIIBE Yutaka1-53/+9
2021-05-13scd: Handle the error code of PCSC_E_READER_UNAVAILABLE.NIIBE Yutaka1-0/+1
2021-05-13scd: Add a thread for PS/SC which blocks at SCardGetStatusChange.NIIBE Yutaka1-0/+72
2021-05-13scd: Protect PCSC.CONTEXT in apdu_dev_list_start.NIIBE Yutaka1-0/+6
2021-05-11A few minor code cleanups and typo fixes.Werner Koch1-1/+1
2021-05-11scd: Serialize READER_TABLE access for PC/SC.NIIBE Yutaka1-15/+19
2021-05-10scd: Fix close_pcsc_reader.NIIBE Yutaka1-9/+9
2021-05-10scd: Make sure releasing PC/SC context.NIIBE Yutaka1-6/+16
2021-05-07scd: Increment PCSC.COUNT correctly.NIIBE Yutaka1-2/+2
2021-05-07scd: Fix memory leak for RDRNAME and serialize access.NIIBE Yutaka1-2/+6
2021-05-06scd: Fix declarations for PC/SC access.NIIBE Yutaka1-2/+2
2021-05-06scd: Recover the partial match for PORTSTR for PC/SC.NIIBE Yutaka1-1/+2
2021-05-06scd: When reader is specified, make sure only open once.NIIBE Yutaka1-0/+5
2021-04-29scd: Fix PC/SC removed card problemWerner Koch1-0/+11
2021-04-28scd:p15: Fix the name of a card.Werner Koch1-1/+1
2021-04-28scd: Fix problem with reader list becoming empty.Werner Koch2-22/+26
2021-04-27scd: Fix unblock PIN by a Reset Code with KDF.Kirill Elagin1-1/+1
2021-04-25scd:p15: Fix last commit and improve D-TRUST detection.Werner Koch1-7/+16
2021-04-25scd:p15: Shorten the displayed s/n of RSCS cardsWerner Koch1-1/+9
2021-04-22scd: Fix PSO_CSV for 512 bit curvesWerner Koch1-6/+20
2021-04-20Support log-file option from common.conf for all daemon.Werner Koch1-0/+12
2021-04-16scd:p15: Support attribute KEY-FPR.Werner Koch1-5/+170
2021-04-13scd: Fix memory leaks.Jakub Jelen2-1/+5
2021-04-12scd:p15: Match private keys with certificates also by labels.Werner Koch1-28/+59
2021-04-08scd:nks: Handle APP_READKEY_FLAG_INFO.Werner Koch1-62/+117
2021-04-08scd: Fix duplicate output of KEYPAIRINFO by readkey command.Werner Koch2-12/+14
2021-04-08scd: Fix CCID driver for SCM SPR332/SPR532.NIIBE Yutaka1-1/+13
2021-04-01scd: New flag --reread for LEARNWerner Koch3-39/+101
2021-04-01scd:p15: New flag APP_LEARN_FLAG_REREAD.Werner Koch2-27/+73
2021-03-31scd: Replace all assert macros by the log_assert macro.Werner Koch9-44/+35
2021-03-30scd:p15: Return labels for keys and certificates.Werner Koch2-1/+43
2021-03-30scd:p15: For CardOS make use of ISO7816_VERIFY_NOT_NEEDED.Werner Koch1-11/+17
2021-03-30scd:p15: Return the creation time of the keys.Werner Koch1-0/+32
2021-03-29scd:p15: Make RSA with SHA512 work with CardOS.Werner Koch1-121/+117
2021-03-29scd:p15: Support ECDSA and ECDH for CardOS.Werner Koch4-102/+378
2021-03-26scd: Fix PC/SC error handling at apdu_dev_list_start.NIIBE Yutaka1-1/+3
2021-03-24scd:p15: Make $SIGNKEY et al determination more fault tolerant.Werner Koch1-16/+21
2021-03-19scd:openpgp: Allow reading and writing user certs for keys 1 and 2Werner Koch3-22/+126
2021-03-19scd:openpgp: Rename an internal variable.Werner Koch1-13/+14
2021-03-19scd:openpgp: Small speedup reading card properties.Werner Koch1-2/+18
2021-03-18scd:p15: Allow to use an auth object label with cmd CHECKPIN.Werner Koch2-21/+46
2021-03-18scd:p15: New attribute CHV-LABEL.Werner Koch1-18/+41
2021-03-16scd:p15: Implement CHV-STATUS attributeWerner Koch3-8/+119
2021-03-15scd: Add handling of Ed448 key.NIIBE Yutaka1-13/+12