aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-08-21scd: Improve --enable-pinpad-varlen.Werner Koch1-1/+7
2013-05-11Fix syntax error for building on APPLE.Werner Koch1-1/+1
2013-05-07w32: Add icons and version information.Ian Abbott2-2/+56
2013-04-23scd: Add pinpad support for REINER SCT cyberJack goNIIBE Yutaka1-1/+4
2013-04-23w32: Almost everywhere include winsock2.h before windows.h.Werner Koch1-1/+1
2013-04-22Ignore obsolete option --disable-keypad.Werner Koch1-0/+3
2013-04-01scd: move SCDaemon to libexecdir.NIIBE Yutaka1-3/+4
2013-03-26scd: PC/SC status fix.NIIBE Yutaka2-6/+10
2013-03-26scd: PC/SC cleanup (more).NIIBE Yutaka1-6/+6
2013-03-25scd: call update_card_removed only when detecting removal.NIIBE Yutaka1-4/+2
2013-03-22scd: PC/SC cleanup.NIIBE Yutaka2-109/+137
2013-03-21scd: change default value of pinpad maxlen.NIIBE Yutaka2-4/+5
2013-03-14scd: ccid-driver supporting larger APDU.NIIBE Yutaka1-1/+1
2013-02-08scd: Rename 'keypad' to 'pinpad'.NIIBE Yutaka12-120/+121
2013-02-05scd: Fix check_keypad_request.NIIBE Yutaka1-1/+1
2013-02-05scd: Clean up.NIIBE Yutaka2-22/+0
2013-02-05SCD: Add vendor specific initalization.NIIBE Yutaka1-1/+29
2013-02-05SCD: Support P=N format for login data.NIIBE Yutaka1-24/+24
2013-02-05SCD: Better interoperability.NIIBE Yutaka1-2/+2
2013-02-05SCD: Defaults to use pinpad if the reader has the capability.NIIBE Yutaka1-25/+25
2013-02-05SCD: handle keypad request on the card.NIIBE Yutaka1-6/+104
2013-02-05SCD: Minor fix of ccid-driver.NIIBE Yutaka1-1/+1
2013-02-05SCD: Add support of Covadis VEGA_ALPHA reader.NIIBE Yutaka1-93/+96
2013-02-05SCD: Support fixed length PIN input for keypad (PC/SC).NIIBE Yutaka2-23/+19
2013-02-05SCD: Support fixed length PIN input for keypad.NIIBE Yutaka6-22/+53