Re: Help to use PKCS 11 functions in firefox extension

2008-11-26 Thread Akkshayaa Venkatram
ethod 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 o

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 XP

Re: Problem with loading security module in firefox..

2008-06-07 Thread Akkshayaa Venkatram
es. > Browser will automatically load 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 checke

Re: Problem with loading security module in firefox..

2008-06-05 Thread Akkshayaa Venkatram
t; Your add-on need not load it. > -- > Subrata Mazumdar > > 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 cr

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 t