gnupg/scd
NIIBE Yutaka 26b4a012e3 PC/SC pinpad support.
Before this change, it is layered like following:

	iso7816_verify
        iso7816_verify_kp
	apdu_send_simple, apdu_send_simple_kp
	...

After this change, it will be layered like:

	iso7816_verify      iso7816_verify_kp
        apdu_send_simple    apdu_keypad_verify
	...

and apdu_send_simple_kp will be deprecated.

For PC/SC API, we use:
  SCardControl API to compose CCID PC_to_RDR_Secure message
  SCardTransmit API to compose CCID PC_to_RDR_XfrBlock message

Considering the support of PC/SC, we have nothing to share between _kp
version of iso7816_* and no _kp version.
2011-11-28 16:16:38 +09:00
..
ChangeLog PC/SC pinpad support. 2011-11-28 16:16:38 +09:00
Makefile.am Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
apdu.c PC/SC pinpad support. 2011-11-28 16:16:38 +09:00
apdu.h PC/SC pinpad support. 2011-11-28 16:16:38 +09:00
app-common.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
app-dinsig.c PC/SC pinpad support. 2011-11-28 16:16:38 +09:00
app-geldkarte.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
app-help.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
app-nks.c PC/SC pinpad support. 2011-11-28 16:16:38 +09:00
app-openpgp.c PC/SC pinpad support. 2011-11-28 16:16:38 +09:00
app-p15.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
app.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
atr.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
atr.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
card-common.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
card-dinsig.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
card-p15.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
card.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
ccid-driver.c fix wLangId in ccid-driver.c 2011-03-02 16:52:27 +01:00
ccid-driver.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
command.c Made the KILLAGENT and KILLSCD commands working again. 2011-08-10 11:47:04 +02:00
iso7816.c PC/SC pinpad support. 2011-11-28 16:16:38 +09:00
iso7816.h PC/SC pinpad support. 2011-11-28 16:16:38 +09:00
pcsc-wrapper.c PC/SC pinpad support. 2011-11-28 16:16:38 +09:00
sc-copykeys.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
scdaemon.c Fixed set but unused variable bugs 2011-08-10 14:11:30 +02:00
scdaemon.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00