From: Viktor T. <vik...@gm...> - 2013-03-16 19:54:48
|
Hello, Le 14/03/2013 10:33, Sushma a écrit : > I'm developing a smart card mini driver based on OpenSC code. I have few basic questions regarding the smart card. OpenSC has it's own mini driver. Simple curiosity, what is the motivation to develop a "minidriver based on OpenSC code"? > 1. Can I use blank card (empty content) for testing with OpenSC mini driver code? If not, what should be the initial content of smart card? > 2. Can I use OpenSC mini driver for non-PKCS#15 smart cards? > Card has to be supported by the OpenSC core. Minidriver of OpenSC uses the internal PKCS#15 framework; the same framework is used by OpenSC PKCS#11 module. > 1. If not, where can I procure sample PKCS#15 cards? > 2. Does OpenSC mini driver support PKCS#11 smart cards? > 3. The card I'm using at this moment is a non-standard card. Can I still use the OpenSC mini driver code where I can implement card-xxx.c/.h which contains my card specific details? > You have to implement card-xxx.[c,h]. Only valid PKCS#15 on-card structure is needed, native or emulated. > Any answers would help me understand better. > > Thanks and Regards, > Sushma Kind wishes, Viktor. |