saul.edwards%sun.com
0b966ffff9
208193: Add enableTLS, enableTLSDefault APIs.
2004-10-01 16:42:24 +00:00
christophe.ravel.bugs%sun.com
4b06128d8d
NSS 3.9.3 / JSS 4.0 release candidate.
...
Change NSS Beta flag to false
Change JSS Beta flag to false
Code freeze.
2004-09-22 21:56:36 +00:00
glen.beasley%sun.com
553f248951
258666 JDK 1.5 made enum a keyword
2004-09-21 18:16:14 +00:00
saul.edwards%sun.com
f681ad98e3
258699: Add finalize method to CipherContentProxy class.
2004-09-20 17:11:55 +00:00
glen.beasley%sun.com
ca6ce8e0bb
224566 JVM crashes due to socketAccept timeout
2004-09-09 22:53:31 +00:00
glen.beasley%sun.com
4c5c490a6f
244865 MEM Leak in callbacks.c using SSL_RevealURL
2004-09-03 18:32:03 +00:00
glen.beasley%sun.com
c15b52ac55
244881 Mem leak in SSLSocket getStatus
2004-09-03 17:15:12 +00:00
glen.beasley%sun.com
811d10b138
BugId 251635 jss4.jar needs to load libjss4
2004-08-25 18:05:04 +00:00
christophe.ravel.bugs%sun.com
713a021f84
238319: Sun packages changes.
2004-08-23 21:09:12 +00:00
christophe.ravel.bugs%sun.com
0674986920
238319: Sun packages changes.
2004-07-29 18:42:59 +00:00
christophe.ravel.bugs%sun.com
912ac54d1c
238319: Sun packages changes.
2004-07-22 17:52:04 +00:00
christophe.ravel.bugs%sun.com
8acfdf7d1d
238319: Sun packages changes.
2004-07-21 23:23:41 +00:00
glen.beasley%sun.com
d6b9bfab6a
251635 upgrading to JSS to 4.0
2004-07-20 20:39:25 +00:00
christophe.ravel.bugs%sun.com
1dc2c7cb4d
238319: Sun packages changes.
2004-06-24 01:18:12 +00:00
christophe.ravel.bugs%sun.com
2070d44d5a
238319: Sun packages changes.
2004-06-17 21:57:19 +00:00
christophe.ravel.bugs%sun.com
a71ac5996e
238319: Sun packages changes.
2004-06-15 16:47:00 +00:00
christophe.ravel.bugs%sun.com
bfceb22b48
238319: Sun packages changes.
2004-06-15 03:50:17 +00:00
christophe.ravel.bugs%sun.com
c49af30f3d
238319: Sun packages changes.
2004-06-14 23:24:58 +00:00
christophe.ravel.bugs%sun.com
d12cc6105f
238319: Sun packages changes.
2004-06-10 18:28:19 +00:00
christophe.ravel.bugs%sun.com
76b3c42c33
238319 : Sun packaging changes
2004-05-13 07:13:01 +00:00
gerv%gerv.net
2cdff0bb4f
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-25 15:03:26 +00:00
wchang0222%aol.com
37d598af3d
Set JSS version to 3.5.
...
Modified Files:
org/mozilla/jss/CryptoManager.java
org/mozilla/jss/util/jssver.h pkg/solaris/Makefile.com
2004-01-16 00:50:21 +00:00
wchang0222%aol.com
5bf5f4d3d8
Another file, pkg/solaris/Makefile.com, also needs to be updated when we
...
change the JSS version.
2004-01-16 00:48:49 +00:00
wchang0222%aol.com
7305e479fd
Upgraded to NSPR 4.4.1 and NSS 3.9.
2004-01-09 02:34:14 +00:00
wchang0222%aol.com
04ce1832e8
Bugscape bug 54500: made uniqueNamedKeyExists public.
2004-01-08 18:09:15 +00:00
wchang0222%aol.com
a7721556a1
Bugscape bug 54500: trim preceding/trailing whitespace from passed-in
...
String arguments.
2003-12-23 01:19:48 +00:00
wchang0222%aol.com
9600321508
Bugzilla bug 228907: added a stub implementation for the obsolete native
...
function Java_org_mozilla_jss_pkcs11_PK11Cert_getNickname, which is listed
in the symbol export file jss.def.
2003-12-20 15:56:11 +00:00
wchang0222%aol.com
49a280f7c5
Bugscape bug 54500: Improved the previous checkin: fixed leaks of the
...
return values of PK11_GetSymKeyNickname. Removed unnecessary assignment
statements "symKeyObj = NULL;". Removed an unnecessary else { }.
2003-12-19 19:36:30 +00:00
wchang0222%aol.com
691f55297a
Bugscape bug 54500: added some new methods to the SecretDecoderRing
...
KeyManager class. The patch is contributed by Matthew Harmsen of AOL.
Modified Files:
lib/jss.def org/mozilla/jss/SecretDecoderRing/KeyManager.c
org/mozilla/jss/SecretDecoderRing/KeyManager.java
2003-12-19 05:33:50 +00:00
wchang0222%aol.com
265753bc14
Set JSS version to 3.5 Beta.
...
Modified Files:
org/mozilla/jss/CryptoManager.java
org/mozilla/jss/util/jssver.h
2003-12-19 05:08:34 +00:00
wchang0222%aol.com
485ad745a6
Bugzilla bug 228907: enable PK11Store.getCertificates to return the correct
...
nicknames for certs with multiple instances. This requires adding a new
nickname argument to the constructors of the various cert classes and
passing a nickname better than NSS's cert->nickname where possible.
r=thomask.
Modified Files:
pkcs11/PK11Cert.c
pkcs11/PK11Cert.java
pkcs11/PK11InternalCert.java
pkcs11/PK11InternalTokenCert.java
pkcs11/PK11Store.c
pkcs11/PK11TokenCert.java
pkcs11/pk11util.h
util/java_ids.h
2003-12-19 00:19:57 +00:00
wchang0222%aol.com
9ffa2f5ec9
Bugzilla bug 225619: fixed memory leaks.
2003-11-14 01:42:51 +00:00
wchang0222%aol.com
fb034545bc
Bugzilla bug 225626: need to allocate PORTArenaPool rather than PLArenaPool
...
for the 'arena' member of CERTVerifyLog. Fixed memory leaks on an error
path.
2003-11-14 01:41:15 +00:00
wchang0222%aol.com
47741668f0
Set JSS version to 3.4.2 Beta 2.
...
Modified Files: CryptoManager.java util/jssver.h
2003-11-14 01:37:04 +00:00
wchang0222%aol.com
ff71ba8afd
Upgraded to NSS_3_7_9_RTM (from NSS_3_7_8_RTM).
...
Modified Files: manifest.mn org/mozilla/jss/CryptoManager.java
2003-11-13 23:39:46 +00:00
nicolson%netscape.com
816f550813
Fix 225615: memory leak in SSLSocket.socketConnect.
2003-11-13 23:10:13 +00:00
nicolson%netscape.com
d39df80ec1
try forcing the bourne shell to execute the command line.
2003-10-23 22:01:55 +00:00
nicolson%netscape.com
b0e7253075
more debugging info.
2003-10-22 04:08:17 +00:00
nicolson%netscape.com
9671bb6586
More debugging information.
2003-10-16 22:17:00 +00:00
nicolson%netscape.com
58b44ccb0c
Try * instead of . to get zip to grab all the contents of a directory.
2003-10-16 03:28:19 +00:00
nicolson%netscape.com
09c79e0878
Try to get zip working properly on the Windows build machines.
2003-10-12 20:21:04 +00:00
nicolson%netscape.com
40a30d219e
Change ';' to '&&' so the command fails if any of the subcommands fails.
...
Print out the return value of the command.
This is to debug a problem where the zip file is not being created on windows.
2003-10-09 22:39:54 +00:00
wtc%netscape.com
5277304f0b
Bugzilla bug 216117: added a TokenProxy member to the PK11Cert class to
...
store the slot pointer for the certificate *instance*. This slot pointer
is not necessarily cert->slot. Try to get the correct slot pointer for a
cert instance where possible. This patch helps us handle multiple
instances of the same cert better.
Modified Files:
PK11Finder.c pkcs11/PK11Cert.c pkcs11/PK11Cert.java
pkcs11/PK11InternalCert.java pkcs11/PK11InternalTokenCert.java
pkcs11/PK11Store.c pkcs11/PK11Token.c
pkcs11/PK11TokenCert.java pkcs11/pk11util.h
provider/java/security/JSSKeyStoreSpi.c ssl/SSLServerSocket.c
ssl/callbacks.c ssl/common.c ssl/jssl.h util/java_ids.h
2003-09-24 22:20:15 +00:00
wtc%netscape.com
9907123463
Bugzilla bug 220209: fixed a cert reference leak in
...
JSSL_CallCertSelectionCallback if the PK11_FindKeyByAnyCert call fails.
2003-09-24 21:07:17 +00:00
wtc%netscape.com
f64cfc45de
Deleted unused code.
2003-09-23 22:56:46 +00:00
wtc%netscape.com
4e2ed74884
Set JSS version to 3.4.2 Beta 1.
...
Modified Files: CryptoManager.java util/jssver.h
2003-09-23 20:57:15 +00:00
wtc%netscape.com
54ba648af3
Bugzilla bug 219756: fixed a CERTCertificate reference leak.
2003-09-20 00:27:30 +00:00
wtc%netscape.com
97baeaa545
Bugzilla bug 216693: use "." instead of "org" to specify the list for zip.
2003-08-27 01:13:06 +00:00
wtc%netscape.com
36e8c13857
Import NSS_3_7_8_RTM.
2003-08-27 01:01:59 +00:00
nicolson%netscape.com
3e239ffcd7
Update JSS to version 3.4.1.
2003-08-27 00:08:43 +00:00
wtc%netscape.com
6dc37259b8
Bugzilla bug 216693: running make in mozilla/security/jss should build the
...
class jar file.
Modified Files: rules.mk build_java.pl
2003-08-19 20:08:33 +00:00
wtc%netscape.com
86e30540a2
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
wtc%netscape.com
a32141f5d2
Bugscape bug 49314: code cleanup. Throw InvalidKeyException directly
...
instead of NoSuchAlgorithmException.
2003-08-07 21:45:35 +00:00
glen.beasley%sun.com
7523a62658
215190 delete CA created certs
2003-08-07 00:34:32 +00:00
nicolson%netscape.com
1ded6df12e
Convert public key to JSS public key.
2003-08-05 18:54:49 +00:00
glen.beasley%sun.com
0c479eebe6
remove no longer used include blapi.h
2003-07-24 23:01:08 +00:00
nicolson%netscape.com
32ec0bd37b
Remove dependency on secrng.h. We don't need it.
2003-07-11 18:13:26 +00:00
nicolson%netscape.com
a1766026ec
update to JSS 3.4 RTM.
2003-05-19 21:44:23 +00:00
nicolson%netscape.com
bf4e7b2c83
Partial fix for 189964: support more algorithm names.
2003-05-19 18:36:38 +00:00
glen.beasley%sun.com
193d888612
201047 ssl timeouts
2003-05-14 22:34:38 +00:00
nicolson%netscape.com
b7e4279032
Fix 205066: double-free in PK11KeyGenerator.c:constructSHA1PBAKey()
2003-05-14 00:04:02 +00:00
nicolson%netscape.com
84b6fcb28d
Fix 205069: broken loop logic in PFX.java.
2003-05-09 19:02:56 +00:00
nicolson%netscape.com
bbd2773941
Replace unnecessary Debug.trace() statement with a comment in the code.
2003-05-09 18:57:15 +00:00
nicolson%netscape.com
33f9314e1c
Improve parameter class handling.
2003-04-28 23:32:39 +00:00
nicolson%netscape.com
673009de15
Build with NSS 3.7.3 RTM.
2003-04-28 23:31:12 +00:00
nicolson%netscape.com
7f171ff2aa
Fix blackflag 619793: support RC2/CBC/PKCS5Padding.
2003-04-28 21:48:33 +00:00
nicolson%netscape.com
1e2d9de718
Move to JSS 3.4 beta.
2003-04-28 21:28:00 +00:00
glen.beasley%sun.com
bceb6e8e90
201245 convert SecretKey to SecretKeyFacade
2003-04-21 21:38:34 +00:00
nicolson%netscape.com
cae35890e9
Take out bogus dependency on ASN1Util.
2003-04-15 23:21:04 +00:00
nicolson%netscape.com
ba0cf6a4d7
Fix 202182: Base64InputStream throws EOFException on valid input.
2003-04-15 22:39:36 +00:00
nicolson%netscape.com
48e3bcebb1
Catch NULL pointers before passing them to C and risking a crash.
...
Improve javadoc.
2003-04-15 21:55:53 +00:00
nicolson%netscape.com
ac35f550f4
Remove misleading comment.
2003-04-09 21:30:19 +00:00
nicolson%netscape.com
1fe952b490
Fix 198125: PK11Signature.engineUpdateNative ignores offset and length.
2003-03-19 00:57:29 +00:00
glen.beasley%sun.com
3810215899
solaris pkg version
2003-01-14 20:26:36 +00:00
glen.beasley%sun.com
0a41355aa2
solaris pkging support
2003-01-13 20:35:36 +00:00
glen.beasley%sun.com
1b2cfef182
Solaris pkg support
2003-01-13 19:43:15 +00:00
glen.beasley%sun.com
3300c59b7d
Solaris pkg copyright
2003-01-09 22:53:13 +00:00
nicolson%netscape.com
5d7f9a2a14
Upgrade version from 3.2 to 3.3.
...
Uncomment MessageDigest implementations (doh!).
2003-01-01 02:58:22 +00:00
nicolson%netscape.com
6162fa3b3d
Add DigestTest to all.pl.
...
Make DigestTest and SigTest return nonzero error code on failure.
2003-01-01 02:57:50 +00:00
nicolson%netscape.com
a46f58f6b3
Fix 186097: ProofOfPossession.encode() has paranoid assertion.
2002-12-19 02:31:38 +00:00
nicolson%netscape.com
1a0dc15ee3
Partial fix for 184754: assertion violation in get_token_certs_for_cache.
...
Don't assert if we fail to lookup the cert we just imported. It could
be a bug in the PKCS #11 driver. Instead, throw an exception.
2002-12-18 23:14:48 +00:00
nicolson%netscape.com
f3f2064030
Fix 180827: Update version strings for JSS 3.3.
2002-12-13 06:12:30 +00:00
nicolson%netscape.com
18c1b06a60
Fix 180396: javax.crypto.Cipher wrapping does not work with RSA algorithm.
...
Support RSA as a wrapping/unwrapping algorithm.
2002-11-19 00:41:09 +00:00
nicolson%netscape.com
dc7f89d956
Throw InvalidKeyException instead of InvalidAlgorithmParameterException,
...
because the latter may get thrown away by our caller, but the former will
not be.
2002-11-19 00:39:43 +00:00
nicolson%netscape.com
c9a373cf69
Change silly switch statement to an if statement.
2002-11-19 00:31:10 +00:00
nicolson%netscape.com
2039d8bfc6
Make NotExtractableException take a String argument to its constructor.
2002-11-19 00:30:43 +00:00
nicolson%netscape.com
b008376057
default doesProduceOutput to true for compatibility.
2002-11-08 02:24:20 +00:00
nicolson%netscape.com
2a0afd7964
Add isExtensionPresent and getExtension.
2002-11-08 00:40:26 +00:00
glen.beasley%sun.com
a4596115af
removes sun provider and set passwords
2002-11-07 22:49:26 +00:00
glen.beasley%sun.com
90e4e6c683
move removeSunProvider after JSS JCE provider is loaded
2002-11-07 03:33:04 +00:00
nicolson%netscape.com
4095e4165d
Add license header to new file.
2002-11-06 03:24:39 +00:00
nicolson%netscape.com
65418ae140
Add TestSDR, to test the new SecretDecoderRing.
...
In all.pl, always set the CLASSPATH to be the signed JSS JAR file, so
that we can use the JCE (javax.crypto.*) interface.
2002-11-06 03:22:10 +00:00
nicolson%netscape.com
7d68fcdc8a
Correctly detect a missing key.
2002-11-06 03:20:53 +00:00
nicolson%netscape.com
376e771586
Improve InvalidBERException.
...
Add feature of SEQUENCE.OF_Template whereby elements need not produce
any output. This is for dealing with very large SEQUENCEs, such as
large CRLs, where the list should be processed in some way, but not made
into an ASN1 object hierarchy.
2002-11-06 02:00:55 +00:00
nicolson%netscape.com
57d337308c
update version strings.
2002-10-18 23:59:01 +00:00
nicolson%netscape.com
ec09156712
The new SecretDecoderRing.
2002-10-17 00:33:42 +00:00
nicolson%netscape.com
862752acd6
Generate a permanent key pair, since KeyStore isn't working yet.
2002-10-17 00:32:48 +00:00
nicolson%netscape.com
2ee91189c8
remove print statements.
2002-10-17 00:07:50 +00:00
nicolson%netscape.com
a311a1c035
Forget KeyStore, it is still very broken.
2002-10-17 00:07:29 +00:00
nicolson%netscape.com
44b1e8461e
More little hacks, but it still doesn't work right.
2002-10-17 00:07:08 +00:00