Re: Help to use PKCS 11 functions in firefox extension

2008-11-26 Thread Akkshayaa Venkatram
to proceed further.. Also any useful links that i can refer Thanks in advance, Akkshayaa Quoting Robert Relyea [EMAIL PROTECTED]: Akkshayaa Venkatram wrote: Hi I am developing a Firefox extension that calls PKCS 11 functions like C_Encrypt, C_Sign, C_Decrypt and others.. We don't

Help to use PKCS 11 functions in firefox extension

2008-11-11 Thread Akkshayaa Venkatram
Hi I am developing a Firefox extension that calls PKCS 11 functions like C_Encrypt, C_Sign, C_Decrypt and others.. I am not sure how to call these functions from the javascript file. I have an idea that i must wrap these C functions in XPCOM-IDL. But not sure of how to do it..and what

Re: Problem with loading security module in firefox..

2008-06-07 Thread Akkshayaa Venkatram
any DLL in that directory. My guess is that the DLL is loaded before the security device module is initialized. -- Subrata Akkshayaa Venkatram wrote: Hi Subrata, Thanks for responding. I checked the links you sent. I am calling the function pkcs11.addmodule(modname, path, 0,0

Re: Problem with loading security module in firefox..

2008-06-05 Thread Akkshayaa Venkatram
Akkshayaa Venkatram wrote: Hi I am a new member to this group. I am developing a firefox addon for which i am using smart card bundle and the opensc.dll The addon that i am creating has the opensc.dll in the components folder of the extension and everytime the extension is installed

Problem with loading security module in firefox..

2008-06-02 Thread Akkshayaa Venkatram
Hi I am a new member to this group. I am developing a firefox addon for which i am using smart card bundle and the opensc.dll The addon that i am creating has the opensc.dll in the components folder of the extension and everytime the extension is installed, the security module gets loaded into