Re: [opensc-devel] OpenSSL OpenSC PKCS11 engine integration with 2 smart cards

2012-01-16 Thread Scott Thomas
>>Nope. IIUC, "slot" means "PIN" (or "authentication method"). You "log>>in" to >>a slot and then can use all the keys in that slot.>>So your card could easily >>have just one slot, containing up to 8 keys>>and certs. IIRC Aventra MyEID >>cards can handle 14(15?) different PINS>>(plus SO-PIN), s

Re: [opensc-devel] OpenSSL OpenSC PKCS11 engine integration with 2 smart cards

2012-01-16 Thread NdK
Il 16/01/2012 07:29, Scott Thomas ha scritto: > I am using Cryptoflex e-gate v4 32k card which contains 8 slots for > certificates. I have tried slot0-id_45 to slot7-id_45. > On slot 0 it works fine but from slot 1-7 it gives error of empty slot > which means that other 7 slots will must work fine

Re: [opensc-devel] OpenSSL OpenSC PKCS11 engine integration with 2 smart cards

2012-01-15 Thread Scott Thomas
Bonjour Douglas E. Engert, >>The same engine could support more then one card by providing the slot.The >>-key could slot_nnn-id_45 where you would have to determine the slot >>nnn in some way. >>(I have not tried an OpenSSL application using 2 cards at the same time.) I am using Crypt

Re: [opensc-devel] OpenSSL OpenSC PKCS11 engine integration with 2 smart cards

2012-01-13 Thread Douglas E. Engert
On 1/12/2012 9:52 PM, Scott Thomas wrote: > Bonjour All Users, > > I have configured opensc with openssl and found this page very > helpful : http://www.opensc-project.org/engine_pkcs11/wiki/QuickStart > > with following config : > > openssl_conf= open

[opensc-devel] OpenSSL OpenSC PKCS11 engine integration with 2 smart cards

2012-01-12 Thread Scott Thomas
Bonjour All Users, I have configured opensc with openssl and found this page very helpful : http://www.opensc-project.org/engine_pkcs11/wiki/QuickStart with following config : openssl_conf= openssl_def [openssl_def] engines = engine_section [engine_section] pkcs11 = pkcs11_section [