gnupg/scd
NIIBE Yutaka ca89277cb4 SCD: Clean up. Remove PADLEN for keypad input.
* scd/apdu.c (struct pininfo_s): Use iso7816_pininfo_s.
(struct reader_table_s): Remove last arg from check_keypad method.
(check_pcsc_keypad, check_pcsc_keypad): Remove PIN_PADLEN.
(pcsc_keypad_verify, pcsc_keypad_modify): Don't check PIN_PADLEN.
(send_apdu_ccid, ccid_keypad_operation): Remove PIN_PADLEN.
(apdu_check_keypad, apdu_keypad_verify, apdu_keypad_modify):
Likewise.

* scd/apdu.h (apdu_check_keypad, apdu_keypad_verify)
(apdu_keypad_modify): Remove PIN_PADLEN.

* scd/ccid-driver.c (ccid_transceive_secure): Remove PIN_PADLEN.

* scd/ccid-driver.h (ccid_transceive_secure): Remove PIN_PADLEN.

* scd/iso7816.c (iso7816_check_keypad, iso7816_verify_kp)
(iso7816_change_reference_data_kp): Remove PADLEN.

* scd/iso7816.h (struct iso7816_pininfo_s): Remove PADLEN, PADCHAR.
--
In the OpenPGPcard specification, password comes with no padding.  In
GnuPG, we support keypad input for OpenPGPcard only.  Thus, it is
useless to try to support padding for keypad input.
2013-02-05 13:35:44 +09:00
..
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
Makefile.am Fix left over use of jnlib on some platforms 2012-08-24 09:29:56 +02:00
apdu.c SCD: Clean up. Remove PADLEN for keypad input. 2013-02-05 13:35:44 +09:00
apdu.h SCD: Clean up. Remove PADLEN for keypad input. 2013-02-05 13:35:44 +09:00
app-common.h scd: Introduce a virtual reader table. 2011-12-13 16:55:42 +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 SCD: Fix the process of writing key or generating key. 2012-12-13 13:44:43 +09:00
app-p15.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
app.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
atr.c scd: Add option --dump-atr to command APDU. 2011-12-15 15:21:02 +01:00
atr.h scd: Add option --dump-atr to command APDU. 2011-12-15 15:21:02 +01: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 Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
ccid-driver.c SCD: Clean up. Remove PADLEN for keypad input. 2013-02-05 13:35:44 +09:00
ccid-driver.h SCD: Clean up. Remove PADLEN for keypad input. 2013-02-05 13:35:44 +09:00
command.c Revert SCD changes of 2010-05-03. 2012-12-04 10:48:20 +01:00
iso7816.c SCD: Clean up. Remove PADLEN for keypad input. 2013-02-05 13:35:44 +09:00
iso7816.h SCD: Clean up. Remove PADLEN for keypad input. 2013-02-05 13:35:44 +09:00
pcsc-wrapper.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
sc-copykeys.c Revert SCD changes of 2010-05-03. 2012-12-04 10:48:20 +01:00
scdaemon.c SCD: Add option enable-keypad-varlen and support for GEMPC_PINPAD. 2013-02-05 13:33:44 +09:00
scdaemon.h SCD: Add option enable-keypad-varlen and support for GEMPC_PINPAD. 2013-02-05 13:33:44 +09:00