Commit Graph

130 Commits

Author SHA1 Message Date
nicolson%netscape.com
15e0a8e116 Change default token from InternalCryptoToken to InternalKeyStorageToken. 2002-01-30 20:38:53 +00:00
nicolson%netscape.com
4c0174c4b5 always do a private_export. 2002-01-30 20:00:31 +00:00
nicolson%netscape.com
d035dfd0c5 Fix 122437: Memory leak in read method of SSLSocket 2002-01-30 19:52:02 +00:00
nicolson%netscape.com
bb1f04ca45 add -sourcepath flag. 2002-01-29 02:31:01 +00:00
nicolson%netscape.com
41cae16a23 fix to test either dist or release builds. 2002-01-29 00:14:45 +00:00
nicolson%netscape.com
5b15bc6696 move into org.mozilla.jss.tests package. 2002-01-28 23:49:38 +00:00
nicolson%netscape.com
d6cb26e9c9 make release_classes target work. 2002-01-28 23:08:16 +00:00
nicolson%netscape.com
1f9ef6fd30 use NSS 3.4. 2002-01-24 18:21:57 +00:00
nicolson%netscape.com
7c49f258fd New build script for Java classes. 2002-01-24 02:57:12 +00:00
nicolson%netscape.com
44df88fd96 Switch the default on removeSunProvider. The default is now "false". 2002-01-24 01:24:01 +00:00
nicolson%netscape.com
83bf03af58 Document the necessity of setting the password on the key database before
using the SecretDecoderRing.
2002-01-24 01:16:12 +00:00
nicolson%netscape.com
e06f464a38 add secret decoder ring for JSS 3.1.2, special release for CMS. 2002-01-17 22:54:00 +00:00
nicolson%netscape.com
f8a8f075f6 landing DJN_MEKAB_WORK_BRANCH 2002-01-08 20:11:11 +00:00
nicolson%netscape.com
0a650ab098 test SecretDecoderRing 2002-01-08 20:00:55 +00:00
nicolson%netscape.com
24c3efb6ab new provider classes 2002-01-08 19:58:48 +00:00
nicolson%netscape.com
60f2798fca SecretDecoderRing functionality, now appearing in JSS. 2002-01-08 19:38:47 +00:00
nicolson%netscape.com
495689eee2 PK12Token was never used. 2001-12-21 03:35:32 +00:00
nicolson%netscape.com
6cbe7b98f0 Implement KeyPairGeneratorSpi 2001-12-17 03:54:41 +00:00
nicolson%netscape.com
97a987f71b We need a TokenException that extends RuntimeException, so we can throw it without declaring it 2001-12-17 03:52:13 +00:00
nicolson%netscape.com
6f91bb1b97 Add new provider classes for JCA Compliance. 2001-12-14 20:01:33 +00:00
nicolson%netscape.com
ec44bb325c Implement RSAPrivateKey and DSAPrivateKey. 2001-12-14 20:00:36 +00:00
nicolson%netscape.com
7a0ab1dcbb Move the master provider class here to avoid circular dependencies. 2001-12-14 20:00:01 +00:00
nicolson%netscape.com
9f603bacd3 get test scripts working, add license. 2001-11-02 06:41:44 +00:00
nicolson%netscape.com
98df7a2527 Add a test target and some classes and scripts.
Now we can test with "gmake test".
2001-11-02 06:33:21 +00:00
nicolson%netscape.com
a5ceba090f Fix 101609: JSS OSF fails, on the trunk this time. 2001-10-30 21:07:51 +00:00
nicolson%netscape.com
00c31b4ef1 Fix 103976: libjss is built with -taso flag 2001-10-10 01:34:53 +00:00
nicolson%netscape.com
60357d9f1c Fix 103977: JSS calls non-portable snprintf
Replace snprintf() with PR_snprintf().
2001-10-10 01:31:40 +00:00
nicolson%netscape.com
3e3589ac3b use NSS 3.3.1 RTM. 2001-10-05 22:04:36 +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
53a3d4b336 fix SSL_RSA_FIPS_* cipher enums. 2001-09-27 17:51:30 +00:00
nicolson%netscape.com
8919270df6 Fix 96779: UserCertConflictException always gets thrown when importing user cert. 2001-09-25 21:39:21 +00:00
nicolson%netscape.com
2408313344 Emphasize that we ignore the SecureRandom parameter. 2001-09-24 18:34:18 +00:00
nicolson%netscape.com
6103c2860e Fix 100796: calling undeclared functions breaks AIX build
Workaround 100791: misspelled function prototypes in pk11func.h
2001-09-20 19:16:51 +00:00
nicolson%netscape.com
7a7b46c4b7 Fix 99375: UnsatisfiedLinkError gives misleading description 2001-09-12 18:55:03 +00:00
nicolson%netscape.com
41b9057593 More work on running an SSLSocket over a generic Socket. This is required
for JSSE compliance.
2001-09-08 01:53:38 +00:00
nicolson%netscape.com
d068352e1c copyright notice. 2001-08-31 22:35:58 +00:00
nicolson%netscape.com
156fb16d7d add getEncryptedPrivateKeyInfo. 2001-08-24 05:23:15 +00:00
nicolson%netscape.com
f58c4de5f3 add NSPR wrapper around java socket. 2001-08-24 05:16:27 +00:00
nicolson%netscape.com
a6f4d34c4e add types and ids for NSPR wrapper around java socket. 2001-08-24 05:15:18 +00:00
nicolson%netscape.com
ba19b46475 Add getEncryptedPrivateKeyInfo. 2001-08-24 05:14:55 +00:00
nicolson%netscape.com
af6175f918 add getEncryptedPrivateKeyInfo to CryptoStore. 2001-08-24 05:14:30 +00:00
nicolson%netscape.com
838cdd08f8 remove superfluous trace message. 2001-08-21 01:59:22 +00:00
nicolson%netscape.com
9f0b7149a8 update version string to JSS 3.1, RTM. 2001-08-09 03:02:23 +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
8ccfea9abd Fix 93382: snprintf() undefined on windows 2001-08-03 09:18:30 +00:00
nicolson%netscape.com
c1a20a54a5 Fix 88255: SSLSocket.forceHandshake should return more error information 2001-08-03 08:37:44 +00:00
nicolson%netscape.com
1cbc65ca2e Make test conform to 3.1 API 2001-08-03 07:21:09 +00:00
nicolson%netscape.com
eb3e9f941c Make the javadoc target work 2001-08-03 07:17:54 +00:00
nicolson%netscape.com
75d7fb98b5 Fix 93324: CryptoManager.getCACerts returns an empty array 2001-08-03 07:07:40 +00:00
nicolson%netscape.com
4022db02f5 Fix 93364: SSLSocket.setCipherPolicy needs to be called before using SSL 2001-08-03 07:01:52 +00:00