Commit Graph

2279 Commits

Author SHA1 Message Date
kaie%netscape.com
425ead8484 b=93103 r=relyea/ddrinan sr=blizzard
Enable display of complete chains when viewing certificates.
2001-09-06 20:20:50 +00:00
nelsonb%netscape.com
e17976568a Fix a crash. An attempt to move a sensitive key longer than 48 bytes
from one token to another will no longer crash.  Instead, it will fail
with the new error code SEC_ERROR_CANNOT_MOVE_SENSITIVE_KEY.  Bug 97887.
In addition, DHE key pairs are now generated with CKA_SENSITIVE false.
2001-09-06 03:00:39 +00:00
nelsonb%netscape.com
2c971ab625 Detect Null pointer. Assert if null, else don't crash here. Bug 97887. 2001-09-06 00:49:39 +00:00
kaie%netscape.com
b9fbcb9837 b=97369 r=kaie sr=blizzard
Checking in for walk84
2001-09-05 23:22:31 +00:00
kaie%netscape.com
e4e13ceab0 b=78720 r=javi sr=blizzard
Checking in for walk84
2001-09-05 23:20:41 +00:00
kaie%netscape.com
501e457e2c removing a fprintf(stderr) from my previous checkin 2001-09-05 21:34:38 +00:00
kaie%netscape.com
60db9a83a1 Checking in for valeski. In case of problems you can reach me at kai.engert@gmx.de
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now
required if you want to use do_GetInterface() for convenience. The two were split because the stuff
that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just
contain interface defs anyway.
2001-09-05 21:27:22 +00:00
relyea%netscape.com
6388dbd352 Don't skip certs that are already in the database. We may have to tweak
with the trust bits.
2001-09-04 20:20:48 +00:00
relyea%netscape.com
4a775646dd Allow 'importing' certificates that already exist in the database.
Use the import to change the trust flags on the given certificate.
2001-09-04 20:19:26 +00:00
mcgreer%netscape.com
7578da1fb9 checkin for colin@theblakes.com, OpenVMS fix
r=javi,sr=cls,a=dbaron
2001-09-04 14:51:08 +00:00
nicolson%netscape.com
d068352e1c copyright notice. 2001-08-31 22:35:58 +00:00
nelsonb%netscape.com
a8fd9268d1 Allow the 5 new DHE cipher suites to be selected with the -c command line
option.  Facilitates testing of bug 95987.
2001-08-31 04:29:45 +00:00
ddrinan%netscape.com
05a970ea4f Checking in for rangansen. Bug 96646 - hardcoded string. r=ddrinan,sr=hewitt,a=dbaron 2001-08-31 02:30:27 +00:00
ddrinan%netscape.com
51047ce90f Checking in for rangansen. Bug 94179 - password quality meter broken. r=jrgm,sr=hewitt,a=dbaron 2001-08-31 02:25:14 +00:00
ddrinan%netscape.com
04b248b033 Checking in for walk84. Bug 91799 - add align=center to fix layout problem. r=rangansen,sr=hewitt,a=dbaron 2001-08-31 02:15:48 +00:00
ddrinan%netscape.com
f7165d9ca3 Check in for rangansen. Bug 91453 - double click on cert container text. r=ddrinan,sr=hewitt,a=dbaron 2001-08-31 02:10:00 +00:00
relyea%netscape.com
cd0c0014e9 Fix solaris build breakage: make functions in pk11pars.h static (at least until I can move them into their own library). 2001-08-31 00:34:55 +00:00
relyea%netscape.com
b551f36ebb 1) Add the necessary code so that AddModule functions again.
2) Add code to create secmod.db on the fly again.
3) Fix uninitialized structures so that we can switch to the fips token.

The results of this checkin should allow the fips tests to pass again.
2001-08-31 00:20:47 +00:00
mcgreer%netscape.com
d3e7de28b1 fix problem with bad hashes 2001-08-30 21:07:26 +00:00
mcgreer%netscape.com
17f31cd9e9 make e-certify certs trusted 2001-08-30 19:12:52 +00:00
mcgreer%netscape.com
4cc7adfa04 exchange e-certify roots on the tip 2001-08-30 18:51:32 +00:00
kaie%netscape.com
48301602ca b=95988 r=relyea sr=tor a=asa
Fix crash when viewing a certificate
2001-08-30 05:21:59 +00:00
relyea%netscape.com
71144703de Fix Solaris (and probably others) runtime failures:
1) zero out the memory we used to create out module lists so they wind
up null terminated at the end.
	2) fix the lookup code for the secmod.db so that the '=' get properly removed.
	3) turn off attempts to do AddPermDB until we get the encode stuff working.
