Re: [opensc-devel] Signing with openssl and an iasecc card

2011-12-04 Thread Jean-Pierre Fortune
Hi Douglas, Effectively, there is no way to set a specific aid in pkcs11/engine_pkcs11/openssl chain. The "default" app is always chosen. My card's personalisation has to be reviewed. I will use the pkcs11/15 lib "directly" in the mean time. Thanks for the help. Best regards, -- Jean-Pierre 2011/

Re: [opensc-devel] help running opensc pkcs15-init with muscle applet (CardEdge) using Gemalto card

2011-12-04 Thread Joel Hockey
I've now been able to initialise the Muscle Applet, load a privkey/cert and use firefox for client ssl. The code change I had to make was in src/libopensc/pkcs15-pin.c to comment out a check for auth_info->path.len where the code then does sc_select_file which was failing since the card is blank

Re: [opensc-devel] Signing with openssl and an iasecc card

2011-12-04 Thread Viktor Tarasov
Hello Jean-Pierre, I guess that you are using the version of OpenSC where the implementation of IAS/ECC support was not completely finished. The multi-application aspects of IAS/ECC card where implemented in PKCS#11 only recently and are not yet ported into the main branch. You can try the gith

Re: [opensc-devel] Small minidriver fixes etc.

2011-12-04 Thread Viktor Tarasov
Hello, Le 02/12/2011 16:46, Hunter William a écrit : > I've attached a patch for some updates that I've made to Viktor's > secure-messaging branch. Sorry about the size and number of changes - I > didn't initially think that there would be so many. The commit details are > after this message. I

Re: [opensc-devel] opensc csp and windows

2011-12-04 Thread helpcrypto helpcrypto
a related issue i found some days ago related to windows public/private key handling. Not very close to the topic, but imho close enough to post (and ask). http://social.msdn.microsoft.com/Forums/en-AU/windowssecurity/thread/676746c1-f9d0-4590-87b6-6a2fbddd319f 2011/12/3 Hunter William : > Hi, >