From: Sushma <sus...@gm...> - 2013-03-18 12:04:30
|
Thank you for the reply. > Simple curiosity, what is the motivation to develop a "minidriver based on OpenSC code"? I'm using the startup code of OpenSC and trying to add my card specific code in card-xxx.c and .h file. This would actually save a lot of time for me. > Only valid PKCS#15 on-card structure is needed, native or emulated. In this case, I may not be able to use the OpenSC code as my card does not support PKCS#15. I'm still researching other possibilities. I'll come back if I have any doubts? On Sun, Mar 17, 2013 at 1:24 AM, Viktor Tarasov <vik...@gm...>wrote: > 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. > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > Opensc-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensc-devel > |