- added information about opensc
- using sc_transmit_apdu instead of my_transmit_apdu. fixing the opensc error is the better solution than implementing it twice (see http://www.opensc-project.org/opensc/ticket/209) git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@75 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
15
ccid/README
15
ccid/README
@@ -13,8 +13,9 @@ ccid has support for Password Authenticated Connection Establishment (PACE)
|
||||
using OpenPACE (see http://sourceforge.net/projects/openpace/). PACE is
|
||||
experimental and disabled by default. See file INSTALL how to compile it.
|
||||
|
||||
ccid is implemented using GadgetFS. The source code is based on the GadgetFS
|
||||
example at http://www.linux-usb.org/gadget/.
|
||||
ccid is implemented using GadgetFS. Some fragments of the source code is based
|
||||
on the GadgetFS example at http://www.linux-usb.org/gadget/ and on the source
|
||||
code of the OpenSC tools.
|
||||
|
||||
|
||||
INSTALLATION
|
||||
@@ -39,8 +40,17 @@ https://docs.openmoko.org/trac/ticket/2240).
|
||||
If you only use PACE for testing your card, you don't need gadgetfs.
|
||||
|
||||
|
||||
HINTS ON OPENSC
|
||||
-----------------
|
||||
|
||||
If ccid runs into a checking error, because the Le field of the APDU is 0 (as
|
||||
set for the General Authenticate APDU during PACE), you need to patch libopensc
|
||||
(see http://www.opensc-project.org/opensc/ticket/209)
|
||||
|
||||
|
||||
USAGE
|
||||
-----
|
||||
|
||||
When testing PACE with either PIN, CAN, MRZ or PUK, the program will be in
|
||||
interactive mode. Here you can enter APDUs which are to be converted according
|
||||
to the secure messaging parameter and to be sent to the card. Herefor insert
|
||||
@@ -50,7 +60,6 @@ the current selected file both of these forms would be valid:
|
||||
00B0020000
|
||||
|
||||
|
||||
|
||||
QUESTIONS
|
||||
---------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user