зеркало из https://github.com/mozilla/pjs.git
be4ed5debc
The fix restores some old code that was removed as part of our performance work (Bugzilla bug 145322). Thus, there may be a slight performance hit, but obviously, we need to have correct code first. This is a part of the code I really don't like. To summarize, there was a hack put in a long time ago to make sure that the PKCS#11 session in which the SSL keys are generated was never closed until the last key was deleted. This only worked by chance, and if any part of the code was changed (as was the case here), this unstable equilibrium would be lost. As with all hacks, it wasn't really documented, so the problem escaped our notice. As a result of putting the hack back in, we're going back to the horribly wasteful operation of opening 4 sessions and immediately closing them. I intend to have a proper solution in a later release. |
||
---|---|---|
.. | ||
coreconf | ||
dbm | ||
jss | ||
manager | ||
nss | ||
Makefile.in |