wchang0222%aol.com
ec5678ff34
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
nicolson%netscape.com
ae6470da30
Fix blackflag 619793: support RC2/CBC/PKCS5Padding.
2003-04-28 21:48:33 +00:00
nicolson%netscape.com
c30e440420
The new SecretDecoderRing.
2002-10-17 00:33:42 +00:00
nicolson%netscape.com
cc61c535dd
Fix 158727: JSSKeyStoreSpi.getCertificateChain is questionable.
...
Make KeyStore.getCertificateChain() work.
2002-10-05 00:19:49 +00:00
nicolson%netscape.com
19c38d81ff
Add SymmetricKey.getLength().
2002-10-04 20:58:05 +00:00
glen.beasley%sun.com
f24613dd00
163762 configureOCSPNative
2002-09-26 19:52:06 +00:00
nicolson%netscape.com
5d2a8fb52b
fix 166711: SSLSocket.setCipherPreference does the wrong thing.
2002-09-05 01:33:40 +00:00
nicolson%netscape.com
778302c1c6
merge premature JSS_3_2_BRANCH back to the trunk.
2002-08-28 18:05:40 +00:00
nicolson%netscape.com
528f0be217
Fix 98613: using SSLSocket after close causes crash.
...
Now the SSLSocket and SSLServerSocket close() methods only call PR_Close()
on the underlying fd. Freeing data structures is postponed until the
Java object is finalized.
2002-07-12 04:26:56 +00:00
glen.beasley%sun.com
d23ce70c2f
verify cert in memory
2002-07-04 00:10:48 +00:00
nicolson%netscape.com
9d33093ccb
Fix 112227: set SSL server without nickname
...
Specify the certificate to use for both server and client auth directly,
rather than by nickname.
2002-06-19 20:33:28 +00:00
nicolson%netscape.com
da61b269f4
move new entry to end of file
2002-05-23 18:45:23 +00:00
glen.beasley%sun.com
7ef88f180e
bug 144913 isCertValid addition
2002-05-23 17:52:23 +00:00
nicolson%netscape.com
9bd721b3fc
Support DSAPrivateKey.
2002-05-14 02:21:25 +00:00
nicolson%netscape.com
607b7e8309
add SocketBase.getLocalAddressNative.
2002-05-09 17:11:18 +00:00
nicolson%netscape.com
9c53042faa
JSS 3.2 features check-in.
2002-04-19 22:42:05 +00:00
nicolson%netscape.com
760b70054b
move org/mozilla/jss/manage subdirectory to org/mozilla/jss
2002-01-30 20:51:00 +00:00
nicolson%netscape.com
f8a8f075f6
landing DJN_MEKAB_WORK_BRANCH
2002-01-08 20:11:11 +00:00
nicolson%netscape.com
bafde73210
Add reuseAddr parameter to SSLServerSocket parameter, so servers can
...
re-bind to a socket.
2001-09-28 22:10:11 +00:00
nicolson%netscape.com
156fb16d7d
add getEncryptedPrivateKeyInfo.
2001-08-24 05:23:15 +00:00
nicolson%netscape.com
29f59cec37
Fix 93983: empty line in jss.def breaks HP build
2001-08-06 23:52:18 +00:00
nicolson%netscape.com
513072209f
Fix 87807: Add library version info to the JSS shared library.
2001-07-10 01:59:44 +00:00
nicolson%netscape.com
2b3b3ddbeb
add plaintext symmetric key unwrapping JNI function.
2001-07-03 23:39:57 +00:00
nicolson%netscape.com
34d2f25223
Fix 88063: JSS binary release must use NSPR and NSS binary releases.
...
Patch written (and presumably reviewed) by wtc.
2001-06-28 01:43:12 +00:00
nicolson%netscape.com
f3594cbc4d
Fix library names on NT.
2001-06-21 00:57:07 +00:00
nicolson%netscape.com
d1ae5307c6
Backslash-terminate NT shared library lines
2001-06-13 18:54:01 +00:00
nicolson%netscape.com
b83ea7384f
NSS/JSS integration.
2001-06-11 05:15:49 +00:00
nicolson%netscape.com
6ccb52de5e
Tweaks for JSS 3.1, and get it to build.
2001-04-10 17:32:30 +00:00
nicolson%netscape.com
fb41b8c8d6
Leave in MSVCRTD, because it breaks the build on Sonja's machine.
2001-03-10 01:21:39 +00:00
nicolson%netscape.com
6e36a732d9
Fix compiler warning on NT by setting /NODEFAULTLIB:MSVCRTD.
2001-03-09 22:23:45 +00:00
nicolson%netscape.com
2747bd30a0
Remove libsectool.
2001-03-09 21:35:02 +00:00
nicolson%netscape.com
6faab38328
Rename misnamed ssl methods.
2001-03-06 08:48:03 +00:00
nicolson%netscape.com
3c4d88040d
Shift around native methods in SSL package.
2001-03-02 04:38:33 +00:00
nicolson%netscape.com
01cd817235
Add build flags for other unix platforms. These were copied and pasted
...
out of NSS's config.mk.
2001-02-22 06:16:41 +00:00
nicolson%netscape.com
1dc64f52fd
Symbol map for creating the JSS DLL.
2001-02-22 06:14:31 +00:00
nicolson%netscape.com
916b43ba2c
Get everything building and linking on WINNT.
2001-02-20 05:38:45 +00:00
nicolson%netscape.com
418c168bd1
make it build better.
2001-02-15 05:44:28 +00:00
nicolson%netscape.com
dc4a25c558
remove libfort, add lib jssssl.
2001-02-09 11:26:48 +00:00
wtc%netscape.com
4010573a97
Bugzilla bug #63768 : removed references to obsolete make variables
...
HAVE_PURIFY and PURE_LIBRARY in JSS files. Reviewed by James Nicolson.
Modified files: jss/config/libnames.mk, jss/lib/config.mk, jss/lib/rules.mk
2001-02-02 02:34:26 +00:00
nicolson%netscape.com
14579089fc
get stuff to build under mozilla.
2001-01-19 00:13:52 +00:00