2009/6/19 Aro RANAIVONDRAMBOLA <[email protected]>: > I work on a project using red hat linux. > I have to make program in C++ which can read / write certificate onto smart > card : GemSafe classic TPC. > I have got pcsc-lite. I can get ATR, no problem. > But now I want to read certificate. What kind of tool or/and library can > make that.
You should use a PKCS#11 library. Ask your smart card provider for one or try to use OpenSC [3] with your card. Then study the PKCS#11 API or use a higher level API like libp11 [1] or pkcs11-helper [2]. Bye [1] http://www.opensc-project.org/libp11/ [2] http://www.opensc-project.org/pkcs11-helper/ [3] http://www.opensc-project.org/opensc/ -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
