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