2001-08-28 23:37:22 +00:00
ddrinan%netscape.com
abce7fc769 Check in for tao. Bug 91217 - update locale version in package/locale provider registry. r=jbetak,sr=sspitzer 2001-08-28 22:39:13 +00:00
ddrinan%netscape.com
d6fb9f77ff Fix IRIX bustage caused by ^M in source 2001-08-28 16:58:13 +00:00
ddrinan%netscape.com
e033294f45 Fix IRIX bustage caused by ^M in source 2001-08-28 16:43:04 +00:00
ddrinan%netscape.com
a581cbb6b0 Fix IRIX bustage cause by ^M in source 2001-08-28 16:40:16 +00:00
ddrinan%netscape.com
25ec046951 Bug 92475 - error msg for expired CRLs. r=bryner,sr=tor,a=asa 2001-08-28 05:13:23 +00:00
kaie%netscape.com
68c65ed34c b=97044 r=dbaron sr=ben a=asa
Fix topcrash by adding safety null checks and correcting a typo
2001-08-28 04:40:36 +00:00
sonmi%netscape.com
b80bff99dd added comments, fixed HOSTNAME problem 2001-08-27 23:27:37 +00:00
sonmi%netscape.com
6c2cc77099 changed backward compatibility test directory 2001-08-27 23:11:05 +00:00
mcgreer%netscape.com
c95f5ab291 another attempt to fix builds, function needs to be forward declared 2001-08-25 21:28:16 +00:00
mcgreer%netscape.com
589a8cf541 fix broken builds caused by checkin 2001-08-25 21:01:38 +00:00
relyea%netscape.com
54d37d98e0 Land new PKCS #11 initialization code. 2001-08-24 21:16:48 +00:00
relyea%netscape.com
cb5467c202 Fix memory leak 2001-08-24 21:15:52 +00:00
relyea%netscape.com
73f718e29f Memory leak fixes. 2001-08-24 18:34:34 +00:00
relyea%netscape.com
b09ceb26de BLAPI is complete below the PKCS #11 line, so should not call high level initialization functions. 2001-08-24 18:21:09 +00:00
relyea%netscape.com
ff896c9655 1) Open database RW if we are encrypting so that the SDR key can be created.
2) Return an error code if we fail to open the database.
3) Initialize the database if it wasn't already
2001-08-24 18:20:07 +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
wtc%netscape.com
c4185eef2e Bugzilla bug 94685: fixed compiler warnings. 2001-08-24 03:52:23 +00:00
kaie%netscape.com
ef9709b219 b=96696 r=kaie sr=darin a=dbaron
adding missing init code
checking in for bbaetz
2001-08-24 03:40:48 +00:00
sonmi%netscape.com
57589cceed fixed typo 2001-08-24 01:11:58 +00:00
sonmi%netscape.com
1b3e2f29f3 added p/f for generating objsign cert bug 96743 2001-08-23 23:41:16 +00:00
sonmi%netscape.com
d5deeb87b0 brought comments up to date 2001-08-23 18:46:44 +00:00
kaie%netscape.com
9acd90d6f6 b=76915 r=dveditz sr=sfraser a=asa
Giving GUI feedback instead of crashing
Part 3 of 3 - changes to existing code
2001-08-23 05:25:15 +00:00
kaie%netscape.com
ab97d227f0 b=76915 r=dveditz sr=sfraser a=asa
Giving GUI feedback instead of crashing
Part 2 of 3 - changes to make files only
2001-08-23 05:23:21 +00:00
kaie%netscape.com
6195f1545e b=76915 r=dveditz sr=sfraser a=asa
Giving GUI feedback instead of crashing
Part 1 of 3 - added files only
2001-08-23 05:20:33 +00:00
kaie%netscape.com
65bfe90ec3 b=95987 r=relyea sr=sfraser a=asa
Fixing SSL crash by disabling ciphers
2001-08-23 04:58:27 +00:00
kaie%netscape.com
05a31115ed b=79153 r=kaie sr=sfraser a=asa
Making the new feature actually work on Mac.
2001-08-23 04:39:25 +00:00
wtc%netscape.com
8e29929a28 Bugzilla bug 94685: defining SECUTIL_NEW caused the wrong function
declaration (with PRFileDesc* as the first parameter) to be used and
hence a compiler warning.
2001-08-23 00:22:07 +00:00
wtc%netscape.com
f148c6831a Bugzilla bug 94685: added 'const' to eliminate compiler warning.
Modified files: install.c instsec.c
2001-08-23 00:10:00 +00:00
wtc%netscape.com
365a4318af Bugzilla bug 94685: deleted unused variable 'iter'. 2001-08-23 00:05:46 +00:00
wtc%netscape.com
e35eaa6c17 Bugzilla bug 94685: added 'const' to eliminate a compiler warning. 2001-08-23 00:00:05 +00:00
wtc%netscape.com
ef8a0c68f8 Bugzilla bug 94685: added 'const' to eliminate compiler warnings. 2001-08-22 23:55:53 +00:00
javi%netscape.com
c7d68428b6 Remove PSM 1 file from repository. 2001-08-22 23:36:18 +00:00
javi%netscape.com
ee62eb683e Remove PSM 1 files from repository. 2001-08-22 23:34:43 +00:00
wtc%netscape.com
949af4f43b Bugzilla bug 94685: eliminated a compiler warning about unreferenced label
'retry'.
2001-08-22 23:25:54 +00:00
javi%netscape.com
2ad9d51d10 Remove PSM 1 files from repository 2001-08-22 23:25:25 +00:00
wtc%netscape.com
e58049dd18 Bugzilla bug 94685: added missing 'case' in a switch statement. I have
to say that switch statement looks unusual.
2001-08-22 23:22:12 +00:00
javi%netscape.com
1eeb3e6a64 Remove PSM 1 files from repository. 2001-08-22 23:17:12 +00:00
wtc%netscape.com
4ba020ddd2 Bugzilla bug 94685: deleted the unreferenced label 'no_wrapped_key'. 2001-08-22 23:15:45 +00:00
javi%netscape.com
eb27fa0cb1 Remove PSM 1 files from repository 2001-08-22 23:08:46 +00:00
javi%netscape.com
224b0fa7df Removing PSM 1 files from repository. 2001-08-22 23:04:38 +00:00
javi%netscape.com
36ef0c1449 Removing old psm files 2001-08-22 23:03:22 +00:00
javi%netscape.com
86f0b37c13 Check to make sure we're still logged into a slot when trying
to re-use a client-auth session.
2001-08-22 22:50:26 +00:00
wtc%netscape.com
bf832ce37d Bugzilla bug 94685: fixed compiler warnings. The patch is from
timeless@mac.com.
Modified Files:
    cmd/certcgi/certcgi.c cmd/pk12util/pk12util.c
    lib/certdb/certdb.c
