gecko-dev/security
wtc%netscape.com ca9de7e2fa Bugscape bug 50033: make the KeyType class public and force it to load
during CryptoManager.initialize(), before we add JSS as a provider.  The
KeyType class was failing to load properly, because its static initializers
force the class load of KeyWrapAlgorithm, whose signature needed to be
verified, which invoked JSS's signature provider, which accessed KeyType.
Basically, installing JSS as the default signature provider before its
classes have loaded creates a possibility of circular dependencies in class
initialization.  The patch is due to Jamie Nicolson.  r=wtc.
Modified Files: CryptoManager.java pkcs11/KeyType.java
2003-08-15 01:00:35 +00:00
..
coreconf Bugzilla bug 213192: take the first two components of $(OS_RELEASE) the 2003-07-21 23:40:51 +00:00
dbm Add WinCE suport. 2002-04-03 23:27:16 +00:00
jss Bugscape bug 50033: make the KeyType class public and force it to load 2003-08-15 01:00:35 +00:00
manager Bug 211695 Fix bugs in nsCertTree.cpp r=varga sr=alecf moa=kaie a=asa 2003-08-12 11:20:50 +00:00
nss Fix from Ian to address Bugzilla bug 202179. 2003-08-12 18:21:55 +00:00
Makefile.in