Re: [opensc-devel] [Gemsafe] Xpresso 16/32k

2007-09-22 Thread Antonio Nastasi
Ok, now seem work fine. I can sign and decrypt the mail ecc... It's a very experimental support and for now only one key of 2048 bits is recognized with the personal certificate and other CA certificates stored in SC. ( The most problem is mapping of memory, it's proprietary and not documented )

Re: [opensc-devel] [Gemsafe] Xpresso 16/32k

2007-09-17 Thread Douglas E. Engert
Antonio Nastasi wrote: > I created a layer for emulate pkcs#15 and it seems work fine. > But...firefox how recognize if the certificate is mine or of others? In > this moment the certificate that i import with sc_pkcs15emu_add_x509_cert. > It's stored between certificate of others, not in persona

Re: [opensc-devel] [Gemsafe] Xpresso 16/32k

2007-09-17 Thread Antonio Nastasi
I created a layer for emulate pkcs#15 and it seems work fine. But...firefox how recognize if the certificate is mine or of others? In this moment the certificate that i import with sc_pkcs15emu_add_x509_cert. It's stored between certificate of others, not in personal certificates. I must link the r

Re: [opensc-devel] [Gemsafe] Xpresso 16/32k

2007-09-11 Thread Antonio Nastasi
Ok, I am mapping the memory of smartcard for understand how it's store informations. I am writing a emulator for pkcs15 and now i am be able to import the certificates in firefox. I found where the smart store the public key.. For the moment i read the certificate passing the offset of bytes to

Re: [opensc-devel] [Gemsafe] Xpresso 16/32k

2007-09-09 Thread Andreas Jellinghaus
On Thursday 06 September 2007 18:35:14 Antonio Nastasi wrote: > Hi, > I am writing a driver for gemsafe Xpresso 16K with applet v1.. > But.. I have some questions: > 1)Are there documentation for knowledge the function I must implement? our best test tool is "pkcs11-tool --test --login". once that

[opensc-devel] [Gemsafe] Xpresso 16/32k

2007-09-06 Thread Antonio Nastasi
Hi, I am writing a driver for gemsafe Xpresso 16K with applet v1.. But.. I have some questions: 1)Are there documentation for knowledge the function I must implement? 2)I am reading the drivers for other cards..In particular Which are the functions that i must implement for pkcs11 recognize the car