Граф коммитов

2253 Коммитов

Автор SHA1 Сообщение Дата
nicolson%netscape.com 4735953c74 Fix 100796: calling undeclared functions breaks AIX build
Workaround 100791: misspelled function prototypes in pk11func.h
2001-09-20 19:16:51 +00:00
ian.mcgreer%sun.com 87d279d4a9 disable AES for blocksizes > 128 until it is fixed. 2001-09-20 17:11:08 +00:00
wtc%netscape.com 80fc232f51 Bugzilla bug 77788: checked in the bug fix again now that the manifest.mn
file that incorrectly set CFLAGS has been fixed.
2001-09-20 14:27:54 +00:00
nelsonb%netscape.com 45696f120b Generate larger block of key material correctly for SSL3 as well as TLS.
Add assert to detect if key material is ever too small again.
2001-09-20 04:36:14 +00:00
nelsonb%netscape.com d7ce7107ad Increase the amount of key material derived from the master secret to that
it will be enough for AES with 256-bit keys.
2001-09-20 03:55:16 +00:00
nelsonb%netscape.com ead1932f5b Fix pk11_DecryptInit for AES. It was telling AES to encrypt, not decrypt. 2001-09-20 02:56:18 +00:00
ian.mcgreer%sun.com 6dd9e7778f checkin of threadsafe hashtable; copied from ckfw/hash.c but using NSS types 2001-09-20 00:28:36 +00:00
mcgreer%netscape.com e2ae069f19 match changes in dev, implement lookup by nickname for testing 2001-09-19 21:49:52 +00:00
mcgreer%netscape.com 89859cff72 the device API is not public, so move:
NSSModule_ ==> nssModule_
NSSSlot_   ==> nssSlot_
NSSToken_  ==> nssToken
Functions which should be public can be changed individually.
2001-09-19 21:47:23 +00:00
mcgreer%netscape.com 78f3db3152 use the list to collect certs 2001-09-19 21:37:21 +00:00
mcgreer%netscape.com 7280d68a6e initial checkin of threadsafe list 2001-09-19 20:20:06 +00:00
mcgreer%netscape.com 3763adfb6e first cut at password handling. todo: implement transaction-based passwords (at a higher level?) 2001-09-19 19:08:32 +00:00
cls%seawood.org 6acbc513b2 Updating security/ REQUIRES.
Bug #98371 moa=kaie r=bryner sr=alecf
2001-09-19 00:01:47 +00:00
mcgreer%netscape.com b5570a1c32 cleanup; match changes to dev/; update doc 2001-09-18 20:55:01 +00:00
mcgreer%netscape.com 4ddecbc706 cleanup; add nssSession type to allow multiple sessions accessing the token API 2001-09-18 20:54:28 +00:00
jaggernaut%netscape.com 3826eb9902 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
nelsonb%netscape.com 54818a7fb9 Use new function SSL_GetChannelInfo(). Bugzilla bug 78959.
Also, reduce size of SSL server session cache on disk.
2001-09-18 02:05:08 +00:00
nelsonb%netscape.com 6670493600 Use new function SSL_GetChannelInfo(). Bugzilla bug 78959. 2001-09-18 02:02:05 +00:00
nelsonb%netscape.com 7b1e351c0f Implement new function SSL_GetChannelInfo(). Bugzilla bug 78959. 2001-09-18 01:59:21 +00:00
rangansen%netscape.com b4e68ed818 r=ddrinan sr=kin@netscape.com
bug# 99719; patch to regression on dialog window
2001-09-18 01:50:28 +00:00
ddrinan%netscape.com 8d48eedf87 Fix build bustage for rpotts. Removed GetProtocolHandler() method 2001-09-18 00:20:16 +00:00
mcgreer%netscape.com 585877b23a add suggestion about new NSSSession type; crypto context question 2001-09-17 22:14:55 +00:00
wtc%netscape.com 79711afc33 lla bug 98371: specify the NSPR and DBM include directories using
MOZILLA_INCLUDES instead of SOURCE_MDHEADERS_DIR.
2001-09-17 20:55:25 +00:00
gerv%gerv.net 63fffd961d Prevent security dialogs being untitled. Bug 99845. r=timeless. rs=brendan with his magic string-only-changes rubberstamp. 2001-09-16 23:27:11 +00:00
jaggernaut%netscape.com 5ca4124e37 Bug 99876: <spring/> --> <spacer/>. r=mozbot 2001-09-16 14:39:37 +00:00
kaie%netscape.com 98de00307b b=99525 r=ddrinan/morse/relyea sr=blizzard
Completing feature added with bug 96018.
2001-09-14 20:19:29 +00:00
mcgreer%netscape.com 1f1e38b754 work-in-progress document for stan development 2001-09-14 19:01:56 +00:00
mcgreer%netscape.com 0c81099505 initial checkin of pkiutil. 2001-09-14 18:37:58 +00:00
mcgreer%netscape.com 7b35b4a0c4 initial checkin of the new command library. 2001-09-14 18:37:37 +00:00
mcgreer%netscape.com 9562e95aa5 make stan buildable using BUILD_STAN variable 2001-09-14 18:07:54 +00:00
bryner%netscape.com 36592da9a1 Bug 73353 - clean up REQUIRES. patch from jag, r=bryner, sr=brendan. 2001-09-14 04:55:50 +00:00
sonmi%netscape.com 97ccb77eff forgot this in the last checkin - added Solaris 9, fixed 2 bugs 2001-09-14 01:05:06 +00:00
sonmi%netscape.com b1b2f2c5cb added Sparc solaris 9
fixed unfiled bug in mksymlink (trying to symlink if dir exists in
	unix dirs, trying to symlink if either dir or symlink exists)
