[EMAIL PROTECTED] wrote: > I don't know why there are only 4 certificates on the user certificate > list when I use window.crypto.signText. I have 5 certificates > installed in my Firefox and I can see all of them from the Tools --> > Options --> See certificates but, when the certificate's selection > dialog appears it only shows 4 to me. When I remove one of those 4 > from the installed certificates list, I can see the other one that i > couldn't see before... > > I think it's a dialog problem who doesn't show the full certificate > list, am I right?
Please Look in the source code for crypto.signtext and see for yourself. That's the whole point of open source. I suggest you start here: http://lxr.mozilla.org/security/source/security/manager/ssl/src/nsCrypto.cpp#2596 > If I am, what can i do to solve it? If you can find a place in the source code that is imposing an arbitrary limit on the number of eligible signing certificates to be shown, perhaps you can propose a change to that source code that will fix it. > Thank you guys -- Nelson B _______________________________________________ dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