2001-08-22 22:40:42 +00:00
mcgreer%netscape.com
c7720287c0 Move functions to 3.3.1 to avoid confustion (they are not 3.2.x functions!) 2001-08-22 16:26:07 +00:00
javi%netscape.com
f0d4abd132 Fix for bug 91407 r=ddrinan, sr=tor
Make downloading a CA cert mime type blob smart enough
to handle blobs with more than one cert.
2001-08-22 04:05:45 +00:00
javi%netscape.com
6bb35e849c Fix for Bug 44042, checking in for Gervase Markham
r=javi, sr=bin

Fix up some confusing wording in security dialgs.
2001-08-22 01:06:56 +00:00
javi%netscape.com
93ce7df694 Fix for Bug 92003, r=ddrinan, sr=mscott
If the client of SSL/TLS socket provider doesn't provide callbacks,
use the window watcher service to get an nsIPrompt or whatever
interface is requested.
2001-08-21 19:10:56 +00:00
kaie%netscape.com
537e8b6fba addon for b=79153 rs=wtc@netscape.com
Fixes obvious portability error, moving thread starter function from C++ static method to C function.
No change in logic or functionality.
You can reach me at kai.engert@gmx.de
2001-08-21 14:22:11 +00:00
kaie%netscape.com
bd0a1540d1 Fixes #88303
r=wtc@netscape.com rs=darin@netscape.com
You can reach me at kai.engert@gmx.de
2001-08-21 02:45:43 +00:00
nicolson%netscape.com
838cdd08f8 remove superfluous trace message. 2001-08-21 01:59:22 +00:00
rangansen%netscape.com
2b6b352f5b Activating choice of smart card when new cert is requested
bug# 89972, r=javi, sr=blizzard
2001-08-21 01:12:38 +00:00
rangansen%netscape.com
c94863d20a Activating view button in download cert
bug# 81257, r=javi, sr=hewitt
2001-08-21 01:11:29 +00:00
rangansen%netscape.com
27b9fc7d69 Making delete crl work
bug# 95328, r=kaie, sr=hewitt
2001-08-21 01:08:48 +00:00
rangansen%netscape.com
d447114d8f Localizing access keys
bug# 95578, r=rangansen sr=hewitt
2001-08-21 01:07:35 +00:00
rangansen%netscape.com
6f90d295cf Making sure password strength is between 0 and 100
bug# 94179. r=ddrinan, sr=hewitt
2001-08-21 00:59:20 +00:00
rangansen%netscape.com
58ce656cd9 Makes the label appear on enable/disable fips button
Bug# 95683; r=ddrinan; sr=hewitt
2001-08-21 00:57:20 +00:00
sonmi%netscape.com
6b7463a799 took hardcoded reference to clio out 2001-08-20 21:25:56 +00:00
sonmi%netscape.com
11078f31e3 changed handeling of $RSH - if already set keep value
RSH is needed to be set to the current installation of WinNT,
problems on multiboot machines if c:/winnt/system32/rsh is being used
when running the Win2K from d:
also problems with MKS and cygnus rsh
2001-08-20 20:50:17 +00:00
sonmi%netscape.com
019cd913e8 added OSF 5.1 2001-08-20 20:47:52 +00:00
wtc%netscape.com
85701b6d0f Bugzilla bug 95797: fixed a typo. Thanks to Joerg Brunsmann
<joerg_brunsmann@yahoo.de> for the bug report and patch.
2001-08-20 19:05:34 +00:00
wtc%netscape.com
a119a2b900 fix unitialized key_type variable. Add asserts to it doesn't happen again. 2001-08-18 19:15:46 +00:00
rangansen%netscape.com
e7dd6fdaf7 Rolling back last change 2001-08-18 00:02:16 +00:00
rangansen%netscape.com
e2f8a9deea Rolling back last change 2001-08-17 23:55:46 +00:00
rangansen%netscape.com
ac70d37874 Changing xul window id to remove effect of persistence
bug# 95441, r=javi sr=hewitt
2001-08-17 23:35:44 +00:00
rangansen%netscape.com
c44ab41513 Changing dialog title
bug# 94026, r=rangansen. sr=hewitt
2001-08-17 23:34:36 +00:00
wtc%netscape.com
465405a1d1 Added to support Tru64 Unix V5.1. 2001-08-17 22:03:33 +00:00
wtc%netscape.com
8972494b1b Bugzilla bug 82259: added the XP_OS2 case. 2001-08-17 20:58:05 +00:00
sonmi%netscape.com
19ac4d41aa removed AIX 32 bit and HP 32 bit 2001-08-17 18:34:05 +00:00
javi%netscape.com
11b6c43ad1 Add NSS.prefix to the optimized target of NSSckbi.shlb 2001-08-17 17:29:57 +00:00
thayes%netscape.com
4bcbbe17a6 Bug 95531 - correct ref count on certificate in CMS (SMIME) recipient
handling.
2001-08-17 16:48:50 +00:00
kaie%netscape.com
daea741798 #95334, adding mime types for download certificate revocation lists
r=ssaux@netscape.com sr=blizzard@mozilla.org
You can reach me at kai.engert@gmx.de
2001-08-17 14:44:35 +00:00
kaie%netscape.com
6d1ce23390 #92131, SSL client authentication,
fixing memory leak, fixing crash, fixing spacing, adding extra space to layout
r=javi@netscape.com sr=blizzard@mozilla.org
You can reach me at kai.engert@gmx.de
2001-08-17 14:41:01 +00:00
rangansen%netscape.com
2378f45476 Changing title of the smart card manager
bug# 94978 ; r=kai.engert@gmx.de ; sr = blizzard
2001-08-17 00:44:16 +00:00
ddrinan%netscape.com
bdf2ce23e6 Missed this check in for bug 92475 - CRL checking 2001-08-16 23:57:57 +00:00
ddrinan%netscape.com
cde6a7ae2a Fix client auth crash 2001-08-16 18:50:56 +00:00
wtc%netscape.com
bb062e1b43 Removed the temporary hack. 2001-08-16 15:01:05 +00:00
wtc%netscape.com
fd22df4198 Temporary hack to make 'depend' do a 'clean' in NSS. 2001-08-16 13:47:49 +00:00
javi%netscape.com
467464e6d3 Adding files required for patch to Bug 79153.
Checking in for kaie.
2001-08-15 23:37:10 +00:00
kaie%netscape.com
20a45e4b6b #79153, giving feedback to the user while generating a crypto key
r=javi@netscape.com sr=blizzard@mozilla.org
you reach me at kai.engert@gmx.de
Mac project file changes will be checked in by javi
2001-08-15 23:27:42 +00:00
rangansen%netscape.com
788e5b44a8 bug# 77431, fixing windows title
r-ddrinan, sr=hewitt
2001-08-15 22:36:34 +00:00
mcgreer%netscape.com
6fef752aa5 make fips.sh use relative dirs like the other scripts, works better on windows 2001-08-15 15:38:33 +00:00
kaie%netscape.com
85b356e352 #79153. Giving feedback during crypto key generation.
For now, checking in only new files, not yet referenced by any existing code.
Other parts of check in delayed until Mac project files are adjusted.
r=javi@netscape.com sr=blizzard@mozilla.org
You reach me at kai.engert@gmx.de
2001-08-15 01:53:53 +00:00
javi%netscape.com
54bf02e64f Fix for Bug 94499 r=ddrinan, sr=blizzard
Implement a dummy callback to generate a nickname for NSS so that
we can import certs that don't have the friendly name attribute in
one of the PKCS #12 Bags.
2001-08-15 01:34:36 +00:00
mcgreer%netscape.com
1d34346cfe fix up the comment
btw, the last checkin was r=wtc,relyea
2001-08-14 20:14:27 +00:00
mcgreer%netscape.com
c64ee802b4 fixes for 95135 and 95150, find DSA keys that start with a leading 0 2001-08-14 18:53:27 +00:00
sonmi%netscape.com
da7790842b added local (networkindependent) QA 2001-08-14 17:34:06 +00:00
sonmi%netscape.com
faea98248b added /bin and /usr/bin to the PATH so a local perl will be used
since we have too many network problems right now
2001-08-14 17:24:26 +00:00
mcgreer%netscape.com
1beefc232f make delete key actually do delete key... 2001-08-14 15:11:52 +00:00
kaie%netscape.com
5f7c021d8b Trying to fix Mac bustage, caused by my earlier checkin 2001-08-14 02:52:07 +00:00
kaie%netscape.com
c7fa1ceeec #92131, enhanced client authentification prompter
r=javi@netscape.com sr=blizzard@mozilla.org
2001-08-14 00:01:12 +00:00
kaie%netscape.com
f55d73bda8 #91683, SSL alerts were not displayed
r=javi@netscape.com sr=blizzard@mozilla.org
2001-08-13 23:46:01 +00:00
sonmi%netscape.com
972247cef4 disabeling the missing platformlist for solaris 2001-08-13 18:17:17 +00:00
mcgreer%netscape.com
879c001c45 clean up patch based on wtc review 2001-08-13 13:50:56 +00:00
mcgreer%netscape.com
f5e05df41e be strict about passing wincx in pk12util. 2001-08-12 20:57:40 +00:00
sonmi%netscape.com
10981d86eb temporarily disabled QA for 32 bit Solaris builds until ANthony finds time to
implement the builds
2001-08-12 16:17:35 +00:00
bryner%netscape.com
96d4e843eb Bug 94062 - remove support for MOZ_NSS_AUTOCONF. Patch from wtc, r=cls. 2001-08-12 04:25:41 +00:00
rangansen%netscape.com
f8d986449a bug# 85792, r=javi, sr=hewitt
Accidentally missed a few things last time - cleaning up.
2001-08-12 03:03:01 +00:00
rangansen%netscape.com
cfaa616278 bug# 85792, r=javi, sr=hewitt
Forgot to remove this line when checked in last time
2001-08-12 01:53:39 +00:00
rangansen%netscape.com
6e47a13084 bug# 77431, r=javi, sr=hewitt
Forgot to remove this line when checked in last time
2001-08-12 01:52:58 +00:00
mcgreer%netscape.com
7eb7ae03e3 fix for 94866, DSA key gen broken on 64-bit platforms 2001-08-11 14:59:03 +00:00
rangansen%netscape.com
da2c6db446 Forgot to check in this line last time 2001-08-11 01:13:11 +00:00
rangansen%netscape.com
c62fdba496 Enhancing delete cert feature
bug# 85792 ; r=javi ; sr=hewitt
2001-08-11 00:13:10 +00:00
rangansen%netscape.com
f5a43e4f78 Enhancing edit cert feature
bug# 77431 ; r=javi ; sr=hewitt
2001-08-10 23:39:58 +00:00
rangansen%netscape.com
d3d6e37644 Workaround Fix for missized window.
bug# 93083 ; r=javi ; sr=hewitt
2001-08-10 22:32:44 +00:00
rangansen%netscape.com
808accb03f Workaround Fix for missized window.
bug# 89420 ; r=javi ; sr=hewitt
2001-08-10 22:31:57 +00:00
cls%seawood.org
8d8031072b Building PSM1 has not been supported from quite some time now so remove dirs to prevent accidental building 2001-08-10 21:55:05 +00:00
rangansen%netscape.com
b1eb7d424c Fix to allow passwords > 30 characters
bug# 79805 ; r=javi ; sr=blizzard
2001-08-10 21:11:40 +00:00
ddrinan%netscape.com
16cc9955fc Bug 90987 - view file does not set lock icon. r=javi,sr=blizzard 2001-08-10 20:56:30 +00:00
kaie%netscape.com
5dfc8aa9c0 #82141, checking in for blizzard@mozilla.org
r=javi@netscape.com sr=tor@acm.org
Adding error return check.
2001-08-10 19:55:32 +00:00
javi%netscape.com
543eab07f1 Remove hard coded paths pointing to the inside of the tree replacing them
with a single occurrence of the top level 'dist' directory.
2001-08-10 18:30:18 +00:00
mcgreer%netscape.com
30ed9204fa make error return more readable 2001-08-10 16:13:13 +00:00
mcgreer%netscape.com
b5ad2a94e9 duh. Return error % 256 (to get 255 when error is SECFailure). 2001-08-10 16:06:57 +00:00
kaie%netscape.com
65e51528a0 Checking in for Stephen Walker (walk84@yahoo.com)
PSM XUL cleanup. Bug #88328
r=javi@netscape.com sr=hewitt@netscape.com
2001-08-10 13:40:32 +00:00
rangansen%netscape.com
29a5139e48 patch to bug # 92213, r=javi, sr=hewitt.
Fixes the xul window sizing issue.
2001-08-10 01:34:51 +00:00
rangansen%netscape.com
05bc12b616 patch to bug # 78615, r=ddrinan, sr=hewitt.
Fixes the xul window sizing issue
2001-08-10 01:33:42 +00:00
javi%netscape.com
1d88f0bc1f Fix for Bug 87654 r=ddrinan sr=blizzard
Turn off OCSP when painting the Cert Manager because painting
the certificate manager becomes painfully slow whenever OCSP is on.
2001-08-10 01:05:57 +00:00
javi%netscape.com
5d42020c44 Forgot this when checking in yesterday. 2001-08-10 01:01:22 +00:00
ddrinan%netscape.com
2ae77cc74a Bug 92475 - Display error when SSL server CRL has expired. r=javi,sr=blizzard 2001-08-09 22:29:34 +00:00
ddrinan%netscape.com
ee2c75f35c Bug 59758 - form submission gives incorrect warning. r=javi,sr=blizzard 2001-08-09 22:26:16 +00:00
sonmi%netscape.com
0876028890 added QA for Solaris 8 forte 6 NSS
fixed bug that Redhat 7.1 Llinux was still dependend on the 6.x build
changed the calling of mksymlinks (without options)
2001-08-09 21:09:08 +00:00
sonmi%netscape.com
0df74dcd45 fixed bug #94356 (script tries to kill unrelated rsh processes)
changed # of tests TOTAL_TESTS to account for the fips tests
2001-08-09 21:06:51 +00:00
mcgreer%netscape.com
ca1878cfa5 force certutil to always return 255 on error. Make sure there is only one pointer to password callback arg. 2001-08-09 20:57:58 +00:00
sonmi%netscape.com
21ba42ba45 added removal of the pk12 lock file
added option -all to clean all commonly used QA machines to work
around a problem, that left lock files on all the machines
2001-08-09 20:55:24 +00:00
sonmi%netscape.com
c1dc328465 changed setting of directories to seperate NSS specifics from
commonly used directories
2001-08-09 20:53:22 +00:00
mcgreer%netscape.com
c63a539773 print a useful error message when password fails 2001-08-09 20:14:15 +00:00
mcgreer%netscape.com
d454f0472f when doing file passwords, only open the file once to retrieve the password, then keep it in memory. Seems to fix scripting problems (especially in FIPS, which hits the password prompt a lot). 2001-08-09 13:58:30 +00:00
mcgreer%netscape.com
7a148171dd fix for 92962, need to chomp newline at end of message body. 2001-08-09 13:30:44 +00:00
nicolson%netscape.com
9f0b7149a8 update version string to JSS 3.1, RTM. 2001-08-09 03:02:23 +00:00
kaie%netscape.com
1bea5fdf3d r=javi@netscape.com sr=blizzard@mozilla.org
Fixing crash, checking for nullness, see bug 94171.
2001-08-09 01:38:48 +00:00
wtc%netscape.com
5c22f83be9 Bugzilla bug #20860: building NSS on 64-bit OS (such as Solaris) requires
setting USE_64=1.  The patch is from cls.  r=wtc.
2001-08-09 01:38:08 +00:00
javi%netscape.com
1bfe1e4d7a Fix for Bug 89998, Checking in for Mark Anderson
r=javi, sr=hewitt

