Re: [opensc-devel] Project meeting at some .eu expo

2010-04-15 Thread Jean-Michel Pouré - GOOZE
On Wed, 2010-04-14 at 21:34 +0200, Andreas Jellinghaus wrote: > did anyone attend other intersting linux or open source > conferences? I know there are more, for example the other > "linuxtag" in other cities, but those are smaller, local, > end-user focused conferences I think. In Paris there is

[opensc-devel] opensc 0.11.13 and openssl 1.0 oddity

2010-04-15 Thread Jan Just Keijser
hi list, I just ran into a very weird oddity with openssl 1.0 (both the fc12 version 1.0.0-beta4 on my laptop and the official 1.0.0 version) ; I've initialized an etoken using pkcs15-init -C , copied a certificate to it using pkcs15-init -X , the priv key using pkcs15-init -S etc Now I want t

Re: [opensc-devel] [opensc-commits] [OpenSC] #218: libnfc for OpenSC

2010-04-15 Thread Jean-Michel Pouré - GOOZE
On Thu, 2010-04-15 at 14:43 +, OpenSC wrote: > I am thinking about patching OpenSC to use libnfc for connections to > contact less cards. Since OpenSC focuses on smart cards with contact > interface, I would like to know if you want to extend this way. Is > there a > chance to get the patch

Re: [opensc-devel] [OpenSC] #120: pkcs15-init needs to accept ctrl-c

2010-04-15 Thread Andreas Jellinghaus
Am Donnerstag 15 April 2010 19:41:45 schrieb OpenSC: > #120: pkcs15-init needs to accept ctrl-c > +-- > - Reporter: aj | Owner: opensc-de...@… > Type: defect | Status: new > Priority: normal | Mil

Re: [opensc-devel] opensc 0.11.13 and openssl 1.0 oddity

2010-04-15 Thread Jan Just Keijser
hi list, I hate to answer my own question but I think I found it: in opensc-0.11.13/src/pkcs11/openssl.c there's section 106 void 107 sc_pkcs11_register_openssl_mechanisms(struct sc_pkcs11_card *card) 108 { 109 #if OPENSSL_VERSION_NUMBER >= 0x1000L 110 /* FIXME: see openssl-1.0.0-beta3/e

Re: [opensc-devel] opensc 0.11.13 and openssl 1.0 oddity

2010-04-15 Thread Aleksey Samsonov
Hello, Jan Just Keijser wrote: > in opensc-0.11.13/src/pkcs11/openssl.c there's section > > 106 void > 107 sc_pkcs11_register_openssl_mechanisms(struct sc_pkcs11_card *card) > 108 { > 109 #if OPENSSL_VERSION_NUMBER >= 0x1000L > 110 /* FIXME: see openssl-1.0.0-beta3/engines/ccgost/README.g