1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-11-04 20:38:50 +01:00
gnupg/scd
NIIBE Yutaka 4fe024cf33 SCD: API cleanup for keypad handling.
* scd/iso7816.h (struct pininfo_s): Rename from iso7816_pininfo_s.
Change meaning of MODE.
(pininfo_t): Rename from iso7816_pininfo_t.
* scd/sc-copykeys.c: Include "iso7816.h".
* scd/scdaemon.c, scd/command.c: Likewise.
* scd/ccid-driver.c: Include "scdaemon.h" and "iso7816.h".
(ccid_transceive_secure): Follow the change of PININFO_T.
* scd/app.c: Include "apdu.h" after "iso7816.h".
* scd/iso7816.c (iso7816_check_keypad, iso7816_verify_kp)
(iso7816_change_reference_data_kp): Follow the change of API.
* scd/apdu.c (struct reader_table_s): Change API of CHECK_KEYPAD,
KEYPAD_VERIFY, KEYPAD_MODIFY to have arg of PININFO_T.
(check_pcsc_keypad, check_ccid_keypad): Likewise.
(apdu_check_keypad, apdu_keypad_verify, apdu_keypad_modify): Likewise.
(pcsc_keypad_verify, pcsc_keypad_modify, ct_send_apdu)
(pcsc_send_apdu_direct,  pcsc_send_apdu_wrapped, pcsc_send_apdu)
(send_apdu_ccid, ccid_keypad_operation, my_rapdu_send_apdu, send_apdu)
(send_le): Follow the change of API.
* scd/apdu.h (apdu_check_keypad, apdu_keypad_verify)
(apdu_keypad_modify): Change the API.
* scd/app-dinsig.c, scd/app-nks.c, scd/app-openpgp.c: Follow the
change.
2013-02-05 14:09:47 +09:00
..
apdu.c SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
apdu.h SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
app-common.h More support for Netkey cards. 2009-05-08 15:07:45 +00:00
app-dinsig.c SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
app-geldkarte.c Fix for extended length Le in decipher 2009-09-03 10:57:23 +00:00
app-help.c More support for Netkey cards. 2009-05-08 15:07:45 +00:00
app-nks.c SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
app-openpgp.c SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
app-p15.c A bunch of minor changes 2009-12-21 16:19:09 +00:00
app.c SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
atr.c Change default gpgsm cipher back to 3DES. 2009-02-09 10:25:41 +00:00
atr.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
card-common.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
card-dinsig.c Changed to GPLv3. 2007-07-04 19:49:40 +00:00
card-p15.c Use bin2hex if possible. 2008-11-03 10:54:18 +00:00
card.c Changed to GPLv3. 2007-07-04 19:49:40 +00:00
ccid-driver.c SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
ccid-driver.h SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-02 19:28:02 +01:00
command.c SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
iso7816.c SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
iso7816.h SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
Makefile.am Generate the ChangeLog from commit logs. 2011-12-02 19:28:02 +01:00
pcsc-wrapper.c scd: PC/SC pinpad support. (Backported from master.) 2012-06-25 10:04:22 +09:00
sc-copykeys.c SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
scdaemon.c SCD: API cleanup for keypad handling. 2013-02-05 14:09:47 +09:00
scdaemon.h SCD: Add option enable-keypad-varlen and support for GEMPC_PINPAD. 2013-02-05 14:05:07 +09:00