1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-21 14:47:03 +01:00
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
..
2011-11-28 16:16:38 +09:00
2011-11-28 16:16:38 +09:00
2011-11-28 16:16:38 +09:00
2011-11-28 16:16:38 +09:00
2011-11-28 16:16:38 +09:00
2011-02-04 12:57:53 +01:00
2011-02-04 12:57:53 +01:00
2007-07-04 19:49:40 +00:00
2011-02-04 12:57:53 +01:00
2011-03-02 16:52:27 +01:00
2011-11-28 16:16:38 +09:00
2011-11-28 16:16:38 +09:00
2011-11-28 16:16:38 +09:00
2011-11-28 16:16:38 +09:00
2011-08-10 14:11:30 +02:00