Get rid of soon to be deprecated titlebox widget.
2001-08-09 01:24:01 +00:00
mcgreer%netscape.com
38517f2ab0 add the new FIPS QA to the suite 2001-08-08 21:12:42 +00:00
mcgreer%netscape.com
7c7d7404b9 adding a script to do FIPS QA 2001-08-08 21:12:10 +00:00
mcgreer%netscape.com
66923155b9 Look for the private key when listing keys.
The second part of this patch was checked in, see revision 1.28.  Yet, somehow, it never showed up.
2001-08-08 13:37:42 +00:00
kaie%netscape.com
4dd6f71c90 Removing some duplicate lines that were introduced accidentially. 2001-08-08 01:26:57 +00:00
javi%netscape.com
89024435e7 Fix for Bug 88565, checking in for Kai Engert
r=cotter, sr=ddrinan

Missed this patch as part of my last check-in for this bug.
2001-08-07 23:54:22 +00:00
ddrinan%netscape.com
657acb1f6c Bug 87134 - change insecure to unencrypted, r=ddrinan,sr=blizzard 2001-08-07 22:22:20 +00:00
javi%netscape.com
74875ca345 Fix for 88552, Checking in for Kai Engert
r=ddrinan, sr=blizzard

Set default value of timeout to 1.
2001-08-07 21:21:40 +00:00
javi%netscape.com
8236c9cf81 Fix for bug 82886, Checking in for Kai Engert
r=mcgreer, sr=blizzard

