Re: [opensc-devel] converting .p15 files to X.509 or .p12

2006-11-19 Thread Eric Norman
On Nov 19, 2006, at 1:31 AM, Chaskiel Grundman wrote: It should be possible to construct an appropriate PKCS15Object from a PKCS#12 file, but I do not know of any publicly available code that does. Such code does not seem to be relevant to opensc. There is code down in pkcs15-init that will

Re: [opensc-devel] opensc broken?

2006-11-19 Thread Martin Paljak
Hi, On 19.11.2006, at 12:49, Andreas Jellinghaus wrote: solved: I need to set lock_login to true, otherwise the engine doesn't work. This is a bug. thanks to nils for pointing out the cache or lock_login as the usual suspect. No, this could be a bug of either cache_pins or lock_login. To be

Re: [opensc-devel] 2048 bit rsa problem

2006-11-19 Thread Martin Paljak
On 11/19/06, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: shall we file a bug so we don't forget? maybe keep track somewhere (new wiki page?) of things we want to do once we break ABI, so we do those all at once? debug cleanup would be one, maybe reorganize header files for internal/external s

Re: [opensc-devel] 2048 bit rsa problem

2006-11-19 Thread Andreas Jellinghaus
Nils Larsch wrote: this is not problem as get_response() can read less, the code in apdu.c should try to call get_response() until everything is read. Does the attached patch help ? yes, thanks. PS: Perhaps we should put max_recv_size in sc_reader_t as this is a property of the reader ..

Re: [opensc-devel] opensc broken?

2006-11-19 Thread Andreas Jellinghaus
solved: I need to set lock_login to true, otherwise the engine doesn't work. thanks to nils for pointing out the cache or lock_login as the usual suspect. This is getting real frustrating for us and our users: sometimes we need lock_login = true (like here), sometimes we need it to be false (lik