mcgreer%netscape.com
0b46751d74
fix bug in param allocation
2001-08-07 16:35:06 +00:00
mcgreer%netscape.com
6c177391c5
implement key deletion in certutil
2001-08-07 16:04:12 +00:00
mcgreer%netscape.com
070debc909
undo last change
2001-08-07 00:45:42 +00:00
mcgreer%netscape.com
1f0128a692
fix hash password integrity
2001-08-07 00:45:22 +00:00
nicolson%netscape.com
29f59cec37
Fix 93983: empty line in jss.def breaks HP build
2001-08-06 23:52:18 +00:00
mcgreer%netscape.com
78068a5ef5
more changes for fips to make sure token is logged in
2001-08-06 20:37:27 +00:00
mcgreer%netscape.com
be0c0a0e5c
more FIPS fixes. it's possible the old crypto lib alloc'ed the PQG params and copied them over when creating the DSA key, otherwise this code would have never worked. It's also possible this code was never tested as-is. At any rate, the static vars go out of scope and wreak havoc later on, so alloc the memory.
2001-08-06 18:57:16 +00:00
mcgreer%netscape.com
1edee3f9a8
another FIPS workaround
2001-08-06 18:19:12 +00:00
mcgreer%netscape.com
4502e6e9b2
more FIPS changes, keep pw context with key to avoid pw prompt
2001-08-06 16:01:10 +00:00
bryner%netscape.com
5ca544cf1d
Checking in for cls@seawood.org. Bug 93282 - pipnss not rebuilt when NSS static libraries change. r=bryner.
2001-08-04 23:29:40 +00:00
javi%netscape.com
f0a6568baa
Remove ^M characters.
2001-08-03 22:49:22 +00:00
javi%netscape.com
a434d73e7c
Update the CRMF templates so that the ASN.1 encoder correctly
...
encodes optional fields that have sub-templates that may
potentially stream. This will fix PSM Bug 92502
2001-08-03 22:26:25 +00:00
mcgreer%netscape.com
59b5e92958
fix broken builds by exporting PK11 PBE functions for smime.so (PKCS#12)
2001-08-03 20:12:12 +00:00
mcgreer%netscape.com
9d98643622
fix for #92940 , PKCS#12 broken in FIPS mode. Force keygen to occur on token, added new PKCS#11 mechanisms to handle PKCS#12 integrity key generation.
2001-08-03 18:50:54 +00:00
javi%netscape.com
bec1d3cddc
Fix for Bug 8125 Checking in for Rangan Sen
...
r=ddrinan, sr=hewitt,blizzard
Check to see if a CA cert already exists in DB before importing.
2001-08-03 18:39:01 +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
nicolson%netscape.com
3838f20301
Fix 93117: some SSL classes not in jss.jar
2001-08-03 06:59:41 +00:00
javi%netscape.com
08a7cf5129
Fix pk12util by modifying my previous patch.
2001-08-03 00:37:53 +00:00
ddrinan%netscape.com
98470d0683
Bug 91684 - Incorrect alers with CMS 4.2 SP2. r=javi,sr=blizzard
2001-08-02 23:55:56 +00:00
ddrinan%netscape.com
d1f3037072
Bug 86860 - cert issuer details. r=javi,sr=blizzard
2001-08-02 23:52:25 +00:00
ddrinan%netscape.com
18974de8f4
Bug 85720 - domestic DES 56-bit cipher pref. r=ssaux,sr=blizzard
2001-08-02 23:46:30 +00:00
mcgreer%netscape.com
f78082d28d
fix DSA key gen
2001-08-02 21:06:38 +00:00
mcgreer%netscape.com
9ee2624f53
changes to make FIPS mode work
2001-08-02 21:04:14 +00:00
javi%netscape.com
46087dde8d
Fix for Bug 91978 Checking in for Eddy Kim
...
r=javi, sr=blake
Make some PSM prefs lockable.
2001-08-02 20:11:38 +00:00
javi%netscape.com
c2551e2ead
Fix for Bug 78811 Checking in for Rangan Sen
...
r=ddrinan sr=hewitt
Make double clicking on an entry in cert manager bring up the cert viewer.
2001-08-02 00:32:00 +00:00
javi%netscape.com
70eb7611bd
Fix for Bug 90641 Checking in for Rangan Sen
...
r=ddrinan, sr=hewitt
Fix the title for certificate expired/certificate not yet valid dialog
2001-08-02 00:12:14 +00:00
javi%netscape.com
bf33f24177
Backing out previous check-in.
2001-08-02 00:02:34 +00:00
javi%netscape.com
93a716dc4f
Fix for Bug 89420 Checking in for Rangan Sen
...
r=ddrinan, sr=hewitt
Fix missized download cert dialog.
2001-08-01 23:55:36 +00:00
javi%netscape.com
009c5667e7
Fix for Bug 84825 Checking in for Rangan Sen
...
r=ddrinan sr=hewitt
Remove hard coded width from dialog.
2001-08-01 23:49:42 +00:00
javi%netscape.com
3e95b099e0
Fix for Bug 91732 Checking in for Stephen Walker
...
r=javi sr=blizzard
Properly disable/enable textfield in master passwords panel.
2001-08-01 23:44:06 +00:00
ddrinan%netscape.com
53c8bfda11
Check in for Kai. Bug 83165 - js strict warnings. r=ddrinan,sr=blizzard
2001-08-01 23:37:38 +00:00
javi%netscape.com
9b6341d009
Fix for bug 89086 Checking in for Kai Engert
...
r=ddrinan, sr=blizzard
Make keyboard events work as expected for PSM dialogs.
2001-08-01 23:35:08 +00:00
ddrinan%netscape.com
2cd29b07f0
Check in for Kaie. Bug 78719 - js strict warnings. r=ddrinan,sr=blizzard
2001-08-01 23:25:40 +00:00
javi%netscape.com
69a2af3913
Fix for Bug 88552 Checking in for Kai Engert
...
r=ddrinan sr=blizzard
Disallow bad values in the timeout value when setting the timeout
inthe master password dialog.
2001-08-01 23:25:04 +00:00
javi%netscape.com
2b6fc2a663
Fix for Bug 88550 Checking in for Kai Engert
...
r=ddrinan sr=blizzard
Some more Javascript warnings.
2001-08-01 23:21:20 +00:00
javi%netscape.com
290905f327
Fix for Bug 88547 Checking in for Kai Engert
...
r=ddrinan sr=blizzard
Get rid of some more JavaScript warnings.
2001-08-01 23:17:59 +00:00
javi%netscape.com
1490020e6a
Fix for Bug 84163 Checking in for Kai Engert
...
r=ddrinan sr=blizzard
Get rid of some Javascript warnings.
2001-08-01 23:16:11 +00:00
javi%netscape.com
f05abe55b5
Fix for Bug 84151 Checking in for Kai Engert
...
r=ssaux,ddrinan sr=blizzard
Add some text for the case where a cert doesn't have the appropriate
text for us to present to the user.
2001-08-01 23:13:26 +00:00
javi%netscape.com
ebc10a1395
Fix for Bug 83177, Checking in for Kai Engert
...
r=ddrinan, sr=blizzard
Add PFX to the supported file extensions when looking for a certificate
to look for. Will make inter-op with IE better.
2001-08-01 23:07:57 +00:00
javi%netscape.com
7fadde140f
Fix for Bug 78802, Checing in for Kai Engert
...
r=ddrinan, sr=blizzard
Show complete date and time for certs in cert viewer.
2001-08-01 23:05:08 +00:00
javi%netscape.com
481d7a4140
Fix for Bug 87361, Checking in for Kai Engert
...
r=javi, sr=blizzard
Add more useful error message during PKCS #12 Backup.
2001-08-01 23:01:37 +00:00
javi%netscape.com
3b543df258
Fix for Bug 87262, Checking in for Kai Engert
...
r=ddrinan, sr=blizzard
Get rid of some JS warnings by declaring variables.
2001-08-01 22:56:37 +00:00
javi%netscape.com
7878d7fd93
This is a patch for Bug 80416. r=relyea
...
This fixes a problem with encoding optional octet strings. The code
previously took a NULL SECItem that was not streaming and interpreted
that data.
XXX This may cause trouble when we try to encode large
S/MIME messages that may require streaming.
2001-08-01 22:39:50 +00:00
javi%netscape.com
e06d8aceb5
Fix for Bug 92922, checking in for blizzard
...
Make the continue button work on the Unknown Issuer SSL error alert.
2001-08-01 01:40:10 +00:00
nicolson%netscape.com
1f969e934e
Fix 92882: coreconf jdk.mk doesn't support solaris x86
...
r=wtc.
2001-07-31 18:58:49 +00:00