Re: Questions about NSS PKCS#11 module configuration

2008-03-06 Thread Robert Relyea
Subrata Mazumdar wrote: Hi Robert, thanks a lot for your response. I will definitely use it and see if I can uncover/fix the memory leak. That would be great! BTW, what is name of the DLL for CAPI PKCS#11 module that I should use to configure the device manager? Is it nsscapi.dll? yes, I

Re: Questions about NSS PKCS#11 module configuration

2008-03-05 Thread Subrata Mazumdar
Hi Robert, thanks a lot for your response. I will definitely use it and see if I can uncover/fix the memory leak. BTW, what is name of the DLL for CAPI PKCS#11 module that I should use to configure the device manager? Is it nsscapi.dll? I did a global build for NSS and I do not see it in the li

Re: Questions about NSS PKCS#11 module configuration

2008-03-03 Thread Robert Relyea
Subrata Mazumdar wrote: Thanks Nelson. My comments are inline. Nelson Bolyard wrote: Subrata Mazumdar wrote, On 2008-02-28 17:18: I have two question about configuartion of PKCS#11 module in Firefox 3: - is there any documentation on how to configure MS CAPI as PKCS#11 module i

Re: Questions about NSS PKCS#11 module configuration

2008-02-29 Thread Nelson Bolyard
Subrata Mazumdar wrote, On 2008-02-28 20:55: >>> My motivation is to access the keys/certs from profiles other than >>> current profile of the browser. >> Ah, you want to configure softoken to use a different set of databases >> rather than, or in addition to, the default. > Yes, what I meant

Re: Questions about NSS PKCS#11 module configuration

2008-02-28 Thread Subrata Mazumdar
Thanks Nelson. My comments are inline. Nelson Bolyard wrote: > Subrata Mazumdar wrote, On 2008-02-28 17:18: > > >> I have two question about configuartion of PKCS#11 module in Firefox 3: >> >> - is there any documentation on how to configure MS CAPI as PKCS#11 >> module in Firefox 3 and cert

Re: Questions about NSS PKCS#11 module configuration

2008-02-28 Thread Nelson Bolyard
I wrote, On 2008-02-28 17:55 PST: > There is a function named SECMOD_OpenUserDB by which an application can > ask NSS to open another PKCS#11 slot/token in the softoken module, after > NSS has been initialized, using the DBs from a different directory. See > http://lxr.mozilla.org/security/ident?i

Re: Questions about NSS PKCS#11 module configuration

2008-02-28 Thread Nelson Bolyard
Subrata Mazumdar wrote, On 2008-02-28 17:18: > I have two question about configuartion of PKCS#11 module in Firefox 3: > > - is there any documentation on how to configure MS CAPI as PKCS#11 > module in Firefox 3 and certutil? MS CAPI is not a PKCS#11 module, and cannot be configured to be a

Questions about NSS PKCS#11 module configuration

2008-02-28 Thread Subrata Mazumdar
Hi, I have two question about configuartion of PKCS#11 module in Firefox 3: - is there any documentation on how to configure MS CAPI as PKCS#11 module in Firefox 3 and certutil? - Also, is it possible to configure NSS softoken as PKCS#11 module (like we do in Java to access NSS) within NSS?