Re: Is there any way to install my PKCS11 library for firefox globally, instead of only for current profile/user?

2009-11-09 Thread Robert Relyea
On 11/09/2009 03:04 PM, anthony75 wrote: > NSPR provides low-level cross platform support for NSS. Is there difference > between Firefox windows version and Fedora version? > Fedora's supplied Firefox uses Fedora's system version of NSS. In Fedora 12, I've added NSS system support so applicatio

Re: Is there any way to install my PKCS11 library for firefox globally, instead of only for current profile/user?

2009-11-09 Thread anthony75
NSPR provides low-level cross platform support for NSS. Is there difference between Firefox windows version and Fedora version? Nelson B Bolyard-2 wrote: > > On 2009-11-09 13:51 PDT, andro wrote: >> I have a pkcs11 library. Is there any way to install it globally for >> firefox, instead of onl

Re: Is there any way to install my PKCS11 library for firefox globally, instead of only for current profile/user?

2009-11-09 Thread anthony75
Thanks Kyle. Actually I need create some programme to install my pkcs11 library globally for all firefox profiles/users, and don't need modutil or copy secmod.db for new profiles/users. I have one method now. Create a firefox addon and set it as a global extension. Then install my pkcs11 through

Re: Is there any way to install my PKCS11 library for firefox globally, instead of only for current profile/user?

2009-11-09 Thread Robert Relyea
On 11/09/2009 02:32 PM, Nelson B Bolyard wrote: > On 2009-11-09 13:51 PDT, andro wrote: > >> I have a pkcs11 library. Is there any way to install it globally for >> firefox, instead of only for current profile/user? >> > On what platform? > For Fedora, the answer may be yes. > > That's t

Re: Encrypt(), Decrypt() and ChangePassword() pkcs11-modificationinnsSDR.cpp

2009-11-09 Thread Robert Relyea
On 11/08/2009 10:32 AM, Marc Kaeser wrote: > Hello Robert, > > where can I get in touch with the NSS people you told me about? I want > to try to do those modifications. I'm one of them:). > > Now, in nsSDR, PK11GetInternalKeySlot(); adds a refcount > (PK11ReferenceSlot()) to one of its slots ([0]

Re: Is there any way to install my PKCS11 library for firefox globally, instead of only for current profile/user?

2009-11-09 Thread Nelson B Bolyard
On 2009-11-09 13:51 PDT, andro wrote: > I have a pkcs11 library. Is there any way to install it globally for > firefox, instead of only for current profile/user? On what platform? For Fedora, the answer may be yes. -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.m

Re: Encrypt(), Decrypt() and ChangePassword() pkcs11-modificationinnsSDR.cpp

2009-11-09 Thread Robert Relyea
On 11/01/2009 08:28 AM, Marc Kaeser wrote: > Hello Bob, > > I've looked a bit further into the code today, and though you already > explained me those things, let me write them again in order to see if > I understood the idea: I'm presuming you mean the PSM entry point. > > 1. Starting point: > T

Re: Is there any way to install my PKCS11 library for firefox globally, instead of only for current profile/user?

2009-11-09 Thread Kyle Hamilton
Nope. Each user's profile has its own copy of the database which contains pointers to which PKCS11 modules are installed and accepted by that profile's user. It is, however, possible to use the nss command-line tools to add it from the command line to each user's profile. Then, all you have to d

Is there any way to install my PKCS11 library for firefox globally, instead of only for current profile/user?

2009-11-09 Thread andro
I have a pkcs11 library. Is there any way to install it globally for firefox, instead of only for current profile/user? Thanks a lot. Anthony -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: Encrypt(), Decrypt() and ChangePassword() pkcs11-modificationinnsSDR.cpp

2009-11-09 Thread Marc Kaeser
Hello!! "Nelson B Bolyard" schrieb im Newsbeitrag news:mailman.693.1257791313.526.dev-tech-cry...@lists.mozilla.org... On 2009-11-08 10:32 PDT, Marc Kaeser wrote: Hello Robert, where can I get in touch with the NSS people you told me about? Here in this mailing list (or newsgroup, dependi

Re: Encrypt(), Decrypt() and ChangePassword() pkcs11-modificationinnsSDR.cpp

2009-11-09 Thread Nelson B Bolyard
On 2009-11-08 10:32 PDT, Marc Kaeser wrote: > Hello Robert, > > where can I get in touch with the NSS people you told me about? Here in this mailing list (or newsgroup, depending on how you read it). > I'm facing following problem right now, maybe you can help me: > > in /security/nss/lib/pk11