Am Montag, 28. Januar 2008 14:57:15 schrieb Federico Guizzardi: > i'm trying to develop a util using openct but i do not find any docs about > its api so i need some help for using ct_card_write_memory.
Hi Frederico, the author of that code left the project years ago, and I don't remember anyone still using it, so not sure if I can help. maybe you can tell us what you want to do, so we can help? it's ok to use openct+opensc, especially for usb crypto tokens. but in general: if you want to write some new software, I strongly suggest to base it on pcsc-lite and the ccid driver, both actively maintained by ludovic rousseau. or base your software on to of opensc pkcs#11 module, maybe using libp11 or pkcs11-helper, if you want to talk to smart cards with pkcs#15 format, certificates and rsa crypto keys etc. if you want to access pure memory cards (like the functions indicates): no idea if that code in openct still works. I don't remember anyone on the mailing list still using in the past few years. Regards, Andreas _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
