[Muscle] read smart card with C++
Ludovic Rousseau
ludovic.rousseau at gmail.com
Fri Jun 19 06:34:48 PDT 2009
2009/6/19 Aro RANAIVONDRAMBOLA <razuki at hotmail.fr>:
> 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
More information about the Muscle
mailing list