Re: [opensc-devel] support of austrian e-card

2007-11-05 Thread Josef Fritscher
On Sun, 2007-11-04 at 16:30 +, Franz Brandl wrote: > Hello, > > as far as i know, it is not possible to support the ECDSA algorithm in > OpenSC - at least it was not a while ago when i made a basic > implementation of the Austrian "Bürgerkarte" based on ACOS. > > Apart from that, integration

[opensc-devel] PKCS11 Label bug

2007-11-05 Thread Alessandro Premoli
Hi, I found a bug in the opensc pkcs11 library (pkcs11/framework-pkcs15.c). There are a few uses of: case CKA_LABEL: args.label = (char *) attr->pValue; break; to set the input label into the sc_pkcs15init_certargs structure. The