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/
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
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
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
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,
>