Re: [opensc-devel] No signatures with message recovery in our pkcs11]

2006-10-31 Thread Martin Paljak
On 30.10.2006, at 23:30, Stef Hoeben wrote: (More specifically, set the SIGNRECOVER and VERIFYRECOVER flags to false, untill some needs it and implements it. Any objections? It fixes the problem, no. Also about http://www.opensc-project.org/opensc/ticket/71: perhaps it's better to add a

Re: [opensc-devel] Wrong dialogue to enter PIN at Keypad

2006-10-31 Thread Priit Randla
Johannes Becker wrote: Hello, My cardreader's Keypad works with opensc-0.11.1-svn-r3042, when adding "enable_pinpad = true;" to opensc.conf. But there is a wrong dialogue to enter the PIN. Using firefox you are requested to enter the PIN via the PC's keyboard. As soon as you enter "return", the

Re: [opensc-devel] Wrong dialogue to enter PIN at Keypad

2006-10-31 Thread Johannes Becker
Hi, Martin Paljak schrieb: What cardreader? Kobil CT_KAAN Advanced, (CCID) But there is a wrong dialogue to enter the PIN. This is currently so by (missing) design. Firefox has no GUI related knowledge of pinpad readers. Kobil's own drivers provide a special dialogue for pinpad readers usi

Re: [opensc-devel] OpenSC Java problem

2006-10-31 Thread OZER METIN
Thanks for your answer; However, I have all these dll's in may library path and I can load them using System.loadLibrary("opensc-pkcs11"); System.loadLibrary("pkcs15init"); System.loadLibrary("libeay32"); System.loadLibrary("libssl32"); I look for dependecies using dependecy walker, but it

Re: [opensc-devel] Netkey-card with multiple certs per private key

2006-10-31 Thread Christian Horn
Hi, On Mon, Oct 30, 2006 at 10:52:03PM +0100, Peter Koch wrote: > I like to hear from people that use my TCOS emulation :-) Some people use it here, with the modification we can use stock OpenSC, OpenCT/pcscd and have only to patch one application. > > Sounds like a nice solution, but its curren

Re: [opensc-devel] Netkey-card with multiple certs per private key

2006-10-31 Thread Christian Horn
On Mon, Oct 30, 2006 at 10:52:03PM +0100, Peter Koch wrote: > > Sounds like a nice solution, but its currently not implemented: > > the certs with id 47 are looked up in files df01c200 and df0143b1 > > so OpenSwan grabs the first one but i need the latter one. > > It was a suggestion only. Seems t

Re: [opensc-devel] Netkey-card with multiple certs per private key

2006-10-31 Thread Andreas Steffen
Christian Horn wrote: > Hi, > > > sorry to bug you again with this issue, but i want to > clean stuff up here. > > Using a Netkey-card that speaks TCOS2 i authenticate to firewalls > with OpenSwan as application. > The card has 4 keys (id 45-48) and 6 certs (id 45,45,46,47,47,48). > Accessing th

Re: [opensc-devel] Netkey-card with multiple certs per private key

2006-10-31 Thread Peter Koch
Hi Andreas! > Try strongSwan from http://www.strongswan.org which has a regular > PKCS#11 smartcard interface and allows to select certificates > according to position e.g. > > leftcert=%smartcard#4 > > which is the fourth certificate in the enumeration shown by > > ipsec listcards > > Rea

Re: [opensc-devel] OpenSC Java problem

2006-10-31 Thread Wolfgang Glas
Am Dienstag, 31. Oktober 2006 13:01 schrieb OZER METIN: > Thanks for your answer; > > However, I have all these dll's in may library path and I can load them > using > > System.loadLibrary("opensc-pkcs11"); > System.loadLibrary("pkcs15init"); > System.loadLibrary("libeay32"); > System.loadLibrary("