aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-30scd: Support OpenPGP card V3 for RSA.NIIBE Yutaka1-23/+34
2016-11-30scd: Fix receive buffer size.NIIBE Yutaka1-2/+3
2016-11-30scd: Don't limit to ST-2xxx for PC/SC.NIIBE Yutaka1-1/+5
2016-11-30scd: Fix status info encoding.NIIBE Yutaka1-1/+2
2016-11-30scd: minor cleanup to merge other works.NIIBE Yutaka3-42/+35
2016-11-30scd: Fix an action after card removal.NIIBE Yutaka1-4/+2
2016-11-30scd: Release the card reader after card removal.NIIBE Yutaka1-1/+4
2016-11-30scd: Clean up unused shutdown method.NIIBE Yutaka3-103/+0
2016-11-29scd: Fix card removal/reset on multiple contexts.NIIBE Yutaka2-37/+44
2016-11-29scd: Fix race conditions for release_application.NIIBE Yutaka1-4/+6
2016-11-29scd: Make option --homedir work.Werner Koch1-0/+1
2016-11-29scd: More fix of error return path.NIIBE Yutaka1-2/+2
2016-11-29scd: Improve error handling.Justus Winter1-1/+1
2016-11-29scd: Fix error handling with libusb-compat library.NIIBE Yutaka1-7/+12
2016-11-29scd: Handle error correctly.NIIBE Yutaka1-5/+5
2016-11-29scd: KEYNO cleanup.NIIBE Yutaka1-30/+33
2016-11-29scd: Use cipher.h for constants.NIIBE Yutaka2-7/+9
2016-06-19scd: Reset nonnull_nad to zero for VENDOR_GEMPC.Niibe Yutaka1-1/+1
2015-12-15scd: Fix commit 9a9bfd77.NIIBE Yutaka1-0/+1
2015-12-15scd: Fix removal of unplugged usb readers on Windows.Daniel Hoffend1-0/+3
2015-12-15scd: Simplify saving application context.NIIBE Yutaka1-61/+41
2015-12-15scd: Fix "Conflicting usage" bug.NIIBE Yutaka3-27/+13
2015-09-17scd: Fix ccid-driver timeout for OpenPGPcard v2.1.NIIBE Yutaka1-3/+6
2015-06-23scd: pinpad workaround for PC/SC implementations.NIIBE Yutaka1-4/+12
2015-06-23scd: Fix Cherry ST-2000 support for pinpad input.NIIBE Yutaka2-6/+16
2015-05-01scd: PC/SC reader selection by partial string match.NIIBE Yutaka2-10/+21
2015-04-15scd: better handling of extended APDU.NIIBE Yutaka3-83/+87
2015-04-15scd: Fix possible NULL deref in apdu.cWerner Koch1-3/+7
2015-02-12Use inline functions to convert buffer data to scalars.Werner Koch4-26/+24
2015-01-25Remove incorrect expression leading to errors.Joshua Rogers1-1/+1
2015-01-13scd: Avoid double-free on error condition in scdDaniel Kahn Gillmor1-4/+2
2015-01-09scd: Fix possibly inhibited checkpin of the admin pin.Werner Koch1-1/+1
2015-01-08scd: fix get_public_key for OpenPGPcard v1.0.Joshua Rogers1-1/+1
2014-07-21scd: Allow for certificates > 1024 with PC/SC.Andreas Schwier1-1/+1
2014-06-27scd: Support reader Gemalto IDBridge CT30Werner Koch1-0/+6
2014-06-24Remove thread callbacks for libgcrypt >= 1.6.Werner Koch1-2/+9
2014-06-24Improve configure option --with-libgpg-error-prefixWerner Koch1-2/+2
2014-03-12scd: Skip S/N reading for the "undefined" application.Werner Koch1-64/+79
2013-11-27scd: Fix two compiler warnings.Werner Koch2-129/+129
2013-11-13scd: more pinpad input fix for PC/SC.NIIBE Yutaka1-10/+5
2013-11-11scd: more pinpad fix.NIIBE Yutaka1-8/+5
2013-10-29scd: pinpad fix for PC/SC on Windows.NIIBE Yutaka1-1/+8
2013-10-25scd: fix pinpad input on Windows.NIIBE Yutaka1-1/+2
2013-10-16scd: add pinpad readers information for PC/SC service.NIIBE Yutaka1-11/+26
2013-10-15scd: remove pin length check.NIIBE Yutaka1-6/+0
2013-08-30scd: PC/SC pinpad input improvement.NIIBE Yutaka1-62/+168
2013-08-29scd: add support for RSA_CRT and RSA_CRT_N key import.Jonas Borgström1-7/+68
2013-08-27scd: fix parsing login-data DO.NIIBE Yutaka1-12/+13
2013-08-27scd: fix Vega for Alpha reader.NIIBE Yutaka1-2/+6
2013-08-21scd: Make SPRx32 pinpad work with PC/SC on Windows.Werner Koch1-7/+27