aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-dinsig.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-11-28PC/SC pinpad support.NIIBE Yutaka1-1/+1
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-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-35/+35
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
2009-07-10Fix for card keys > 2048 bit.Werner Koch1-1/+2
2009-03-18Add server option with-ephemeral-keys.Werner Koch1-1/+3
Extend SCD LEARN command.
2008-06-26Minor fixes.Werner Koch1-1/+1
2008-06-26Start support of TCOS 3 cards.Werner Koch1-10/+96
Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch1-17/+45
DINSIG and NKS card applications are now also PIN pad aware.
2006-09-06The big Assuan error code removal.Werner Koch1-1/+1
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-11-28Preparing an interim releaseWerner Koch1-5/+36
2005-05-18Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch1-10/+10
gpg-agent accordingly. Code cleanups.
2004-03-16* app-dinsig.c: Implemented. Based on app-nks.c and card-dinsig.cWerner Koch1-8/+306
* app-nks.c (get_length_of_cert): Removed. * app-help.c: New. (app_help_read_length_of_cert): New. Code taken from above. New optional arg R_CERTOFF. * card-dinsig.c: Removed. * card.c (card_get_serial_and_stamp): Do not bind to the old and never finsiged card-dinsig.c. * iso7816.c (iso7816_read_binary): Allow for an NMAX > 254.
2004-01-27Some minor bug fixes, new test utilities and started support for otherWerner Koch1-0/+129
smartcard applications.