Remove unused/confusing column from the Cert Manager.
2001-08-07 21:18:10 +00:00
mcgreer%netscape.com
5da4560b7a copy the plaintext password over 2001-08-07 21:11:46 +00:00
javi%netscape.com
080c56be19 Fix for Bug 8853, Checking in for Kai Engert
r=ddrinan, sr=blizzard

Fix alignment problems with text before & after input field
in master password timeout.
2001-08-07 21:09:38 +00:00
javi%netscape.com
472f177919 Fix for Bug 88565, Checking in for Kai Engert
r=cotter, sr=blizzard

Fix some wording inconsistincies.
2001-08-07 21:03:01 +00:00
javi%netscape.com
7d5ca070a5 Fix for Bug 90997, Checking in for Kai Engert
r=ddrinan, sr=blizzard

Make PSM dialogs come to the top.
2001-08-07 20:57:18 +00:00
ddrinan%netscape.com
b55bd9f255 Bug 54104 - fix to find the built in CA certs 2001-08-07 18:56:13 +00:00
mcgreer%netscape.com
070a6e685b Yet Another Instance Of Needing to Send the Password Down for FIPS 2001-08-07 16:46:52 +00:00
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
sonmi%netscape.com
22d7c56ffe adapted for filesystem move (mccrel) 2001-07-30 17:05:55 +00:00
sonmi%netscape.com
248afc818d preparation for network independend and local QA 2001-07-27 23:06:46 +00:00
javi%netscape.com
bdb7727abe Oops. Weren't supposed to take out the title as part of this patch. 2001-07-27 21:31:44 +00:00
javi%netscape.com
dc351ee72d Fix 78615, Checking in for Rangan Sen
r=ddrinan, sr=hewitt, a=blizzard

