darin%netscape.com
|
6fd5862e6e
|
fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
|
2002-05-07 23:07:19 +00:00 |
|
nicolson%netscape.com
|
05963322d2
|
change assert to _assert.
|
2002-05-07 20:45:09 +00:00 |
|
nicolson%netscape.com
|
dd6484222e
|
add some checks to prevent misunderstandings
|
2002-05-07 20:44:48 +00:00 |
|
relyea%netscape.com
|
56f8e3b5e8
|
Automatically create a NULL email profile for certs with email addresses which
are imported into the internal token.
|
2002-05-07 20:38:59 +00:00 |
|
nicolson%netscape.com
|
c0a935fe8a
|
update version numbers.
|
2002-05-07 20:34:54 +00:00 |
|
nicolson%netscape.com
|
eb72e56e0a
|
make it public so that it can be instantiated from CryptoManager.
|
2002-05-07 20:34:05 +00:00 |
|
nicolson%netscape.com
|
a62c7231f1
|
implement some methods in support of java.security.Key.
|
2002-05-07 20:33:23 +00:00 |
|
nicolson%netscape.com
|
e3bf596343
|
fix broken error message.
|
2002-05-07 20:32:29 +00:00 |
|
ian.mcgreer%sun.com
|
3a91379d33
|
bug 141936, crash when NULL nickname entry is stored in temp store
r=jpierre
|
2002-05-07 20:31:59 +00:00 |
|
nicolson%netscape.com
|
e0f7d257cc
|
Now SymmetricKey knows what KeyGenAlgorithm its associated with.
|
2002-05-07 20:31:52 +00:00 |
|
nicolson%netscape.com
|
2b7211a011
|
force load of SHA1 provider before installing it as a provider.
|
2002-05-07 20:31:14 +00:00 |
|
nicolson%netscape.com
|
1795a4d054
|
add JCE providers.
|
2002-05-07 20:30:38 +00:00 |
|
nicolson%netscape.com
|
705e4b5479
|
update version strings.
|
2002-05-07 20:24:03 +00:00 |
|
ian.mcgreer%sun.com
|
d250a3e38f
|
bug 142175, PK11_ListCerts regressions -- handle PKCS#11 incompatibilites with serial numbers, and fix trust collection.
|
2002-05-07 14:58:12 +00:00 |
|
kaie%netscape.com
|
20d03f9370
|
b=141871 Releasing callback in nsNSSSocketInfo must be proxied.
r=javi sr=alecf
|
2002-05-07 09:35:00 +00:00 |
|
kaie%netscape.com
|
ac1bfbc0b2
|
b=112384 Unable to download some CRLs.
r=javi sr=darin
|
2002-05-07 09:29:23 +00:00 |
|
kaie%netscape.com
|
a1ca0c87e8
|
b=139329 Crashes trying to send signed mail.
r=javi sr=alecf
|
2002-05-07 09:25:19 +00:00 |
|
jpierre%netscape.com
|
41ba83e283
|
Fix for 142658 - fix certutil crash with NULL nickname
|
2002-05-06 23:10:40 +00:00 |
|
nicolson%netscape.com
|
3e92affe57
|
Renamed to JSS*.
|
2002-05-06 21:54:38 +00:00 |
|
nicolson%netscape.com
|
cb9ba101a4
|
Sun's PBE Key Spec is incomplete.
|
2002-05-06 18:58:39 +00:00 |
|
nicolson%netscape.com
|
314c5a982b
|
add DESede.
|
2002-05-06 18:49:52 +00:00 |
|
wtc%netscape.com
|
300f9cadfe
|
Bugzilla bug 136279: fixed bugs where 'path' and 'oldpath' were passed
to string functions before they were null-terminated. Added a comment
to explain what 'oldpath' is for.
|
2002-05-03 20:59:50 +00:00 |
|
nicolson%netscape.com
|
b02b8aab56
|
move alg-specific provider classes into generic parent classes.
|
2002-05-03 00:27:03 +00:00 |
|
nicolson%netscape.com
|
169b621765
|
upgrade to NSS 3.4.1 RTM and NSPR 4.2.
|
2002-05-02 23:02:49 +00:00 |
|
nicolson%netscape.com
|
f7c27d4ae8
|
New provider files for JSS 3.2.
|
2002-05-02 20:25:15 +00:00 |
|
ian.mcgreer%sun.com
|
f0d29104b1
|
bug 141355, CERT_DecodeDERCertificate is not a safe function for some uses, must be replaced with CERT_NewTempCertificate.
|
2002-05-02 19:00:13 +00:00 |
|
relyea%netscape.com
|
7143d6f89c
|
Fix the RSA key check to correctly accept keys with p < q.
|
2002-05-02 17:39:13 +00:00 |
|
glen.beasley%sun.com
|
0cc88d04eb
|
bug 131308 build 64 bit JSS with JDK 1.4
|
2002-05-02 04:37:16 +00:00 |
|
glen.beasley%sun.com
|
6ddc297e30
|
bug 129394 change assert to _assert
|
2002-05-02 04:04:23 +00:00 |
|
kaie%netscape.com
|
29ca7dc66d
|
b=139948 SSL Tooltip not updated when going from one ssl site to another
r=javi sr=jag
|
2002-05-01 14:15:27 +00:00 |
|
jpierre%netscape.com
|
e7ee105522
|
Fix for 136279 - initialize NSS in a way compatible with < 3.4 versions of NSS
|
2002-05-01 01:04:41 +00:00 |
|
wtc%netscape.com
|
e4f5bd3810
|
Bugzilla bug 127062: use PR_MSG_PEEK instead of MSG_PEEK.
|
2002-05-01 00:21:50 +00:00 |
|
wtc%netscape.com
|
10bae1a1e3
|
Bugzilla bug 131057: define PORT_Strdup as a function that calls PORT_Alloc.
Modified files:
lib/ckfw/nsprstub.c lib/fortcrypt/swfort/pkcs11/stub.c
lib/nss/nss.def lib/util/secport.c lib/util/secport.h
|
2002-05-01 00:06:39 +00:00 |
|
wtc%netscape.com
|
4747c98947
|
Whitespace change.
|
2002-04-30 00:11:19 +00:00 |
|
relyea%netscape.com
|
cec43732fb
|
Use NewTempCert and AddTempCert when importing because the cert may already exist
in the cache.
|
2002-04-29 23:54:07 +00:00 |
|
darin%netscape.com
|
e554d83626
|
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
|
2002-04-27 05:33:09 +00:00 |
|
wtc%netscape.com
|
35e9736426
|
Added pkibase.c to the project.
|
2002-04-26 23:29:19 +00:00 |
|
wtc%netscape.com
|
787be44323
|
Needed a (char *) cast for slotInfo.manufacturerID because it is an array
of "unsigned" chars. Mac's compiler complains about that.
|
2002-04-26 23:05:40 +00:00 |
|
jgmyers%netscape.com
|
bf7e6b01fd
|
Remove ssl-forcehandshake workaround r=kaie/rpotts/bienvenu sr=darin
|
2002-04-26 23:02:11 +00:00 |
|
wtc%netscape.com
|
4841e2949f
|
Removed devobject.c from the project. That file was removed.
|
2002-04-26 22:52:07 +00:00 |
|
wtc%netscape.com
|
2762eaebca
|
Need to define SHLIB_SUFFIX for lib/softoken/dbinit.c.
|
2002-04-26 22:42:15 +00:00 |
|
relyea%netscape.com
|
3d3a200209
|
return error when incomplete shutdown has been detected.
|
2002-04-26 22:36:07 +00:00 |
|
ian.mcgreer%sun.com
|
cdae9ed5a1
|
When doing cert traversals, create the certs in full as they are found. This avoids thrashing the softoken's object cache when the database has a large number of certs.
|
2002-04-26 14:34:05 +00:00 |
|
ian.mcgreer%sun.com
|
74b86448f7
|
fix broken HPUX builds
|
2002-04-26 12:59:06 +00:00 |
|
relyea%netscape.com
|
600cb240a3
|
Add code to update nickname and 'CKA_ID' from set attribute calls. This allows
us to add a nickname to a cert after we import it from pkcs #12.
|
2002-04-26 01:44:33 +00:00 |
|
relyea%netscape.com
|
fbb0134208
|
Write the nickname entry as well when adding a nickname to a bug.
|
2002-04-26 01:09:21 +00:00 |
|
relyea%netscape.com
|
2cd6213ca5
|
Detect Active Card presents and disable PROTECTED_PIN_PATH login when found.
|
2002-04-25 21:24:47 +00:00 |
|
wtc%netscape.com
|
d3e14fdce2
|
Deleted code that was made obsolete by the previous revision.
|
2002-04-25 21:10:09 +00:00 |
|
relyea%netscape.com
|
1abdbba5a8
|
Don't let activeCards set the Protect_Auth bit because they weren't intending to
to begin with.
|
2002-04-25 20:57:06 +00:00 |
|
ian.mcgreer%sun.com
|
44d76f3678
|
if a cert already exists, use C_SetAttributeValue to change its mutable attributes during import (instead of trying to recreate it)
|
2002-04-25 20:49:49 +00:00 |
|