Hi.
My name is Kenichi Tanino. In some cases, I want to say two.
1.I report "SCR 3310-NTTCOM" works by my testting.
I develop yet another driver for "the Public Certification Service for
Individuals" (http://www.jpki.go.jp/index.html written in Japanese only) .
It's driver uses Muscle DDK.
see
http://multi-jpki-p11.sourceforge.jp/pukiwiki/index.php?%C6%B0%BA%EE%B3%CE%C7%A7IC%A5%AB%A1%BC%A5%C9
I report that IC card reader "SCR 3310
NTTCOM"(http://www.ntt.com/jpki/ japanese only) worked by CCID driver
and Windows PCSC Driver.
as follows:
# lsusb
Bus 005 Device 002: ID 04e6:511a SCM Microsystems, Inc.
->Info.list(Extract)
<key>ifdVendorID</key>
<array>
<string>0x04E6</string>
</array>
<key>ifdProductID</key>
<array>
<string>0x511A</string>
</array>
<key>ifdFriendlyName</key>
<array>
<string>SCM SCR 3310 NTTCom</string>
</array>
2.About the READERNAME length of pcsclite.h
I discovered the defect of pcsclite.
Token name : JPKI CERT
Slot name : SCM Microsystems Inc. SCR33x USB Smart Card Reader 0
Token id : 3BE000FF8131FE4514
Token state : 10422
Token type : 0004 token known
I am developing MuscleCard Driver. It is called JPKICERT.
The above-mentioned display MuscleCard Driver was created and it was
made to output by MuscleTools.
#define MAX_READERNAME 52
changed to
#define MAX_READERNAME 255
The length of "SCN Microsystems Inc.SCR33 x USB Smart Card Reader 0"
is 53 characters. Since there was "no 0", it did not work.
It is too long at 255. Which length is suitable?
[EMAIL PROTECTED]
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle