Re: Problem with loading security module in firefox..

2008-06-07 Thread Akkshayaa Venkatram
Hi Subrata, You are right!! It works now.. phewww!!! I was struggling with this for more than 2 months.. I am very glad it works now. Thank you very much for the patience and guidance.. My professor will also be very happy. So finally, i can proceed

Re: Problem with loading security module in firefox..

2008-06-06 Thread Subrata Mazumdar
Hi Akkshayaa, I have a suggestion - it may may or may not work. Try to put the PKCS#11 DLL in a directory that is not name 'components'. The 'components' directory is for add-on related files. Browser will automatically load any DLL in that directory. My guess is that the DLL is loaded before

Re: Problem with loading security module in firefox..

2008-06-05 Thread Akkshayaa Venkatram
Hi Subrata, Thanks for responding. I checked the links you sent. I am calling the function pkcs11.addmodule(modname, path, 0,0); for loading the module. The path of the dllfile is the extension folder say for eg: C:\Users\AKS\AppData\Roaming\Mozilla\Firefox\Profiles\oiy8ehzb.default\exten

Re: Problem with loading security module in firefox..

2008-06-02 Thread Subrata Mazumdar
Hi Akkshayaa, The Device Manager in Mozilla PSM registers the PKCS#11 module persistently with the browser's Module-DB. You might want to compare your code with Mozilla PSM Device Manager code for loading PKCS#11 module : http://lxr.mozilla.org/mozilla/source/security/manager/pki/resource

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