Fix sizing problems with expired certificates.
2001-07-27 21:20:55 +00:00
sonmi%netscape.com
2130944b0e fixed a problem that PC Solaris 9 x86 was reported as sparc solaris 9 2001-07-26 20:21:22 +00:00
nicolson%netscape.com
208a8f62b4 Upgrade to NSS 3.3 RTM. 2001-07-26 11:33:47 +00:00
javi%netscape.com
042abf08fc Fix for Bug 91466, Checking in for Hakan Waara
r=javi, cotter sr=hewitt, a=dbaron

Re-work the Unknown CA dialog to make it less confusing.
2001-07-26 01:53:13 +00:00
tfox%netscape.com
cbc6ebf3c1 Added build_coreconf target. 2001-07-25 23:14:16 +00:00
sonmi%netscape.com
55ffc94cc9 added functionality for solaris 9 2001-07-25 21:08:06 +00:00
sonmi%netscape.com
29db9e67b3 added solaris 9 symlinks 2001-07-25 21:07:24 +00:00
sonmi%netscape.com
c369cb8300 added PC Solaris 9 2001-07-25 18:33:28 +00:00
bryner%netscape.com
014323bd96 Checking in for jag. Bug 86734 - getting rid of NS_WITH_SERVICE. r=dbaron, rs=scc. 2001-07-25 00:37:28 +00:00
javi%netscape.com
dcef2e7a02 Fix for Bug 84824, checking in for Chris Seawood
Add .cvsignore file to PSM 2 directories.
2001-07-25 00:29:57 +00:00
javi%netscape.com
b637266291 Fix for Bug 85451, r=ddrinan, jag sr=blizzard
Don't use style="overflow:auto" on tree widgets.  Re-write the data
  display panel of the cert viewer to use textbox instead of tree.
