Re: [opensc-devel] find key information when creating the certificate in card driver

2007-06-28 Thread kamal kumar
The problem is while importing the keys and certificates, the Pkcs11 module or the application will specify the id of the key and certificate object. So this id can not be used by card driver, pkcs#15 init routines to find the corresponding key object, when certificate is created. Only if it knows

Re: [opensc-devel] find key information when creating the certificate in card driver

2007-06-27 Thread Douglas E. Engert
kamal kumar wrote: > Hi all, > I am trying to develop a external OpenSC card driver > and PKCS#15 initialization libary to make our card to > work with OpenSC pkcs#11 module. I am designing the > smart card such that each key is mapped to certificate > in particular path. > I am currently implem

[opensc-devel] find key information when creating the certificate in card driver

2007-06-26 Thread kamal kumar
Hi all, I am trying to develop a external OpenSC card driver and PKCS#15 initialization libary to make our card to work with OpenSC pkcs#11 module. I am designing the smart card such that each key is mapped to certificate in particular path. I am currently implementing the functions required for l