Re: [opensc-devel] Aladdin PRO 32k won't store PIN

2009-10-02 Thread Martin Paljak
Hi. On 02.10.2009, at 18:40, Jim Rees wrote: > I just returned to smart card work to find that Gemplus has killed my > favorite card, the Cryptoflex. So I bought some Aladdin PRO 32k > cards (not > usb tokens). But I can't get them to init. Any suggestions? ... > Here's the failure: > r-open

[opensc-devel] Aladdin PRO 32k won't store PIN

2009-10-02 Thread Jim Rees
I just returned to smart card work to find that Gemplus has killed my favorite card, the Cryptoflex. So I bought some Aladdin PRO 32k cards (not usb tokens). But I can't get them to init. Any suggestions? Here's the failure: manihiki# pkcs15-init -E manihiki# pkcs15-init -CT New Security Offic

[opensc-devel] [PATCH] Fix OpenSC PKCS#11 object grouping

2009-10-02 Thread Pierre Ossman
The logic in the current PKCS#11 library could not handle more advanced cards where it would incorrectly group objects into slots. This patch fixes two such issues: - A key pair can be used for multiple certificates, but a certificate can never use more than one key pair. Unfortunately the cod

Re: [opensc-devel] PKCS#11 and PKCS#15 with cyberflex 32k or 64k

2009-10-02 Thread gilles Bernabé
Hello, thanks it seems to work , i can see the certificates that are in my card (the 64k one) i have followed this tuto: http://www.unixgarden.com/index.php/securite/smartcards-applications for the part "apache et firefox" , i've done exactly the same i am able to recognize my card in firefox , w

Re: [opensc-devel] OpenSC on smartcardservices.macosforge.org? (Re: SCA for Snow Leopard)

2009-10-02 Thread Ludovic Rousseau
2009/10/2 Martin Paljak : > Bonjour, > > On 02.10.2009, at 13:45, Ludovic Rousseau wrote: > >> Hello, >> >> 2009/10/2 Martin Paljak : >>> >>> Maybe we should try >>> working with apple to get libopensc and the tokend to be included in OSX? >>>  http://smartcardservices.macosforge.org/ leaves me the

Re: [opensc-devel] OpenSC on smartcardservices.macosforge.org? (Re: SCA for Snow Leopard)

2009-10-02 Thread Martin Paljak
Bonjour, On 02.10.2009, at 13:45, Ludovic Rousseau wrote: > Hello, > > 2009/10/2 Martin Paljak : >> Maybe we should try >> working with apple to get libopensc and the tokend to be included >> in OSX? >> http://smartcardservices.macosforge.org/ leaves me the impression >> that >> maybe, just

[opensc-devel] PKCS15 link between certificate and private key...

2009-10-02 Thread François Leblanc
Hi, Can someone help, since we can have several certificate for a private key, how to retreive associate private key of a certificate? The ID isn't enougth, I can have a "0145" private key and two certificate "0345" and "0346" for example each one corresponding to my "0145" private key

[opensc-devel] OpenSC on smartcardservices.macosforge.org? (Re: SCA for Snow Leopard)

2009-10-02 Thread Ludovic Rousseau
Hello, 2009/10/2 Martin Paljak : > Maybe we should try > working with apple to get libopensc and the tokend to be included in OSX? >  http://smartcardservices.macosforge.org/ leaves me the impression that > maybe, just maybe, apple is also interested in working  *with* the open > source community

Re: [opensc-devel] pkcs15 init, problem with the profile

2009-10-02 Thread Aktiv Co. Aleksey Samsonov
Hi, Example (This is a circumstance worthy of being noted) $ pkcs15-init -E -C ... ... No PIN objects ... Create DF (Example PKCS15-AppDF: (rutoken_ecp.profile) acl = *=NONE, DELETE=___CHV2___) ... Create PIN ... Create DF (Example PKCS15-AODF: (rutoken_ecp.profile) acl = *=NEVER, READ=NONE, UPD

Re: [opensc-devel] pkcs15 init, problem with the profile

2009-10-02 Thread Aventra development
Hi! > Hi > > >We are trying to implement the pkcs15 initialization to the MyEID > cards and > >can't get it to work. > > > >(...) > > > > > > > >Does anybody know where the problem might be? > > > >Does the other drivers work when initializing a card, and is the ACL > set > >correctly? > > Yes i

Re: [opensc-devel] SCA for Snow Leopard

2009-10-02 Thread Martin Paljak
Hello, On 30.09.2009, at 18:19, Jean-Pierre Szikora wrote: > I've just commited 2 files (Makefile-SL and openssl-prep.sh) on SCA > trunk. I've developed and tested it on a freshly installed MacOSX > 10.6 and with the developer tools from the Installation DVD. SL is Intel only, so no PPC needed

Re: [opensc-devel] pkcs15 init, problem with the profile

2009-10-02 Thread François Leblanc
Hi >We are trying to implement the pkcs15 initialization to the MyEID cards and >can't get it to work. > >(...) > > > >Does anybody know where the problem might be? > >Does the other drivers work when initializing a card, and is the ACL set >correctly? Yes it's working fine... at least for me.