fixed bug in header , debug flag not passed into mksymlinks
fixed bug in header , always-yes flag not passed into mksymlinks
added email option -ml for qa_stat - only sends hyperlink to result.html
fixed unfiled bug NT backward compatibility test failures
removed unnecessary hostnamesetting from anything but nssqa
changed handeling of pass/fail in backward compatibility test
	evaluation, started fix of bugs 97209 and 98219
2001-09-14 01:04:05 +00:00
mcgreer%netscape.com aadc955508 Use NSS_IMPLEMENT in code files for consistency.
Implement some basic certificate routines.
Define some of the PKI types.
Implement some trust domain routines, but only for testing purposes.
Allow for building as shared library.
2001-09-13 22:16:22 +00:00
mcgreer%netscape.com 9fc3829457 ah, first bug. init the token last when creating a slot. 2001-09-13 22:14:22 +00:00
mcgreer%netscape.com e79146d929 initial checkin of the cryptoki device library code for stan. The current
amount of implemented code does little more than basic initialization of
a module and loading of a module's slots and tokens.
2001-09-13 22:06:10 +00:00
wtc%netscape.com e103a951d0 Bugzilla bug 98335: fixed two errors identified by compiler warnings
and deleted an unnecessary if.  The patch is contributed by
timeless@mac.com.
2001-09-13 21:39:05 +00:00
sonmi%netscape.com a546a10e96 took out some outdated 3.2 workarounds
put in debug info for sjsu
2001-09-13 01:03:07 +00:00
kaie%netscape.com af702fb14e Mozilla bug 99052, fixing crash.
Adding null and error checks.
r=nelsonb
2001-09-12 21:53:31 +00:00
nicolson%netscape.com 4825371fbf Fix 99375: UnsatisfiedLinkError gives misleading description 2001-09-12 18:55:03 +00:00
bryner%netscape.com ed222202b7 REQUIRES updates. Patch from jag, r=cls. 2001-09-12 08:16:34 +00:00
sonmi%netscape.com 933629ee16 removed obsolete workaround, not running pk12util tests because of 3.2 failures 2001-09-11 01:46:09 +00:00
sonmi%netscape.com d16b6e1b40 added debug info on linux failure (bad password certutil -K) 2001-09-11 01:10:46 +00:00
sonmi%netscape.com efc4eb861f workaround for BAckward compatibility failures (newly added test had
not been accounted for)
changed number of expected tests
2001-09-11 00:59:50 +00:00
nicolson%netscape.com 56c3832cd0 Fix 95666: ImportDERPublicKey assigns CK_KEY_TYPE to pubkey->type. 2001-09-10 22:53:34 +00:00
sonmi%netscape.com 2c3cd4fbfe fixed 2 problems with local QA, right usage information and
absolute PATHS in NT understood as well now
2001-09-10 22:09:29 +00:00
sonmi%netscape.com 117f3b9abf fixed a problems related to bug 96758 (typo in variable name)
and added comment about weird behavior and weirder solution
2001-09-10 21:55:52 +00:00
sonmi%netscape.com e9db5a0380 changed behavior so rsh is not necessary anymore 2001-09-10 21:30:26 +00:00
sonmi%netscape.com 716534ab1e trieing again, the same change as a week ago, setting TMPDIR and TEMP
to the HOSTDIR as well
2001-09-10 21:29:29 +00:00
sonmi%netscape.com 78f4eddebd added perl to the HP path 2001-09-10 21:27:13 +00:00
kaie%netscape.com 2916f36141 b=96018 r=jag
Fix wrong attribute name introduced by checkin on Friday
2001-09-10 11:50:11 +00:00
kaie%netscape.com 2c60f89a94 oops, fixing code per bug 96018
r=jag
2001-09-08 02:24:27 +00:00
nicolson%netscape.com 03b1637448 More work on running an SSLSocket over a generic Socket. This is required
for JSSE compliance.
2001-09-08 01:53:38 +00:00
kaie%netscape.com b0a35c9acb b=96018 r=ddrinan sr=blake
New "Reset Master Password" functionality, for users who have forgotten their password.
2001-09-08 00:52:21 +00:00
kaie%netscape.com 3f4d4c620e b=96018 r=ddrinan sr=blake
New "Reset Master Password" functionality, for users who have forgotten their password.
2001-09-08 00:44:39 +00:00
sonmi%netscape.com f808db9700 took some machines out that are not in the commonly used environment now 2001-09-07 21:28:08 +00:00
sonmi%netscape.com e356d4029a changes to eliminate the need for tortoise 2001-09-07 21:27:17 +00:00
sonmi%netscape.com b978076d77 changes reflecting the RE build area move 2001-09-07 21:25:16 +00:00
sonmi%netscape.com 6bc0dac253 added information about OS to the .nssqa file 2001-09-07 21:24:43 +00:00
sonmi%netscape.com af792432de changed masterbuild etc. to reflect RE changes 2001-09-07 21:23:23 +00:00
kaie%netscape.com 8be53b6570 b=87578 r=ssaux sr=blizzard
Changing one word in a user interface string
2001-09-07 14:23:19 +00:00
kaie%netscape.com 16fd1dd060 b=97571 r=ben sr=hyatt
Checking in for jag
2001-09-07 14:19:18 +00:00
relyea%netscape.com f4947beffa Free the Pairs, not the previous values. 2001-09-07 01:34:18 +00:00
relyea%netscape.com 07cd7ad838 Free the data, in the array, not the array;). 2001-09-07 01:33:22 +00:00
relyea%netscape.com 579d80646c Change the keydb reset code from walking down deleting all the key entries to
closing the keydb and reopenning it truncated.
2001-09-06 23:23:42 +00:00
relyea%netscape.com 81b025a584 For a search reload after the database has been cleared. 2001-09-06 21:20:16 +00:00
relyea%netscape.com 6b6cb1e884 Don't reuse sessions that have already be closed. 2001-09-06 21:19:13 +00:00
relyea%netscape.com c18528266d Add option to reset the cert and key database. 2001-09-06 21:18:13 +00:00
relyea%netscape.com 218d94478c Fix Updating the slot in modutil.
Add option to dump the raw PKCS #11 strings.
2001-09-06 21:16:51 +00:00
relyea%netscape.com 8b3c0ca314 Export functions for Modutil (need to fix the names to be global!) 2001-09-06 21:15:09 +00:00
relyea%netscape.com 8ad2623d1e Allow modutil to get the raw pkcs #11 strings.
fix NSS_Init_NO_DB().
2001-09-06 21:14:06 +00:00
relyea%netscape.com e7ac6fa8e5 Fix Modutil delete.
add function to modutil to display raw pkcs #11 module strings
2001-09-06 21:08:44 +00:00
relyea%netscape.com b7c21d553d 1) fix bug in module deletion.
2) Add new function in modutil to desplay the raw PKCS #11 module strings
2001-09-06 21:06:39 +00:00
kaie%netscape.com ab9d3c6fcc r=87578 r=ddrinan sr=blizzard
Enable a user to use (or switch to) an empty security password, i.e. no password at all.
2001-09-06 20:29:07 +00:00
kaie%netscape.com d1ed5d0d02 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 6fe8beb4fb 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 e6d688e56a Detect Null pointer. Assert if null, else don't crash here. Bug 97887. 2001-09-06 00:49:39 +00:00
kaie%netscape.com fee5e81ecb b=97369 r=kaie sr=blizzard
Checking in for walk84
2001-09-05 23:22:31 +00:00
kaie%netscape.com 14e1b79efa b=78720 r=javi sr=blizzard
Checking in for walk84
2001-09-05 23:20:41 +00:00
kaie%netscape.com 6b19468cd4 removing a fprintf(stderr) from my previous checkin 2001-09-05 21:34:38 +00:00
kaie%netscape.com e3197038ec 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 f8b8628e60 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 81ec537252 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 0d43d3b12b checkin for colin@theblakes.com, OpenVMS fix
r=javi,sr=cls,a=dbaron
2001-09-04 14:51:08 +00:00
nicolson%netscape.com 20e3a44736 copyright notice. 2001-08-31 22:35:58 +00:00
nelsonb%netscape.com 06026982f0 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 5df64f39dd 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 f5b6ef2a19 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 5b48f4022c 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 0a4662e4ff 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 b64ae31f85 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 974b9f82ce 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 17b95adbe3 fix problem with bad hashes 2001-08-30 21:07:26 +00:00
mcgreer%netscape.com c115e0c8f7 make e-certify certs trusted 2001-08-30 19:12:52 +00:00
mcgreer%netscape.com d8d9a73b50 exchange e-certify roots on the tip 2001-08-30 18:51:32 +00:00
kaie%netscape.com d6e7c8afbf 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 5d10fc9e7e 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 7e24c9bceb 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 dd97fa3d10 Fix IRIX bustage caused by ^M in source 2001-08-28 16:58:13 +00:00
ddrinan%netscape.com c9b72d9939 Fix IRIX bustage caused by ^M in source 2001-08-28 16:43:04 +00:00
ddrinan%netscape.com 7562c77c2d Fix IRIX bustage cause by ^M in source 2001-08-28 16:40:16 +00:00
ddrinan%netscape.com 97ce1fd17d Bug 92475 - error msg for expired CRLs. r=bryner,sr=tor,a=asa 2001-08-28 05:13:23 +00:00
kaie%netscape.com f8e4e2d9fe 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 d0829175f1 added comments, fixed HOSTNAME problem 2001-08-27 23:27:37 +00:00
sonmi%netscape.com a5f69fcf61 changed backward compatibility test directory 2001-08-27 23:11:05 +00:00
mcgreer%netscape.com 39f8997114 another attempt to fix builds, function needs to be forward declared 2001-08-25 21:28:16 +00:00
mcgreer%netscape.com 23cde25206 fix broken builds caused by checkin 2001-08-25 21:01:38 +00:00
relyea%netscape.com 9deff8659e Land new PKCS #11 initialization code. 2001-08-24 21:16:48 +00:00
relyea%netscape.com aa0d489657 Fix memory leak 2001-08-24 21:15:52 +00:00
relyea%netscape.com 4f4edc3a50 Memory leak fixes. 2001-08-24 18:34:34 +00:00
relyea%netscape.com d9b1140006 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 937a75cc68 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 82c6bb2ae6 add getEncryptedPrivateKeyInfo. 2001-08-24 05:23:15 +00:00
nicolson%netscape.com 20e8df79ca add NSPR wrapper around java socket. 2001-08-24 05:16:27 +00:00
nicolson%netscape.com 65ec9bc975 add types and ids for NSPR wrapper around java socket. 2001-08-24 05:15:18 +00:00
nicolson%netscape.com aef042db7d Add getEncryptedPrivateKeyInfo. 2001-08-24 05:14:55 +00:00
nicolson%netscape.com 67375e78fb add getEncryptedPrivateKeyInfo to CryptoStore. 2001-08-24 05:14:30 +00:00
wtc%netscape.com b28e039ef5 Bugzilla bug 94685: fixed compiler warnings. 2001-08-24 03:52:23 +00:00
kaie%netscape.com 13994c0b32 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 7d745a3f5b fixed typo 2001-08-24 01:11:58 +00:00
sonmi%netscape.com 0693b9dfe8 added p/f for generating objsign cert bug 96743 2001-08-23 23:41:16 +00:00
sonmi%netscape.com 741df08dfb brought comments up to date 2001-08-23 18:46:44 +00:00
kaie%netscape.com 5a0da144ae 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 aabb7cc883 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 44a741762c 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 53c64648a9 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 215b9cfa39 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 370d3afed7 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 31e24caff9 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 61d5329911 Bugzilla bug 94685: deleted unused variable 'iter'. 2001-08-23 00:05:46 +00:00
wtc%netscape.com f014d41abf Bugzilla bug 94685: added 'const' to eliminate a compiler warning. 2001-08-23 00:00:05 +00:00
wtc%netscape.com 77be293b57 Bugzilla bug 94685: added 'const' to eliminate compiler warnings. 2001-08-22 23:55:53 +00:00
javi%netscape.com f31614945d Remove PSM 1 file from repository. 2001-08-22 23:36:18 +00:00
javi%netscape.com 6a1d7e5af0 Remove PSM 1 files from repository. 2001-08-22 23:34:43 +00:00
wtc%netscape.com bd17317914 Bugzilla bug 94685: eliminated a compiler warning about unreferenced label
'retry'.
2001-08-22 23:25:54 +00:00
javi%netscape.com b2c69975d0 Remove PSM 1 files from repository 2001-08-22 23:25:25 +00:00
wtc%netscape.com a15cb85cc6 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 4744490ddb Remove PSM 1 files from repository. 2001-08-22 23:17:12 +00:00
wtc%netscape.com bf9d6da486 Bugzilla bug 94685: deleted the unreferenced label 'no_wrapped_key'. 2001-08-22 23:15:45 +00:00
javi%netscape.com 3b340fd324 Remove PSM 1 files from repository 2001-08-22 23:08:46 +00:00
javi%netscape.com 9e4df3fa87 Removing PSM 1 files from repository. 2001-08-22 23:04:38 +00:00
javi%netscape.com 40c57e635b Removing old psm files 2001-08-22 23:03:22 +00:00
javi%netscape.com 150cacd3f5 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 4707b67043 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 c793cbc3b8 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 005da220ab 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 f068caa679 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 228ba1529a 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 8375f76b95 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 c0415864ef 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