2001-07-25 00:16:42 +00:00
javi%netscape.com
4a6fec4d30 Fix for Bug 77010, Checking in for Kakan Waara
r=rangansen, sr=hewitt

  Remove Close button from Cert Viewer.
2001-07-24 23:55:27 +00:00
sonmi%netscape.com
8c8e49a636 added more errorindicators (segmentation fault, bus error, ..., bug 83418
a recent fix in the toolstest had produced a problem in the diff of the backwardcompatibility test
see bug 90244 - fixed
2001-07-24 20:36:48 +00:00
javi%netscape.com
56973d821d Fix for Bug 91638, checking in for Stephen Walker
r=ddrinan, sr=blizzard

  Add semi-colons to end of onload directives in 2 xul files.
2001-07-24 19:50:06 +00:00
mcgreer%netscape.com
867a310a99 fix for 90510, listing individual certs from token 2001-07-24 19:26:53 +00:00
sonmi%netscape.com
2acffebc93 removed linux symlinks 2001-07-24 02:42:40 +00:00
javi%netscape.com
c0eb034324 Oops. Checked in the wrong version of the patch.
Checking in correct fix for nsSSLIOLayerWrite
2001-07-24 01:03:47 +00:00
javi%netscape.com
1a5dd9d78e Fix for Bug 88244, r=ddrinan, sr=blizzard
Use necko's premature EOF mechanism to re-try connections to
  TLS intolerant sites.  This makes TLS through proxies possible.
2001-07-24 00:42:52 +00:00
nicolson%netscape.com
d47babf58c Fix bug 90228: Signtool not picking up hidden (dot) files when performing
signing.
Don't skip files that start with "." and "#".
2001-07-20 21:31:33 +00:00
javi%netscape.com
d7c9f31360 Fix for Bug 88230, checking in for ccarlen
r=javi, sr=tor

 Initialize an un-initialized variable and make sure we don't call
 NSS if NSS is uninitialized.
2001-07-20 20:16:23 +00:00
mcgreer%netscape.com
0ed73cf55a what's this, a checkin to lib/pki?
stub out function implementations, make it build
2001-07-19 20:41:38 +00:00
mcgreer%netscape.com
017f25312f make some header/source definitions consistent to fix build 2001-07-19 20:40:42 +00:00
ddrinan%netscape.com
73e571375a Check in for jst. Remove some unused macros 2001-07-19 00:10:13 +00:00
javi%netscape.com
b210a46eb7 Fix for Bug 89105, Checking in for Stephen Walker
r=ddrinan, sr=blizzard

Let's only say connect once in the generic SSL error note.
2001-07-18 20:29:04 +00:00
javi%netscape.com
9849b9a13e Fix for Bug 85695, Checking in for Stephen Walker
r=ssaux, sr=blizard

Change Login->Log In and Logout->Log Out so that we display words
that are in the English dictionary.
2001-07-18 20:25:59 +00:00