1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-26 10:59:58 +01:00
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
..
2011-12-02 21:57:32 +01:00
2011-12-02 21:57:32 +01:00
2011-12-02 21:57:32 +01:00
2011-12-02 21:57:32 +01:00
2011-12-02 21:57:32 +01:00
2011-10-13 17:09:29 +02: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-10-13 17:09:29 +02:00
2011-12-02 21:57:32 +01:00
2011-10-13 17:09:29 +02:00
2011-12-02 21:57:32 +01:00
2011-12-02 21:57:32 +01:00
2011-10-13 17:09:29 +02:00
2011-12-02 21:57:32 +01:00
2011-10-13 17:09:29 +02:00