nicolson%netscape.com
3b81308973
more descriptive error message.
2002-09-19 01:15:36 +00:00
nicolson%netscape.com
5013a65e33
Fix 150720: Support KeyFactory.generatePrivate(DSAPrivateKeySpec).
2002-09-19 01:14:08 +00:00
nicolson%netscape.com
798046bbb4
Fix 157513: SignerInfo.java does not verify what it have signed.
2002-09-16 19:42:13 +00:00
sonja.mirtitsch%sun.com
9672a4c6fc
if USE_64 is set use option -d64 to java
...
write to stderr like the programs do so output is in order and logfiles
are clean
fixed path so script works on NT
tarted to put in markers strings so a status report script will be
able to find the things
clean fix for the NATIVE_FLAG problem
more output for the ENVIRONMENT section
2002-09-13 00:24:34 +00:00
nicolson%netscape.com
08425b6ead
Fix 160020: KeyFactory.translateKey uses bad format names.
2002-09-09 23:21:45 +00:00
nicolson%netscape.com
d085546c68
Initialize variable to null. Indicated by bug 160076: Crashes when the
...
PasswordCallback returns an invalid password.
2002-09-09 21:24:48 +00:00
nicolson%netscape.com
250893c15c
deal with new exceptions.
2002-09-06 16:23:48 +00:00
nicolson%netscape.com
caf5074301
fix 166711: SSLSocket.setCipherPreference does the wrong thing.
2002-09-05 01:33:40 +00:00
nicolson%netscape.com
fdef9a6f71
Fix 166711: SSLSocket.setCipherPreference does the wrong thing.
2002-09-05 01:17:00 +00:00
nicolson%netscape.com
59d44fd995
"assert" is now a keyword, so remove this method.
2002-09-05 01:06:26 +00:00
nicolson%netscape.com
a1844e70f8
Take out the NSS_USE_STATIC_LIBS flag. I have no idea why we needed it before.
2002-08-29 18:07:42 +00:00
nicolson%netscape.com
9ee098c725
Fix 143163: Add public constructors for some CRMF classes.
2002-08-28 18:20:24 +00:00
nicolson%netscape.com
96718f4fb1
merge premature JSS_3_2_BRANCH back to the trunk.
2002-08-28 18:05:40 +00:00
nicolson%netscape.com
03acdc542d
fix call to CryptoManager.initialize.
2002-08-28 17:59:04 +00:00
nicolson%netscape.com
1fc9da0bde
clean up comments
2002-08-28 17:57:48 +00:00
nicolson%netscape.com
273e3f23ea
useful getAlgorithm method.
2002-08-28 17:57:20 +00:00
nicolson%netscape.com
79e5429015
remove alg-dependent code.
2002-08-28 17:56:48 +00:00
nicolson%netscape.com
aedeeaf961
fix bugs in keygen, particularly that break AES.
2002-08-28 17:56:15 +00:00
nicolson%netscape.com
e895a1b0be
no more -b symbolic
2002-08-28 17:54:12 +00:00
glen.beasley%sun.com
d8b23b82ab
163762 verify cert test example
2002-08-27 21:50:44 +00:00
glen.beasley%sun.com
81f5e0bbda
163762 make OCSP responder configurable at runtime
2002-08-27 21:46:13 +00:00
nicolson%netscape.com
fce5a73bf0
comment.
2002-08-26 17:37:41 +00:00
nicolson%netscape.com
c212c29c72
remove obsolete samples.
2002-08-26 17:34:15 +00:00
nicolson%netscape.com
963b780d48
remove old SSLClient and SSLServer sample programs. They are not up-to-date.
2002-08-26 17:31:20 +00:00
nicolson%netscape.com
2d84bcf570
syntax error wasn't caught because of bug in build script.
2002-08-26 17:22:02 +00:00
nicolson%netscape.com
b00e21219b
A FilterInputStream to decode base64-encoded data.
2002-08-23 23:17:00 +00:00
nicolson%netscape.com
e293e9c434
Remove try/catch block when loading libjss. This allows any UnsatisfiedLinkError
...
to get thrown to the application, where it can print it out with all its
information. Also stop checking for jssjava.
2002-08-14 23:00:45 +00:00
nicolson%netscape.com
f15db4ddc5
fine-tune javadoc commands.
2002-08-14 22:55:47 +00:00
glen.beasley%sun.com
b706ebbe42
commented debug statement
2002-08-06 16:41:43 +00:00
nicolson%netscape.com
05aa5aec95
Turn off the beta flag. Time for JSS 3.2 RTM!
2002-07-31 22:36:06 +00:00
nicolson%netscape.com
2800b9ee96
Fix 157998: unable to importCertToPerm
2002-07-19 00:20:24 +00:00
glen.beasley%sun.com
efe7cada73
typecast for AIX build proper way
2002-07-17 01:14:58 +00:00
glen.beasley%sun.com
ce4348b26e
typecast for AIX build
2002-07-16 23:52:45 +00:00
nicolson%netscape.com
68b4565d1e
fix 157622: cleanup javadoc warnings.
...
Have the build system automatically copy overview-summary.html over
index.html so we get a frame-free version.
2002-07-15 22:52:58 +00:00
nicolson%netscape.com
0f9d234467
Fix 157622: cleanup javadoc warnings.
...
These changes should only affect documentation. There should be no
functional effect of the changes.
2002-07-15 22:48:06 +00:00
nicolson%netscape.com
ed3566e59e
put back the assertion check.
2002-07-12 21:12:22 +00:00
nicolson%netscape.com
94a3048596
Fix misspelled exception name.
2002-07-12 21:08:22 +00:00
nicolson%netscape.com
89ec05fa00
add default constructor
2002-07-12 21:07:40 +00:00
nicolson%netscape.com
ebd1a1d22a
This test isn't working yet, but I may get it working at some point.
2002-07-12 20:33:39 +00:00
nicolson%netscape.com
8d57d014f2
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
nicolson%netscape.com
beda85c213
clarify error message.
2002-07-12 04:09:14 +00:00
glen.beasley%sun.com
d6d3001dfe
verify certificate in memory method
2002-07-04 00:36:52 +00:00
nicolson%netscape.com
3dcc1ea9ef
Fix 120785: SSLSocket does not throw java.net.BindException.
2002-07-04 00:29:24 +00:00
nicolson%netscape.com
11837bbc04
need to include nspr.h.
2002-07-04 00:25:46 +00:00
glen.beasley%sun.com
1fba049990
verify cert in memory
2002-07-04 00:10:48 +00:00
nicolson%netscape.com
c492307e02
Fix 121710: throw better SSL exceptions.
2002-07-04 00:03:47 +00:00
nicolson%netscape.com
50591b0122
Print subject name instead of issuer name.
2002-07-03 23:58:58 +00:00
nicolson%netscape.com
9ce34687c6
Update documentation for these functions.
2002-07-03 23:57:12 +00:00
nicolson%netscape.com
ea4b451e87
deprecate old classes in favor of the JCA.
2002-07-03 23:51:20 +00:00
nicolson%netscape.com
5c3d6dfdd7
moved JSSSecureRandomSpi into provider/java/security directory.
2002-07-03 23:49:32 +00:00
nicolson%netscape.com
4604a3386c
Provider classes have been moved into the java/security and javax/crypto
...
subdirectories.
2002-07-03 23:48:53 +00:00
nicolson%netscape.com
431701e468
Fix 106846: Version strings in CryptoManager need updating.
2002-07-03 23:46:02 +00:00
nicolson%netscape.com
a00af9cae3
typo in error message
2002-06-28 20:14:47 +00:00
nicolson%netscape.com
0952ef1652
remove spurious println.
2002-06-27 21:16:42 +00:00
nicolson%netscape.com
2398114330
Fix 128259: Cannot get SSL trust for a CA residing on PKCS#11 module.
2002-06-21 23:53:58 +00:00
nicolson%netscape.com
cc9a198e79
fix a build error in JDK 1.2.
2002-06-21 18:31:36 +00:00
nicolson%netscape.com
f6d9041eac
catch a null pointer and throw it back to Java, instead of crashing in C.
2002-06-19 22:59:08 +00:00
nicolson%netscape.com
19ed977293
upgrade to NSS 3.4.2.
2002-06-19 22:58:40 +00:00
nicolson%netscape.com
80da6ed3a6
add SSLClientAuth test.
...
remove obsolete socketTest.
Get passwords from a file so we can run in batch mode.
2002-06-19 22:50:47 +00:00
nicolson%netscape.com
64de9139f6
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
0700feee32
add new tests.
2002-06-14 18:15:45 +00:00
nicolson%netscape.com
6d11aafe59
remove broken code until bug is fixed.
2002-06-14 18:15:21 +00:00
nicolson%netscape.com
ba0e5da12c
remove bogus comment.
2002-06-14 18:13:27 +00:00
nicolson%netscape.com
ee3a5ab4b0
add javadoc target.
2002-06-12 22:54:16 +00:00
nicolson%netscape.com
73767e2c4b
remove these files--there's no C code in this directory.
2002-06-12 20:18:10 +00:00
nicolson%netscape.com
162f234bdc
Grab NSS headers from directory "nss" instead of directory "security".
2002-06-12 20:11:22 +00:00
nicolson%netscape.com
6432d07503
remove makefiles for this directory, since it's only Java files.
2002-06-12 20:08:39 +00:00
glen.beasley%sun.com
7482bb0552
for release eng to build multiple platforms
2002-05-30 00:47:18 +00:00
nicolson%netscape.com
53a1a1529c
Fix bug 112330: CryptoToken.changePassword(new ConsolePasswordCallback(), new ConsolePasswordCallback()) throws Native Exception.
...
We were zeroing the password after freeing it, which in some cases caused
memory corruption and crashing.
2002-05-29 21:54:14 +00:00
nicolson%netscape.com
28a16a764c
Fix 146515: PK11PrivKey.fromPrivateKeyInfo enables no operations for RSA keys
2002-05-23 20:32:10 +00:00
nicolson%netscape.com
96232e756b
move new entry to end of file
2002-05-23 18:45:23 +00:00
nicolson%netscape.com
d503b902ae
cleanup tabs and spaces.
2002-05-23 18:45:00 +00:00
nicolson%netscape.com
d1bbd143bc
Various minor tweaks for code cleanliness.
2002-05-23 18:29:07 +00:00
glen.beasley%sun.com
e56800b6f2
bug 144913 isCertValid addition
2002-05-23 17:52:23 +00:00
nicolson%netscape.com
121ad6444e
Fix http://bugzilla.mozilla.org/show_bug.cgi?id=144934 : generating DSA public key from spec is broken.
2002-05-22 02:13:31 +00:00
nicolson%netscape.com
f039df6a9e
Support DSAPrivateKey.
2002-05-14 02:21:25 +00:00
nicolson%netscape.com
7999d93103
comment out JDK 1.4 test so we can build with earlier versions
2002-05-10 00:13:19 +00:00
nicolson%netscape.com
331e8205e9
Don't run javac if there are no source files to compille
2002-05-10 00:12:44 +00:00
nicolson%netscape.com
12f3461e9e
add SocketBase.getLocalAddressNative.
2002-05-09 17:11:18 +00:00
nicolson%netscape.com
ab7641b564
Fix 143256: SSLServerSocket.getInetAddress returns the wrong address.
...
Implement toString() for both socket types.
2002-05-09 17:10:06 +00:00
nicolson%netscape.com
2dfdffa408
add more PBE keygen algorithms.
2002-05-09 14:32:54 +00:00
nicolson%netscape.com
437d6f5877
update to work better with PBE.
2002-05-09 14:32:33 +00:00
nicolson%netscape.com
a9385c1fcf
get rid of PBEKeySpec, just use PBEKeyGenParams.
2002-05-09 14:29:07 +00:00
glen.beasley%sun.com
dc0c0fe061
115778 return local port
2002-05-09 02:26:25 +00:00
nicolson%netscape.com
e748daaffb
change assert to _assert.
2002-05-07 20:45:09 +00:00
nicolson%netscape.com
2d7b8c3eb6
add some checks to prevent misunderstandings
2002-05-07 20:44:48 +00:00
nicolson%netscape.com
c27c856e10
update version numbers.
2002-05-07 20:34:54 +00:00
nicolson%netscape.com
64a0c099f1
make it public so that it can be instantiated from CryptoManager.
2002-05-07 20:34:05 +00:00
nicolson%netscape.com
37a7505a46
implement some methods in support of java.security.Key.
2002-05-07 20:33:23 +00:00
nicolson%netscape.com
05f9c20222
fix broken error message.
2002-05-07 20:32:29 +00:00
nicolson%netscape.com
be3896ad3a
Now SymmetricKey knows what KeyGenAlgorithm its associated with.
2002-05-07 20:31:52 +00:00
nicolson%netscape.com
dac41b14e0
force load of SHA1 provider before installing it as a provider.
2002-05-07 20:31:14 +00:00
nicolson%netscape.com
91a46ed3ce
add JCE providers.
2002-05-07 20:30:38 +00:00
nicolson%netscape.com
d7d08bbf7d
update version strings.
2002-05-07 20:24:03 +00:00
nicolson%netscape.com
1f951f8584
Renamed to JSS*.
2002-05-06 21:54:38 +00:00
nicolson%netscape.com
8e32f7cd47
Sun's PBE Key Spec is incomplete.
2002-05-06 18:58:39 +00:00
nicolson%netscape.com
d6c440b810
add DESede.
2002-05-06 18:49:52 +00:00
nicolson%netscape.com
b8b8caf60f
move alg-specific provider classes into generic parent classes.
2002-05-03 00:27:03 +00:00
nicolson%netscape.com
6e304edf30
upgrade to NSS 3.4.1 RTM and NSPR 4.2.
2002-05-02 23:02:49 +00:00
nicolson%netscape.com
c99cea2025
New provider files for JSS 3.2.
2002-05-02 20:25:15 +00:00