1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-06 03:19:21 +02:00
gnupg/scd
NIIBE Yutaka a4ff2f4fdf 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-12-02 21:57:32 +01:00
..
apdu.c PC/SC pinpad support. 2011-12-02 21:57:32 +01:00
apdu.h PC/SC pinpad support. 2011-12-02 21:57:32 +01: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-12-02 21:57:32 +01: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-12-02 21:57:32 +01:00
app-openpgp.c PC/SC pinpad support. 2011-12-02 21:57:32 +01:00
app-p15.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
app.c Initial port to Npth. 2011-10-13 17:09:29 +02: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 Initial port to Npth. 2011-10-13 17:09:29 +02:00
ccid-driver.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
ChangeLog PC/SC pinpad support. 2011-12-02 21:57:32 +01:00
command.c Initial port to Npth. 2011-10-13 17:09:29 +02:00
iso7816.c PC/SC pinpad support. 2011-12-02 21:57:32 +01:00
iso7816.h PC/SC pinpad support. 2011-12-02 21:57:32 +01:00
Makefile.am Initial port to Npth. 2011-10-13 17:09:29 +02:00
pcsc-wrapper.c PC/SC pinpad support. 2011-12-02 21:57:32 +01:00
sc-copykeys.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
scdaemon.c Initial port to Npth. 2011-10-13 17:09:29 +02:00
scdaemon.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00