I have two targets : 1. Create a PKCS7 message using certificate and private key store in aladdin etoken on Mac OS X 10.3 and 10.4. 2. Create a PKCS7 message using certificate and private key store in Mac OS X KeyChain Store.User can use Mac Tool that named Keychain Access to view the certifivate information.
First target is done, I use Libp11 and Engine_pkcs11 to get private key from etoken, and give this privative key to openssl, and openssl to create a PKCS7 message. Now I am doing second target. I can't find using Mac Native KeyChain API to create PKCS7 message. I suppose use Mac native keychain API get the certificate information and private key, and convert it to pkcs11 format. and then use same way with first target.is it possible? any suggestion? Thanks -Tommy -- View this message in context: http://www.nabble.com/Interfacing-eToken-Pro-OpenSC-with-Apple-Keychain-t362607.html#a3196269 Sent from the OpenSC - Dev forum at Nabble.com. _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
