ian.mcgreer%sun.com
c59de9a7b9
CERT_FindCertIssuer had a fallback to just grab any cert with the correct subject when all else fails.
2002-01-10 20:24:46 +00:00
javi%netscape.com
58af3caac9
Give the shared library fragment names.
2002-01-10 18:15:28 +00:00
ian.mcgreer%sun.com
d288192dc3
Fix chaining bug. Cert's trust needs to be set before call to matchUsage.
2002-01-10 18:10:43 +00:00
ian.mcgreer%sun.com
3ab0d6c026
need to make sure trust is updated if it was already created
2002-01-10 15:30:06 +00:00
ian.mcgreer%sun.com
b4fb4d5e47
bug 118051, make Stan pki1 headers private exports for 3.4
2002-01-10 15:11:04 +00:00
ian.mcgreer%sun.com
6afbc49a37
Only release crypto context's reference if cert was removed. Should not have caused 3.4 bugs but was nonetheless incorrect.
2002-01-10 14:34:36 +00:00
ian.mcgreer%sun.com
475f3ab332
back out previous change
...
Unlike the other hash indexes, the issuer and serial is unique. If the issuer and serial exists in the cache, the cert pointer must be valid (the cache is holding a reference).
2002-01-10 14:28:53 +00:00
ian.mcgreer%sun.com
9ec6b4c253
add command to certutil for dumping the chain of a cert
2002-01-10 04:30:00 +00:00
nelsonb%netscape.com
9bcaa806b7
Add error strings for new NSPR error codes. Bug 118668.
2002-01-10 03:00:30 +00:00
relyea%netscape.com
8e7e1c2654
Set the trust order for a newly installed built-ins to 100
2002-01-10 01:01:09 +00:00
relyea%netscape.com
5300b9d97a
Fix default trust and cipher orders.
2002-01-10 01:00:20 +00:00
relyea%netscape.com
cf63c1e6fb
Set up default trust order correctly.
...
Default trustorder is
0 for the internal token
100 for the builtins
50 for everyone else
Default Cipher order is
100 for the internal token
0 for everyone else
2002-01-10 00:59:26 +00:00
kaie%netscape.com
ff2bf9290b
b=116334 Allowing conditional usage of NSS 3.4
...
r=wtc sr=blizzard
Should not affect standard build (without having explicitly set NSS_3_4 in the environment)
2002-01-10 00:47:07 +00:00
relyea%netscape.com
c36ca2cf47
Initialize OCSP status variable
2002-01-10 00:45:27 +00:00
relyea%netscape.com
3c1915c1c2
Enable OCSP code.
2002-01-10 00:43:39 +00:00
javi%netscape.com
64569028de
Update existing NSS projects to support building NSS 3.4 as shared libraries on the Mac.
2002-01-09 23:30:00 +00:00
javi%netscape.com
e088fa73ef
New xml projects and headers required to build NSS 3.4 as shared libraries on the Mac.
2002-01-09 23:29:08 +00:00
javi%netscape.com
7c16d44d7c
Define NSS_3_4 so that we get the right code and not Stan code that isn't quite ready.
2002-01-09 23:23:43 +00:00
javi%netscape.com
531a6a7a9d
Changes required to get the trunk of NSS building on the Mac.
2002-01-09 23:22:23 +00:00
javi%netscape.com
47916f665d
Move LoadableRoots.mcp.exp to _LoadableRoots.mcp.exp to match the new
...
name of the project file that gets generated now that we use a new
build system, ie foo.xml gets improrted to _foo.mcp. This ensures only
the symbols we want to export get exported.
2002-01-09 21:49:19 +00:00
ian.mcgreer%sun.com
9aa794ecc7
also allocate hash key entry for issuer/serial, by creating an "index" cert in the cache's arena
2002-01-09 21:35:42 +00:00
ian.mcgreer%sun.com
b88038f258
several memory-related fixes
...
- correct reference counting when combining certs taken from cache and obtained new
- cache keys need to be alloc'ed, for the case when one cert is used to create the cache entry, another (same subject/nick/email) is added, then the first is removed and freed
2002-01-09 21:09:21 +00:00
javi%netscape.com
d7f4435f8c
We now use xml files to run the Mac builds. Deleting the mcp files that
...
are no longer used as part of the build.
2002-01-09 20:08:25 +00:00
ian.mcgreer%sun.com
9a16931339
bug 118612, implement valid peer trust in softoken
2002-01-08 22:01:17 +00:00
nicolson%netscape.com
f8a8f075f6
landing DJN_MEKAB_WORK_BRANCH
2002-01-08 20:11:11 +00:00
nicolson%netscape.com
0a650ab098
test SecretDecoderRing
2002-01-08 20:00:55 +00:00
nicolson%netscape.com
24c3efb6ab
new provider classes
2002-01-08 19:58:48 +00:00
ian.mcgreer%sun.com
5cbc9857bf
another place where decoded cert was alloced in cert's arena
2002-01-08 19:38:56 +00:00
nicolson%netscape.com
60f2798fca
SecretDecoderRing functionality, now appearing in JSS.
2002-01-08 19:38:47 +00:00
ian.mcgreer%sun.com
5be475d4e5
move free of CERTCertificate's arena below the NSSCertificate. needed for the case when an NSSCertificate is freed without ever releasing a CERTCertificate.
2002-01-08 18:51:18 +00:00
ian.mcgreer%sun.com
8b98f0af90
memory leak fixes
2002-01-08 15:37:42 +00:00
glen.beasley%sun.com
f98251b194
bug 115879 makefile for windows XP
2002-01-08 01:37:10 +00:00
ian.mcgreer%sun.com
2885e10e1f
fix pkcs12 bug where nicknames were disappearing
2002-01-07 19:53:47 +00:00
ian.mcgreer%sun.com
88456ce79c
once again, solaris x86 does not like PR_LOG
2002-01-07 19:14:40 +00:00
ian.mcgreer%sun.com
34685581f3
PSM fixes
...
* implement CERT_AddTempCertToPerm in 3.4
* update object instance lists when needed
* correctly check and allocate trust when changing it
2002-01-07 16:45:26 +00:00
ian.mcgreer%sun.com
767516abf3
obey the isperm flag as in nss 3.3
2002-01-06 21:49:48 +00:00
relyea%netscape.com
996c78f1b0
Startup problems on new profiles: 1) Windows does not initially open the DB R/W
...
on startup. 2) All platforms do not see the built-ins token if you startup with
a new profile.
Fix: 1) Escape the initialization parameters.
2) Rebuild the Token iterator when new tokens are added to the trust domain.
2002-01-05 03:00:10 +00:00
sonja.mirtitsch%sun.com
28cfebd131
taking out OSF 5 links
2002-01-04 21:41:23 +00:00
sonja.mirtitsch%sun.com
c7f03eff64
increased the number of tests and changed the fix about too many cache misses
...
seee bugs #114964 and 118031
2002-01-04 21:39:36 +00:00
sonja.mirtitsch%sun.com
8243a281b2
to avoid client and server writes at the same time write output to a tmp
...
file first, and then the tmp file to stdout
the writes had lead to garbled messages that were then interpreted as
errormessages by the scripts
2002-01-04 21:31:39 +00:00
ian.mcgreer%sun.com
05ea68ad0c
implement trust ordering when merging trust
2002-01-04 19:21:54 +00:00
wtc%netscape.com
6aef8850f7
Bugzilla bug 110356: check in the generated files (oiddata.h and oiddata.c)
...
to work around concurrent build failures on Unix and the generation of
these files on the Mac.
Modified files: Makefile manifest.mn
Added files: oiddata.c oiddata.h
2002-01-04 05:22:07 +00:00
sonja.mirtitsch%sun.com
8d877b024f
fixed qa_stat following an enhancement, that causes unexpected messaegs in the output.log
2002-01-04 00:24:28 +00:00
sonja.mirtitsch%sun.com
97127f127f
fix for enhancemet request 114964
2002-01-03 23:58:23 +00:00
varga%utcru.sk
6673fe6131
80834 - [outliner scrollbar] if inbox has less than one page of messages, it will come up with a box where the scroll bar is
...
80548 - outliner scroll bar "disappears" in 3 stages
111101 - No scrollbox / slider / thumb in thread pane scrollbar
116269 - white scrollbars briefly show up in folder pane
116432 - Sometimes the twisty won't update after a click
116855 - Modify outliner builder syntax to match outliner content model
r=waterson, sspitzer, blake
sr=hyatt
99715 - convert category tree to use outliner
r=hixie
sr=blake
2002-01-03 22:58:23 +00:00
ian.mcgreer%sun.com
4998b907a9
only free slot if funrction returns correctly
2002-01-03 22:49:02 +00:00
ian.mcgreer%sun.com
990866d518
fix aix bustage
2002-01-03 20:19:55 +00:00
ian.mcgreer%sun.com
82b1f2de39
move handling of certificate reference counting into Stan. NSS 3.4 needs to maintain persistent references of both temp and perm certs in order to replicate the old temp database.
2002-01-03 20:09:30 +00:00
bryner%netscape.com
2a1819d615
Bug 116499 - convert nsIOutlinerView::GetCellText to return an nsAString, so we can avoid copying strings. r=blake, sr=jag.
2001-12-29 22:05:16 +00:00
ian.mcgreer%sun.com
8461d4909b
temp certs live in a trust domain. allows the idiom of "if not temp, try perm" to work in 3.4.
2001-12-21 19:14:04 +00:00
kaie%netscape.com
e616ef0977
b=103011 nsNSSComponent::GetPK11String leaks
...
r=ddrinan sr=brendan
2001-12-21 06:16:24 +00:00
kaie%netscape.com
246ccfeb71
b=114751 Fix PSM use of nsDialogParamsBlock.cpp was: Cert Enrollment is broken when using a hardware device.
...
r=kaie sr=mscott
checking in for ssaux
2001-12-21 05:58:34 +00:00
nicolson%netscape.com
495689eee2
PK12Token was never used.
2001-12-21 03:35:32 +00:00
sonja.mirtitsch%sun.com
8b75779a00
more info to results.html
2001-12-21 00:29:32 +00:00
morse%netscape.com
e6621be8b1
bug 114895, repeatedly asks for master password, r=sgehani, sr=alecf
2001-12-20 23:31:55 +00:00
sonja.mirtitsch%sun.com
894416950a
checking in fix for the new requirements for bug 73098
2001-12-20 23:26:59 +00:00
ian.mcgreer%sun.com
dc45d46baf
some checks that were overlooked
2001-12-20 23:17:58 +00:00
kaie%netscape.com
9bc604a0dd
Fix crash bug 115927 by incrementing the reference count of
...
returned slot.
r=relyea
2001-12-20 21:40:30 +00:00
ian.mcgreer%sun.com
401e82cad4
remove unneeded hack, put in a couple of error checks
2001-12-20 16:50:22 +00:00
ian.mcgreer%sun.com
a3208ecfde
set the CERTCertificate nickname to be "Token Name:Cert Name" for backwards compatibility
2001-12-20 16:20:16 +00:00
nicolson%netscape.com
db2c849db7
Typo broke the build.
2001-12-19 21:37:30 +00:00
ian.mcgreer%sun.com
f33669a06f
fix for 115957, hash table overloads cause problem (certs were not being removed properly)
2001-12-19 20:27:21 +00:00
nicolson%netscape.com
1bbec4c86f
Fix 114469: PK11_ImportDERPrivateKeyInfo should return a SECKEYPrivateKey*
...
r=relyea.
2001-12-19 20:14:53 +00:00
nicolson%netscape.com
3adba578a7
Fix 114979: SECKEY_EncryptedPrivateKeyInfoTemplate no longer in public
...
header file.
r=relyea.
2001-12-19 20:11:56 +00:00
nicolson%netscape.com
83cd43fc08
Fix 112321: make public SECKEY_DecodeDERSubjectPublicKeyInfo.
...
r=relyea.
2001-12-19 20:10:07 +00:00
relyea%netscape.com
7ab6e5488e
Fix Bug 115657.
...
1) advance the pointers in the initialization setup for p12 pbes (at the same
time fix the code to be much easier to read and understand).
2) Copy out the returned IV in pkcs11c.c.
2001-12-19 18:06:29 +00:00
varga%utcru.sk
591c06e5f3
Fix for 113477. Group outlinercols. r=bryner sr=hyatt
2001-12-19 00:10:41 +00:00
nelsonb%netscape.com
9af2ddfe10
Don't allocate sieve from stack on machines with very-limited stacks.
...
Bug 115012. Patch from Michael Kaply mkaply@us.ibm.com
2001-12-18 21:49:49 +00:00
seawood%netscape.com
de1d3bd44e
Use of LIB_PREFIX is inconsistent between moz & nss for OS/2 VA builds (bug 114748) so set NSS_LIB_PREFIX accordingly.
...
Fixing OS/2 tinderbox bustage
2001-12-18 21:16:25 +00:00
ian.mcgreer%sun.com
d137b5ea39
this is why apps shouldn't be able to change cert values...
2001-12-18 21:11:41 +00:00
ian.mcgreer%sun.com
8095e79807
don't waste time setting trust bits if they aren't changing
2001-12-18 19:54:44 +00:00
ian.mcgreer%sun.com
58605d70d3
fix for 115719, user trust not being set
2001-12-18 16:04:52 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
ian.mcgreer%sun.com
0a0f777ec7
test case for multiple recipients
2001-12-17 20:16:18 +00:00
ian.mcgreer%sun.com
5f437eeb8c
needed for traversal of keys
2001-12-17 13:43:34 +00:00
ian.mcgreer%sun.com
a8022ab91f
dbhandle needs to be set for subject list certs to work
2001-12-17 13:43:10 +00:00
jaggernaut%netscape.com
e44e7d9ec8
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
nicolson%netscape.com
6cbe7b98f0
Implement KeyPairGeneratorSpi
2001-12-17 03:54:41 +00:00
nicolson%netscape.com
97a987f71b
We need a TokenException that extends RuntimeException, so we can throw it without declaring it
2001-12-17 03:52:13 +00:00
jaggernaut%netscape.com
ee12112b29
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
wtc%netscape.com
6b92d687cb
NSS 3.4 should use DBM 1.6.
2001-12-15 21:02:20 +00:00
seawood%netscape.com
750a861a23
Update PSM makefiles with LIB_PREFIX changes.
...
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #58981 r=cls
2001-12-15 06:44:57 +00:00
ian.mcgreer%sun.com
fa0b1efb97
the last step - restrict trust domain and PK11_ searches to token objects
...
also, make sure trust is grabbed from crypto context
2001-12-14 20:50:59 +00:00
sonja.mirtitsch%sun.com
e51a88869f
thought I needed to do this in ssl... chge the readonlydir to prevent
...
mccrel from overflowing due to failing cleanup scripts...
2001-12-14 20:10:46 +00:00
sonja.mirtitsch%sun.com
8bc8d0113f
fix for bug 73098, need to make other checkins in ssl.sh and don't
...
want to merge
Ian reviewed the patch
2001-12-14 20:02:53 +00:00
nicolson%netscape.com
6f91bb1b97
Add new provider classes for JCA Compliance.
2001-12-14 20:01:33 +00:00
nicolson%netscape.com
ec44bb325c
Implement RSAPrivateKey and DSAPrivateKey.
2001-12-14 20:00:36 +00:00
nicolson%netscape.com
7a0ab1dcbb
Move the master provider class here to avoid circular dependencies.
2001-12-14 20:00:01 +00:00
ian.mcgreer%sun.com
6f2d3b5cd6
missed as part of last checkin, hack needed when certs come out of crypto context or cache
2001-12-14 18:50:49 +00:00
ian.mcgreer%sun.com
9a08a0a740
fix AIX build
2001-12-14 18:31:14 +00:00
ian.mcgreer%sun.com
439829ce28
implement local store of objects for crypto context
2001-12-14 17:32:23 +00:00
dbragg%netscape.com
c58f59b314
Fix for bug 109951. Updating the version number of the language packs to 0.9.7.
...
r=tao, sr=dveditz, a=asa for drivers@mozilla.org (also approved by ddrinan from security team)
2001-12-14 00:20:04 +00:00
javi%netscape.com
ba5b82388a
Patch for Bug 11080, r=kaie, sr=jag
...
Checking in for timeless. Don't use the negation form of the NS_SUCCEEDED
NS_FAILED macros.
2001-12-13 01:17:49 +00:00
jpierre%netscape.com
4b50e9da08
Fix 114787 - ssl_recv crashes in client. bogus assert. reviewed by nelson
2001-12-12 21:44:04 +00:00
ian.mcgreer%sun.com
f3fa11027c
detect hash collisions so that the caller can handle it
2001-12-12 20:23:07 +00:00
jpierre%netscape.com
8861c70ad5
Fix for 105764 - compiler warnings
2001-12-12 04:14:48 +00:00
jpierre%netscape.com
ea2361a61d
Fix for 105764 - compiler warnings
2001-12-12 03:48:28 +00:00
jpierre%netscape.com
45f386baf3
Fix for 108729 - AIX builds not fully optimized
2001-12-12 03:45:51 +00:00
sonja.mirtitsch%sun.com
9c37d51af8
enabling the tls stresstest
2001-12-12 03:15:01 +00:00
ian.mcgreer%sun.com
a84712911e
original intent for concurrent list iteration, fixes bug 114727. a better long-term solution is needing for traversing the high-level token lists.
2001-12-12 00:07:25 +00:00
nelsonb%netscape.com
860c7469c2
Check some pointers for NULL before dereferencing them.
2001-12-11 23:47:18 +00:00
wtc%netscape.com
8435bc1af2
Bugzilla bug 101528: merged the Linux-m68k compilation fix into the tip.
2001-12-11 22:12:10 +00:00
kaie%netscape.com
0843a002df
Removing mcp Mac project files, as they were replaced by xml files.
...
b=98349 r=pink sr=sfraser
2001-12-11 22:09:55 +00:00
wtc%netscape.com
dac66f8b74
Adding new XML Mac project files.
2001-12-11 22:09:17 +00:00
rangansen%netscape.com
348692bdf4
bug# 111096, r=kaie sr=kin; fixing js strict warnings - checking in for Stephane
2001-12-11 22:05:33 +00:00
rangansen%netscape.com
6d78c65059
bug# 110233, r=rangansen sr=kin; fixing var name err. fixing re-declaration error
2001-12-11 22:01:49 +00:00
rangansen%netscape.com
b9becd3b7a
bug# 78720, r=rangansen sr=kin; fixing var name err. Checking in for Ssaux
2001-12-11 21:59:20 +00:00
ian.mcgreer%sun.com
47b884f249
first step towards separating token and session object searches as performance enhancement. Searches are still over both types until local cert and trust stores for crypto contexts are implemented.
2001-12-11 20:28:38 +00:00
rangansen%netscape.com
432f3e947f
bug# 114448, r=kaie, sr=hewitt removing the url type menu in crls
2001-12-11 05:59:49 +00:00
rangansen%netscape.com
a1a76076a7
bug# 114137, r=kaie, sr=hewitt fixing hardcoded string
2001-12-11 05:54:26 +00:00
rangansen%netscape.com
af4f18bd76
bug# 111530, r=javi, sr=hewitt fixing broken button size for unrecognized cert
2001-12-11 05:51:40 +00:00
nicolson%netscape.com
64b6656f21
Fix 113301: SECKEY_ImportDERPublicKey should support all public key types.
...
r=relyea.
2001-12-10 21:11:14 +00:00
ian.mcgreer%sun.com
ca29823a8d
only do the replacement if a new cert was created
2001-12-10 20:08:15 +00:00
kaie%netscape.com
db68f1517e
Adding new XML Mac project files.
2001-12-10 19:54:12 +00:00
ian.mcgreer%sun.com
728feb40d4
wrong function name
2001-12-10 19:16:18 +00:00
ian.mcgreer%sun.com
f82bfe09a1
check in error const
2001-12-10 19:14:32 +00:00
ian.mcgreer%sun.com
88bfada044
handle race condition where attempt is made to add cert to cache when it is already present (from being added by another thread).
2001-12-10 19:05:51 +00:00
ian.mcgreer%sun.com
264c4e04c8
merge in 3.3 branch changes to tip
2001-12-10 18:14:23 +00:00
blakeross%telocity.com
43a496add0
Adding missing entity.
2001-12-09 20:41:46 +00:00
blakeross%telocity.com
323ef7cfd7
Checking in security portion of last night's fix. same reviewers.
2001-12-09 17:19:44 +00:00
relyea%netscape.com
229ee25f50
nssren.h needs to be included first in the header file or AIX will fail.
2001-12-07 21:32:05 +00:00
relyea%netscape.com
f671d12eba
restore NSS rename to those files that need it.
2001-12-07 21:13:08 +00:00
sonja.mirtitsch%sun.com
c47ac52401
fixed the comment
2001-12-07 03:18:23 +00:00
relyea%netscape.com
fe2e2268dc
1) NT need the err= defines, use macros to set it appropriately (or not).
...
2) restore missing sec = function
2001-12-07 02:30:53 +00:00
rangansen%netscape.com
af5d446d62
bug# 107840 - Enables automatic update of crls - missed it last time
...
r=kaie; sr=darin ; sr=hewitt
2001-12-07 02:18:40 +00:00
jpierre%netscape.com
5481301797
Code formatting patch to support legacy text editors
2001-12-07 02:09:45 +00:00
relyea%netscape.com
256cddee89
emulate does not include PORT_ functions, use PR_ASSERT
2001-12-07 02:04:24 +00:00
relyea%netscape.com
75f3b7599d
Clean up compilier warnings on Solaris and Linux, most particularly:
...
1) Implicit declaration of function.
2) Possibly unitialized variables.
These warnings have indicated some real problems in the code, so many changes
are not just to silence the warnings, but to fix the problems. Others were
inocuous, but the warnings were silenced to reduce the noise.
2001-12-07 01:36:25 +00:00
ian.mcgreer%sun.com
94d06f42e8
get modification of trust on builtins certs to work by storing the modified trust on the softoken. implement merging of multiple trust instances.
2001-12-06 23:43:14 +00:00
jpierre%netscape.com
a758320b79
Fix for 108097 - allow cmsutil to work with dual-key certs for signing and encrypting
2001-12-06 23:19:41 +00:00
rangansen%netscape.com
cc76b7eb14
bug# 107840 - Enables automatic update of crls
...
r=kaie; sr=darin ; sr=hewitt
2001-12-06 22:36:45 +00:00
jpierre%netscape.com
a2a9cdc5c9
Patch for 107323 - fix compiler warnings
2001-12-06 21:25:32 +00:00
ian.mcgreer%sun.com
78954d6c03
patches to get s/mime dual key certs working, bug 113741
2001-12-06 18:21:38 +00:00
jpierre%netscape.com
4e3558286e
Improve error handling in cmsutil - don't proceed when error occurs, and display more information about failures using SECU_PrintError
2001-12-06 03:19:22 +00:00
sonja.mirtitsch%sun.com
0724c6f553
misspelled dbtests
2001-12-06 01:46:09 +00:00
jpierre%netscape.com
18479655c3
Fix OS/2 build bustage - conflict with error.h from OS/2 toolkit . Put explicit include path to resolve it
2001-12-06 01:36:07 +00:00
sonja.mirtitsch%sun.com
22156db9ee
trying to hook in dbtest
2001-12-06 00:51:56 +00:00
sonja.mirtitsch%sun.com
fdb1397508
added dbtest
2001-12-05 23:35:55 +00:00
sonja.mirtitsch%sun.com
0d9a16f501
adderd redhat 7.2, changed tinderbox back to defaulting to the tip
2001-12-05 22:52:46 +00:00
sonja.mirtitsch%sun.com
d86593f5a1
test for key and cert databases
2001-12-05 19:18:14 +00:00
sonja.mirtitsch%sun.com
e11309de87
added 2 more tests
2001-12-05 18:34:09 +00:00
ian.mcgreer%sun.com
c452570475
if no token name is provided to PK11_FindCertByNickname, default to internal token (as opposed to the entire trust domain)
2001-12-05 17:07:53 +00:00
sonja.mirtitsch%sun.com
4a1676befa
added calls to new dbtest program
2001-12-05 04:25:31 +00:00
pchen%netscape.com
c5a94fda3b
bug 101263, r=kaie, sr=alecf, when we get logout-session message, logout of
...
password manager
2001-12-04 22:42:21 +00:00
alexsavulov%netscape.com
933877af47
fix for bug 101699: "Form does not submit if insecure submission warning active"
...
Patch by brendan, sr= attinasi, r= alexsavulov
2001-12-04 22:18:55 +00:00
sonja.mirtitsch%sun.com
0239dea55c
changed the evaluation of returncode
2001-12-04 21:01:47 +00:00
ddrinan%netscape.com
29b46e4951
Removed extra close comment in MOZ_CLIENT comment section
2001-12-04 19:14:33 +00:00
wtc%netscape.com
980952aa56
Bugzilla bug 111574: standard header files should be included with
...
#include <foo.h>, not #include "foo.h". Thanks to Roland Mainz
<Roland.Mainz@informatik.med.uni-giessen.de> for the patch. r=wtc.
Modified files: signtool.h jar.h
2001-12-04 18:36:58 +00:00
wtc%netscape.com
3b03ab07c0
Bugzilla bug 111294: make NSS build on QNX6 (Neutrino). The patch was
...
contributed by Dave Inglis <dinglis@qnx.com>. r=wtc.
Modified Files:
coreconf/config.mk coreconf/nsinstall/nsinstall.c
nss/lib/freebl/unix_rand.c nss/lib/ssl/unix_err.c
Added Files:
coreconf/QNX.mk
2001-12-04 18:20:57 +00:00
kaie%netscape.com
9f403a8ba5
b=110420 fix cert prompt dialogs
...
r=javi sr=shaver
2001-12-04 15:56:54 +00:00
sonja.mirtitsch%sun.com
fba298ee31
new test for enhancement request 112504, not hooked in yet
2001-12-04 04:16:56 +00:00
sonja.mirtitsch%sun.com
31bb5bb8d8
one more change for bug #111229
2001-12-04 02:58:59 +00:00
sonja.mirtitsch%sun.com
37f6883c0c
improvements coupling QA and tinderbox
2001-12-04 00:44:35 +00:00
sonja.mirtitsch%sun.com
ae1eb3376b
commiting some changes (backwardcompatibility tests, uname -p problem,
...
numbers of tests...)
before starting to work on tinderbox problem, log hard to find. 111229
2001-12-03 23:00:02 +00:00
relyea%netscape.com
eb5f59dca1
Sigh, Fix name collision between pk11wrap and softoken.
2001-12-03 19:56:00 +00:00
relyea%netscape.com
0ad6ee3eca
Fix Solaris and HP build failures.
2001-12-03 19:51:57 +00:00
rangansen%netscape.com
c4830d7b48
bug 112517, r=rangansen sr=hewitt.
...
Removing some dead bloats checking in for John Morrison
2001-12-02 22:11:21 +00:00
rangansen%netscape.com
b70fff2e64
bug 112249, r=rangansen sr=blake.
...
checking in for John Morrison
2001-12-02 22:00:28 +00:00
relyea%netscape.com
de451e7c0b
1) restore the const to PK11_Configure().
...
2) partial set of fixes from Nelson's review (checking for NULL) from the
'double escape' functions.
3) Add functions to clean up global memory locks
2001-11-30 23:32:30 +00:00
relyea%netscape.com
836fac1089
The other half of the double check change.
2001-11-30 23:29:31 +00:00
relyea%netscape.com
4716955bf3
Fix several memory leaks.
...
Adjust the default hash sizes down for mozilla client.
Merge the NSS 3.3 key check and signature check stuff.
2001-11-30 23:24:35 +00:00
relyea%netscape.com
4bf178bdc6
fix Bug 93989 Memory leak when adding a module.
2001-11-30 23:22:53 +00:00
relyea%netscape.com
b3b596f673
Add code to 'shutdown' freebl (clean up the blinding cache in rsa).
...
merge the NSS 3.3 changes to export Ian's double check code through the loader.
2001-11-30 23:21:49 +00:00
ian.mcgreer%sun.com
a75a760fc1
fix so that nickname lookup falls back to email address (for CERT_FindCertByNicknameOrEmailAddr)
2001-11-30 22:40:31 +00:00
javi%netscape.com
918df6aadb
Remove reference to nsSecureBrowserUIImpl.obj which is no longer built in this
...
directory. Should fix tbox bustage.
2001-11-30 02:30:37 +00:00
kaie%netscape.com
7ae25bdb4b
b=109777 Make sure certificate downloading works immediately
...
r=javi sr=mscott
2001-11-30 00:07:13 +00:00
javi%netscape.com
e6f4948ad3
b=75947 Landing security startup performance improvement and related issues.
r=javi sr=alecf
b=109777 Make sure certificate downloading works immediately
r=javi sr=mscott
(checking in for kaie)
2001-11-29 23:45:36 +00:00
kaie%netscape.com
515a717b97
b=75947 Landing security startup performance improvement and related issues.
...
r=javi sr=alecf
b=109777 Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:43:26 +00:00
kaie%netscape.com
4f540afa38
b=75947 Landing security startup performance improvement and related issues.
...
r=javi sr=alecf
b=109777 Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:36:34 +00:00
javi%netscape.com
a2a0dca71e
b= 75947 Landing security start up performance improvement and related issues r=javi sr=alecf
b=10977 Make sure certificate downloading works immediately r=javi sr=mscott
(checking in for kaie)
2001-11-29 23:25:56 +00:00
kaie%netscape.com
963e94719c
b=75947 Landing security startup performance improvement and related issues.
...
r=javi sr=alecf
b=109777 Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:19:52 +00:00
ian.mcgreer%sun.com
d1ee5ffd70
fix bug found from PK11_ListCerts
2001-11-29 22:05:32 +00:00
ian.mcgreer%sun.com
054d08b4cd
fix memory leaks
2001-11-29 19:34:08 +00:00
jpierre%netscape.com
080d89f1d8
Fix for bug 95458 - ASN1 decoder crashes when fed incorrect data
2001-11-29 18:46:17 +00:00
kaie%netscape.com
2acc607fe2
b=111938 Wrong usage of getService => createInstance
...
r=javi sr=shaver
2001-11-29 12:50:26 +00:00
kaie%netscape.com
ee5654027f
b=106939 Fix wrong caps.
...
r=javi sr=shaver
2001-11-29 12:47:20 +00:00
ian.mcgreer%sun.com
2d130b0ba5
solaris x86 doesn't seem to like PR_LOG, so turning it off by default in debug builds
2001-11-28 20:19:38 +00:00
ian.mcgreer%sun.com
8069de9d9e
land changes for handling temporary and cached certs in 3.4
...
* separate trust object from cert object
* move handling of cryptoki objects into libdev
* implement digest in libdev (for trust object indexing)
* fixes in cache implementation; connect cache to 3.4 certs
* implement CERT_NewTempCertificate via crypto context
2001-11-28 16:23:51 +00:00
jpierre%netscape.com
5b06d736f9
Fix crlutil crash on error
2001-11-28 02:47:22 +00:00
sonja.mirtitsch%sun.com
42a596c969
trying to reduce sleeptime on linux. relyea thinks we need 30 seconds until selfserv frees the socket, testing. maybe it can also be fixed in the networkconfiguration?
2001-11-27 22:20:14 +00:00
kirk.erickson%sun.com
d2621261ab
Fixes bug 107777. Added '-L <seconds>' argument (ops/sec logging).
...
Review by Nelson and Wan-Teh made this patch very clean. We are
now creating a separating logger() thread.
2001-11-27 20:08:57 +00:00
ian.mcgreer%sun.com
56534eb2c6
include AES in performance info dump
2001-11-26 17:53:44 +00:00
wtc%netscape.com
50bc7b608f
Bugzilla bug 111293: the inclusion of "nssrenam.h" in this file breaks
...
the NSS build (on 64-bit AIX). I am backing it out.
2001-11-22 02:27:57 +00:00
jpierre%netscape.com
ab7b07ab64
Bug 105271 - undo changes
2001-11-22 01:24:39 +00:00
jpierre%netscape.com
35f75a1a56
Fixes for OS/2 build
2001-11-22 00:46:48 +00:00
jpierre%netscape.com
5613c96895
Fix for 95128 - OS/2 build issue with DBM
2001-11-22 00:13:56 +00:00
nelsonb%netscape.com
fdc3435180
Change form to inform user that serial number is a hex string.
2001-11-21 23:38:25 +00:00
nelsonb%netscape.com
32e76c032c
Some bug fixes found while debugging a different bug.
2001-11-21 23:33:26 +00:00
jpierre%netscape.com
e6c90e82cd
Fix for 95264 - add more info in s/mime script
2001-11-21 21:37:12 +00:00
sonja.mirtitsch%sun.com
c9a254acf6
removed the before and after context grep as a workaround for 97209
2001-11-21 21:19:14 +00:00
nelsonb%netscape.com
94dfb6c92f
Change the behavior of the -list <module> option so that it doesn't stop
...
at the first error it encounters when looping through the slots, and so
that it displays the slot info even if it cannot get token info. 111075
2001-11-21 20:52:37 +00:00
relyea%netscape.com
ab7e346965
changes for PSM to compile against NSS shared libraries.
...
Move SSL and S/MIME to the new common MAPFILE usage
2001-11-21 18:00:28 +00:00
seawood%netscape.com
41ad8500aa
NSS only copies dbm32.lib to dbm.lib during the 'install' phase so do the copying from PSM during the 'libs' phase instead.
...
Fixing tinderbox bustage.
2001-11-21 11:45:34 +00:00
seawood%netscape.com
a5a15edab8
This old ruleset breaks when CC is a full path. Removing to fix shrike tinderbox bustage.
2001-11-21 10:55:56 +00:00
cls%seawood.org
57e064dd91
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:53:22 +00:00
seawood%netscape.com
55fe97bff7
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
sonja.mirtitsch%sun.com
4dda6757c4
bugfixes, regarding a daily build directory insider the daily build...
2001-11-21 02:36:33 +00:00
relyea%netscape.com
9f158e2b31
More PSM fixes:
...
clean up of the escape adding string code.
Code to keep cert->trust in sync with nscert->trust in various situations.
Code to allow old version of built-ins to continue to work.
Implement TrustDomain_TraverseCertificates so that PK11_ListCerts will work.
2001-11-20 18:28:49 +00:00
sonja.mirtitsch%sun.com
f764a97dbf
fixed several PC solaris PATH problems - build problems
2001-11-20 01:06:41 +00:00
relyea%netscape.com
68bc6218a2
NSS 3.4 integration changes.
...
1) 3.4 needs to bump the version numbers up by one on secmod.db from NSS 3.3
2) Need to add escapes to the configdirectory. (should add them to other parameters as well.
3) put exported files back into the correct headers.
4) Add _BEGIN/_END protos where appropriate.
2001-11-19 19:04:59 +00:00
wtc%netscape.com
d64d124400
We can use cp on Windows. cp is a built-in command of shmsdos.exe and is
...
in both MKS and Cygwin toolkits, so it is not a new build tool requirement.
2001-11-17 06:40:03 +00:00
ian.mcgreer%sun.com
c524bc8c93
some minor ckfw fixes
2001-11-16 19:41:49 +00:00
ian.mcgreer%sun.com
f4317172e6
fips fix for signtool
2001-11-16 19:39:37 +00:00
ian.mcgreer%sun.com
33b08a7c54
fix unneeded lock release in list iteration
2001-11-16 19:36:43 +00:00
relyea%netscape.com
09abe2e12e
Remove redundant call to createHash Tables. bug 95537
2001-11-16 18:10:24 +00:00
rangansen%netscape.com
cdf0febb70
bug# 109084 ,patch=ssaux, r=rangansen , sr=hewitt
...
exception handling in device-manager window
2001-11-16 02:32:20 +00:00
relyea%netscape.com
c5ae296e24
Cause NSS_init() to fail if it can't open the databases, rather than succeding and leaving the system half initialized.
2001-11-16 02:30:38 +00:00
kaie%netscape.com
96af3b39fe
b=109770 Obtaining a certificate from Verisign does not work
...
r=javi sr=blizzard
2001-11-16 01:57:58 +00:00
kaie%netscape.com
8415d12cc6
b=108600 Avoid the risk of unexpected NSS shutdowns
...
r=javi sr=blizzard
2001-11-16 01:55:37 +00:00
relyea%netscape.com
b1f34ef0e7
The new DB stuff was not supposed to be turned on!
2001-11-16 01:18:21 +00:00
sonja.mirtitsch%sun.com
4a8b2ae277
modernized... changed servers, clients, mastebuild, 10 minutes wait now
2001-11-15 23:27:20 +00:00
sonja.mirtitsch%sun.com
0cfb60dfd0
put fips test before the stress test (in case of a copied db the fips test interferes)
2001-11-15 23:26:21 +00:00
relyea%netscape.com
eb3abede60
Add Issuer/SN to the trust objects for faster lookup.
2001-11-15 23:07:39 +00:00
relyea%netscape.com
72768a2b51
Add issuer/SN to the search criteria
2001-11-15 23:06:10 +00:00
relyea%netscape.com
f7687a904b
performance optimizations:
...
1) add serial number index to trust lookups.
2) add code for replacing key db indexing (coded but not turned on -- causes a keydb upgrade, but can run with older key db's as well).
2001-11-15 23:04:41 +00:00
nelsonb%netscape.com
c3dc286eab
Add one more missing declaration of environ;
2001-11-15 20:40:44 +00:00
nelsonb%netscape.com
b31c9eb0fd
Go back to declaring "extern char ** environ".
2001-11-15 20:35:31 +00:00
sonja.mirtitsch%sun.com
3251934fef
added a hyperlink in the header
2001-11-15 19:01:42 +00:00
sonja.mirtitsch%sun.com
55cb2ab8fc
added sendmail, fixed sendmailbug
2001-11-15 19:01:16 +00:00
nelsonb%netscape.com
cd6006d2cd
Now that the implementations of all the RNG_ functions have been moved
...
from lib/util to lib/freebl, move the RNG header file there, too.
Eliminate secrngt.h, which has been empty (except for the license
boilerplate) for many releases.
2001-11-15 04:29:27 +00:00
nelsonb%netscape.com
30e87452c1
Use data from /dev/urandom to initialize PRNG, when possible.
...
and related changes. Bug 96626.
2001-11-15 02:41:20 +00:00
relyea%netscape.com
68b38ccbda
Fix AIX 64 bit build breakage when in debug mode.
2001-11-15 02:23:31 +00:00
rangansen%netscape.com
d51a8b11d7
bug# 109792 ; s=kaie ; sr=hewitt Fixing the blank cert details tab problem
2001-11-15 01:16:02 +00:00
ian.mcgreer%sun.com
a7f8233621
merge 3.3 branch checkin; rsa double check and key consistency functions (see bug 74226)
2001-11-14 23:03:20 +00:00
rangansen%netscape.com
45443f5867
bug# 109072 ; s-kaie ; sr=hewitt Fixing the blank cert details tab problem
2001-11-14 01:32:21 +00:00
sonja.mirtitsch%sun.com
72c0985225
made cronsafe (I hope)
2001-11-13 03:28:52 +00:00
kirk.erickson%sun.com
3fa6bff6e3
Resolves 107777 - selfserv needs log stats mode
2001-11-13 02:13:19 +00:00
sonja.mirtitsch%sun.com
97c7998644
attempt to copy the qa results to mozilla.
...
this version untars with a script on mozilla, last one filled up my homedirectory
umask 000
cd /home/ftp/pub/security/nss
gunzip all.tar.gz
tar xf all.tar
rm all.tar.gz all.tar
ls -l
2001-11-13 01:30:21 +00:00
kaie%netscape.com
579d261870
b=108735 Fix large blank space in cert manager
...
r=kaie sr=hewitt
2001-11-12 20:29:31 +00:00
relyea%netscape.com
d3ad9cfee8
1) bug 95135 - DSA key fails 1 out of 8 times, causing intermitant
...
test failures.
Fix: use the Signed attribute to store the key as well as look it up.
2) Fix code so that looking up a public key won't crash if it can't find the
corresponsing private key in the database (found by code inspection).
2001-11-12 17:59:45 +00:00
kaie%netscape.com
a4327e69de
b=103198 Make sure master preferences panel fits.
...
r=kaie sr=blizzard
2001-11-12 05:07:23 +00:00
kaie%netscape.com
f243ba77d1
b=108625 Fix regression / XUL value attribute assignment
...
r=ddrinan sr=blizzard
2001-11-12 04:57:53 +00:00
ian.mcgreer%sun.com
d7f7578ac8
construct salt and password buffers for PBE correctly
2001-11-09 22:51:42 +00:00
relyea%netscape.com
afd197ca24
Rewrite Ian's get cert by email address to use the standard cert searching code.
2001-11-09 21:43:18 +00:00
ian.mcgreer%sun.com
9112e674cf
Output validated cert text to stdout, otherwise the QA scripts think there is a failure.
2001-11-09 16:40:26 +00:00
ian.mcgreer%sun.com
fb398dc74f
disabling cert cache (temporarily)
2001-11-09 16:39:34 +00:00
ian.mcgreer%sun.com
bf3c25df40
fixes pk12util import failure
2001-11-09 14:52:19 +00:00
nelsonb%netscape.com
24d8e626d2
Added a new -o option, to override check on received client auth certs,
...
forcing those certs to be OK. -v will now test the SSL_LocalCertificate()
function. Bug 78959.
2001-11-09 05:45:21 +00:00
nelsonb%netscape.com
6312ec5441
Add code to test new SSL_LocalCertificate() function on first connection,
...
or on every connection if -vv option is used. Bug 78959.
Also, the nickname "none" can now be used to prevent performing client
authentication without having to use an invalid password.
2001-11-09 05:43:06 +00:00
nelsonb%netscape.com
6d66aee5ea
Add localCert field to sid cache entry so SSL_LocalCertificate can
...
remember the certs it sent back when it established the SSL session.
Bug 78959. Also, hold on the certs in the received cert chain until
the SSL connection is complete. This makes it easier for applications
to look at the entire cert chain after the handshake is over without
having to write their own custom authCert callbacks. It is backwards
compatible with older NSS SSL applications, but may use more memory.
2001-11-09 05:39:36 +00:00
colin%theblakes.com
b903e07dcf
Make OpenVMS use MKSHLIB_[UN]FORCE_ALL. Remove other cruft that is now
...
no longer needed. b=108862 r=cls a/driver=asa
2001-11-09 03:06:36 +00:00
relyea%netscape.com
8b8acb3f27
Fix reporting of the label
2001-11-09 01:23:47 +00:00
relyea%netscape.com
11bb3d5634
Fix Solaris crash.. don't send more of the template than we need
2001-11-09 01:22:48 +00:00
sonja.mirtitsch%sun.com
6568460cd1
fixed email header and tinderbox hyperlink
2001-11-09 01:09:17 +00:00
relyea%netscape.com
d9a2376700
Update Library name to match the current library.
2001-11-09 00:38:03 +00:00
relyea%netscape.com
0785e483a0
Fix NT process command to something that will work in our environment without requiring new tools.
2001-11-09 00:37:12 +00:00
ian.mcgreer%sun.com
643f828e58
fips changes. forces login for cert listing.
2001-11-09 00:37:03 +00:00
ian.mcgreer%sun.com
39ed01d85f
changes to get fips working
2001-11-09 00:36:12 +00:00
ian.mcgreer%sun.com
2fbc6dfd61
fix pbe gen bugs
2001-11-08 22:11:07 +00:00
ian.mcgreer%sun.com
ae568747bb
get signtool working
2001-11-08 21:23:35 +00:00
ian.mcgreer%sun.com
70bdc6a50c
a plethora of changes for handling S/MIME certs
2001-11-08 20:46:11 +00:00
ian.mcgreer%sun.com
49d6ec65d5
fix for windows build
2001-11-08 16:59:00 +00:00
ian.mcgreer%sun.com
9e592855e5
use nsinstall not copy on windows
2001-11-08 16:20:54 +00:00
relyea%netscape.com
2888df9f80
HP ans Solaris are still down...
2001-11-08 15:27:56 +00:00
relyea%netscape.com
93489fda0a
OK, try this again. FreeBL needs Get_Noise in the freebl .so on solaris, so
...
move the random number stuff there where it belongs.
2001-11-08 15:02:25 +00:00
relyea%netscape.com
0781ad6053
Fixes to make pkcs12 work correctly:
...
1) Make pkcs12 pbe function.
2) add code to allow setting and getting of the key nickname attribute.
2001-11-08 05:39:56 +00:00
ian.mcgreer%sun.com
fcd40cd4ef
add lookup by email function, try to fix softoken bugs for that (but cert->emailAddr doesn't seem to be set there)
2001-11-08 05:19:32 +00:00
ian.mcgreer%sun.com
ee64d99703
fix cert and s/mime profile import issues
2001-11-08 04:12:26 +00:00
ian.mcgreer%sun.com
5b30654b0d
this seems to be needed to get linux linking again. libnss3.so tries to access the C_GetFunctionList entry point to the libsoftokn3.so library directly, and linux complains that it can't find it.
2001-11-08 03:44:17 +00:00
nelsonb%netscape.com
d2f7dcc16c
Implement new function SSL_LocalCertificate(). Bug 78959.
2001-11-08 02:15:38 +00:00
relyea%netscape.com
e27189dd1d
Land BOB_WORK_BRANCH unto the tip.
...
remove lots of depricated files.
move some files to appropriate directories (pcertdb *_rand
associated headers to soft token, for instance)
rename several stan files which had the same name as other nss files.
remove depricated functions.
2001-11-08 00:15:51 +00:00
relyea%netscape.com
2af9588497
Add -DXP_OS2 so that sysrand.c can pick it up...
2001-11-08 00:08:28 +00:00
ian.mcgreer%sun.com
a070136acd
fix linux 2.1 also
2001-11-07 20:58:09 +00:00
ian.mcgreer%sun.com
3c6918abcf
get linux building again
2001-11-07 20:56:18 +00:00
relyea%netscape.com
d935e4ce40
Move map file processing definitions back into base .mk files.
...
setup up map files so the can be switched on simply by adding a directive to
manifest.mn.
2001-11-07 19:34:47 +00:00
ian.mcgreer%sun.com
b78f1fe9df
fix handling of token options, specifically deletion
2001-11-07 16:15:29 +00:00
dbaron%fas.harvard.edu
8cd8d91750
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
bryner%netscape.com
03f7415821
Bug 108742 - cannot get a cert. patch from stephen walker, r=bryner, sr=blizzard.
2001-11-06 23:39:17 +00:00
wtc%netscape.com
7b029280e6
Removed the temporary #if 0.
2001-11-06 22:52:12 +00:00
wtc%netscape.com
578a0288e4
Bugzilla bug 108708: commented out the "netstat -ni" command for
...
debugging. This change will be backed out.
2001-11-06 21:34:09 +00:00
ian.mcgreer%sun.com
cd8b28ce80
fix for 95983, compiler warning revealed potential bug
2001-11-06 20:32:43 +00:00
ian.mcgreer%sun.com
ca339ef311
more trust handling stuff
2001-11-06 20:16:19 +00:00
nelsonb%netscape.com
e6c9673c4e
Attempt to move all the constant tables in secoid.c into the text segment
...
where they belong.
2001-11-06 02:46:37 +00:00
ddrinan%netscape.com
872a6bbeab
Missed this as part of landing of S/MIME. r=javi, sr=blizzard
2001-11-06 02:17:46 +00:00
ian.mcgreer%sun.com
d899f3cdc9
fix Stan reference
2001-11-05 19:02:49 +00:00
ian.mcgreer%sun.com
a88a53aec1
note the token imoprt for Stan
2001-11-05 17:55:25 +00:00
ian.mcgreer%sun.com
2832a8e74a
code for handling trust through softoken
2001-11-05 17:29:27 +00:00
ian.mcgreer%sun.com
fa5264436a
some attribute and session cleanup
2001-11-05 17:18:48 +00:00
bryner%netscape.com
9d7a5cb5c5
Bug 107642 -- XUL syntax changes/cleanup. Patch from blake, r=hyatt, sr=ben.
2001-11-05 00:00:02 +00:00
rangansen%netscape.com
db5c60637d
r=ssaux ; sr = blizzard ; bug# 83392 ; Handling page info properly, in case of exceptions
2001-11-03 01:04:08 +00:00
rangansen%netscape.com
5289359a6e
r=javi ; sr = hewitt ; bug# 89827 ; adding serial number col to cert manager window
2001-11-03 00:56:20 +00:00
rangansen%netscape.com
db7f83d1b0
r=javi ; sr = hewitt ; bug# 89827 ; adding serial number col to cert manager window
2001-11-03 00:49:35 +00:00
sonja.mirtitsch%sun.com
0c0eae99c2
next try to gat all of the HP problems...
2001-11-02 23:47:47 +00:00
relyea%netscape.com
00ca55272c
Build OID hash table using PL_Hash rather then the dbm hash code.
2001-11-02 21:50:09 +00:00
sonja.mirtitsch%sun.com
b44b405186
put a workaround in place, so client ands server will not write at the
...
same time
(to avoid lines like: ...Unable to find the certificate
authenticatfailedion...)
2001-11-02 19:09:11 +00:00
nicolson%netscape.com
9f603bacd3
get test scripts working, add license.
2001-11-02 06:41:44 +00:00
nicolson%netscape.com
98df7a2527
Add a test target and some classes and scripts.
...
Now we can test with "gmake test".
2001-11-02 06:33:21 +00:00
nelsonb%netscape.com
9740e66d2f
Reimplement SSL_GetChannelInfo. Add new function SSL_GetCipherSuiteInfo().
...
Also, implement new ciphersuite preference order. Bug 78959.
2001-11-02 04:24:28 +00:00
nelsonb%netscape.com
f941ac3116
Put better comments by the table of preconfigured policies.
2001-11-02 04:00:27 +00:00
jpierre%netscape.com
21b2ea2ba9
One more fix for 105271
2001-11-02 03:37:41 +00:00
jpierre%netscape.com
ff8167e83b
Partial fix for 105271
2001-11-02 03:11:32 +00:00
jpierre%netscape.com
04173d6cc2
Fix for OS/2 build
2001-11-02 03:10:29 +00:00
jpierre%netscape.com
20b585efeb
Enable debug info in ASM code on OS/2
2001-11-02 02:41:33 +00:00
rangansen%netscape.com
4e6432ed9e
Bug# 101760 ; r=javi ; sr = hewitt ; fixing window sizing issue
2001-11-02 00:34:15 +00:00
ddrinan%netscape.com
9e015ccb37
Bug 107375 - update localVersion to 0.9.6. r=jbetak, sr=dveditz
2001-11-02 00:27:05 +00:00
rangansen%netscape.com
ec130d7ff8
Bug# 94203 ; r=javi ; sr = hewitt disabling backup all button when there is no cert
2001-11-02 00:25:02 +00:00
ddrinan%netscape.com
59eaab9aed
Fix for decoding sequences. This was encountered when decoding the recipient info of a CMS strucure. Only the first recipient info was decoded, the others were not. Checkin approved by relyea
2001-11-02 00:10:55 +00:00
ddrinan%netscape.com
cefe60de72
Allocate memory when setting digest vale. Checkin approved by relyea
2001-11-02 00:03:32 +00:00
sonja.mirtitsch%sun.com
9c2086d0f3
removed killing of leftover selfservers, since multiple QAs need to
...
peacefully coexist... will file enhancement request against myself
2001-11-01 23:37:36 +00:00
sonja.mirtitsch%sun.com
e71de46d14
removed the "missing list" for tinderbox QA
2001-11-01 22:43:55 +00:00
sonja.mirtitsch%sun.com
d792219e5b
added -p port argument, so multiple tinderboxes can run on the same machine
2001-11-01 22:36:03 +00:00
wtc%netscape.com
45e7f547c9
Bugzilla bug 99072: fixed the bug that CPU_ARCH was always set to x86.
...
The patch was submitted by taya@netbsd.org (Shin'ichiro TAYA), edited
by wtc, and reviewed by cls.
2001-11-01 22:35:48 +00:00
wtc%netscape.com
7931f7f0f6
Bugzilla bug 78978: removed obsolete files .cshrc and .profile.
2001-11-01 06:40:05 +00:00
wtc%netscape.com
1e45173d8f
Bugzilla bug 103933: loader.c should not be compiled with -xchip=ultra2.
...
r=nelsonb.
2001-11-01 05:25:31 +00:00
sonja.mirtitsch%sun.com
217b6dbba0
removing the starting : fo`rom the SHLIB_PATH to avoid HP coredumps
2001-10-31 23:31:58 +00:00
relyea%netscape.com
e5822372e8
Don't crash on SSL2 failures.
2001-10-31 20:03:29 +00:00
javi%netscape.com
130d23b036
Add the smime source files to the Mac project.
2001-10-31 03:24:32 +00:00
javi%netscape.com
62064f3fd3
Adding new files to the mac project file. Should fix tbox bustage.
2001-10-31 02:01:40 +00:00
javi%netscape.com
698f7ff045
Back out ddrinan for now.
2001-10-31 01:58:54 +00:00
ddrinan%netscape.com
1a64376d9a
Bug 105526 - Initial landing of PSM S/MIME. Mailnews will land separately. See bug 106507 for that. r=javi, sr=blizzard
2001-10-30 23:52:01 +00:00
ian.mcgreer%sun.com
e774d95a8f
patch to fix behavior on AIX's optimizing compiler. Shoul also improve performance on all platforms.
2001-10-30 22:11:49 +00:00
nelsonb%netscape.com
874e400e1a
Fix bug 107619. The new DHE_ ciphersuites were enabled by default.
...
Now they are disabled by default, for compatibility with NSS 2.0.
2001-10-30 21:09:47 +00:00
nicolson%netscape.com
a5ceba090f
Fix 101609: JSS OSF fails, on the trunk this time.
2001-10-30 21:07:51 +00:00
ian.mcgreer%sun.com
a53e6cb933
fixes for testing word alignment
2001-10-30 16:03:43 +00:00
alecf%netscape.com
b3c60610d7
added unicharutilsstatic*.o to build for bug 100214
2001-10-30 03:17:12 +00:00
cls%seawood.org
0df234f6a5
Removing xpcom dependency upon unicharutil.
...
Fixing tinderbox bustage.
Bug #100214 r=alecf
2001-10-30 01:11:04 +00:00
jpierre%netscape.com
fa25ff0952
Fix for 105271
2001-10-29 22:42:12 +00:00
jpierre%netscape.com
90f9674197
Fix for 105271 - rules.mk change for OS/2 build
2001-10-29 21:34:20 +00:00
kaie%netscape.com
572e4c256c
b=106794 r=kaie,javi sr=blizzard
...
Fix to make "delete certificate" work again.
2001-10-29 15:43:20 +00:00
jaggernaut%netscape.com
e2f4401c73
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-28 08:33:51 +00:00
cls%seawood.org
e4bd7ca988
Freezing nsIURIContentListener class. Fixing PSM bustage
...
Thanks to Rick Potts <rpotts@netscape.com> for the patch.
Bug #99627
2001-10-27 04:15:42 +00:00
wtc%netscape.com
d0d6081356
Bugzilla bug 106379: support building under ARM Linux.
2001-10-27 00:27:06 +00:00
wtc%netscape.com
73ee93a7cc
Bugzilla bug 106836: fixed misspelled "Privilege". The patch is
...
contributed by timeless@mac.com .
2001-10-26 21:30:58 +00:00
wtc%netscape.com
b6e71514c6
Bugzilla bug 106771: support building on HP-UX 11.11.
2001-10-26 21:20:12 +00:00
sonja.mirtitsch%sun.com
4ada61a963
took out 64 bit HP builds
2001-10-26 18:10:37 +00:00
sonja.mirtitsch%sun.com
1549ff9857
increased # of tests to 133
2001-10-26 18:08:18 +00:00
sonja.mirtitsch%sun.com
c851973d17
adder HP as tinderboxplatform
2001-10-26 18:07:58 +00:00
nelsonb%netscape.com
1cbddbef14
Explanation of the files in this directory.
2001-10-24 22:17:30 +00:00
jpierre%netscape.com
a13930e898
Fix debug symbols in OS/2 build of NSPR by using absolute paths. Bug 105271
2001-10-24 20:19:05 +00:00
jpierre%netscape.com
c9af2c77d7
Better way of calling assembler on OS/2
2001-10-24 17:35:18 +00:00
wtc%netscape.com
d9ad58b31c
Bugzilla bug 106388: made the release_export rule work with VPATH.
2001-10-24 05:43:07 +00:00
relyea%netscape.com
d25793c656
CKT_ Trust values are "enums" not flags.
2001-10-24 00:57:06 +00:00
wtc%netscape.com
33366d63c2
DBM (mcom_db.h) is no longer testing for the HAVE_COMPAT_H macro.
2001-10-23 22:24:34 +00:00
relyea%netscape.com
85d4cee5bc
We lookup C_Initialize for non-db functions, not dbOnly functions (this should
...
get tokens working again.
2001-10-23 16:54:58 +00:00
kaie%netscape.com
504e2b2d96
b=79153 r=javi sr=blizzard
...
Crypto key generation feedback, prevent crash, cleanup code, add a call from second code path.
2001-10-23 06:11:57 +00:00
kaie%netscape.com
429912183a
b=105016 r=kaie sr=ben
...
Update to 88553, polish layout of dialog and clicking on radio button text to select a radio button.
2001-10-22 23:57:39 +00:00
javi%netscape.com
2e4b6a79ea
Fix for Bug 99163, Checking in for dougt@netscape.com,r=shaver, sr=jband
2001-10-22 22:30:18 +00:00
rangansen%netscape.com
6c6805d401
Checking in for morse@netscape.combug# 87334, r=rangansen r=jag sr=Alect Flettenforcing ask everytime option for passwords ...
2001-10-22 03:01:53 +00:00
javi%netscape.com
d885acfcc5
Missed this file in dougt's last patch.
2001-10-19 22:48:01 +00:00
relyea%netscape.com
e82db04107
NSS specific PKCS 11 mechanisms, collected in one single header file.
2001-10-19 22:37:14 +00:00
javi%netscape.com
4e7194601a
Checking in for dougt.
2001-10-19 21:53:39 +00:00
ian.mcgreer%sun.com
5f0f71898c
add pkim.h, needed by some cert calls
2001-10-19 20:10:51 +00:00
ian.mcgreer%sun.com
73c3c94340
fix loop; time from PRTime
2001-10-19 20:06:28 +00:00
ian.mcgreer%sun.com
511ed443cb
fix possible NULL deref
2001-10-19 20:04:58 +00:00
ian.mcgreer%sun.com
2ca32641b4
implement FindCertIssuer through Stan
2001-10-19 20:04:27 +00:00
ian.mcgreer%sun.com
3c7209811e
get/set cert trust through PKCS#11; traversal methods for CERT_ calls; define usage for 3.4
2001-10-19 18:16:45 +00:00
ian.mcgreer%sun.com
b8d11ef9b7
add usage to find best parameters
2001-10-19 18:11:31 +00:00
ian.mcgreer%sun.com
78524817e9
set attributes function; rename find to traverse; return object handle on import
2001-10-19 18:10:58 +00:00
ian.mcgreer%sun.com
7d65fb2684
prepare certdb for removal of pcertdb.c; reimplement functions using Stan
2001-10-19 18:05:38 +00:00
rangansen%netscape.com
aaf9d57ed8
Rolling back last changes
2001-10-18 19:09:03 +00:00
rangansen%netscape.com
d2f2acaa18
Checking in for morse@netscape.com
...
bug# 87334, r=rangansen r=jag sr=Alect Flett
enforcing ask everytime option for passwords ...
2001-10-18 18:06:39 +00:00
ian.mcgreer%sun.com
fece90dfc1
fix AIX build
2001-10-18 13:58:28 +00:00
jpierre%netscape.com
8ff9efeee1
Fix NT comment in OS/2 Makefile
2001-10-17 22:15:26 +00:00
jpierre%netscape.com
49daf179ce
Fix for 104740 - build bignum library on OS/2 with mpi_x86 assembly code . reviewed by nelsonb
2001-10-17 20:35:37 +00:00
nelsonb%netscape.com
b4e1895f0d
Fix bug 105185, which sometimes caused the result to be greater than n.
...
Fix suggested by Ferenc Rakoczi <Ferenc.Rakoczi@Sun.COM>
2001-10-17 20:35:04 +00:00
wtc%netscape.com
13a03e0325
A better way to define the HAVE_SNPRINTF macro.
2001-10-17 17:53:16 +00:00
ian.mcgreer%sun.com
593d3fefdd
add ability to notify user that chain is incomplete
2001-10-17 15:48:09 +00:00
ian.mcgreer%sun.com
a70ca44727
some more cert lookup methods; find cert issuer/chain; mimic nickname as "token name:nickname"
2001-10-17 14:40:27 +00:00
ian.mcgreer%sun.com
3ab8e6fcaa
get token name function; change cert function name
2001-10-17 14:39:11 +00:00
ian.mcgreer%sun.com
1a8c4a3d15
fix iteration for empty list
2001-10-17 14:37:48 +00:00
ian.mcgreer%sun.com
232dbb1229
add back pointer to Stan cert from CERTCertificate
2001-10-17 14:37:10 +00:00
ian.mcgreer%sun.com
21ccdac557
implement several more PKCS#11 methods with Stan counterparts
2001-10-17 14:36:06 +00:00
ian.mcgreer%sun.com
37be52a584
implement CERT_CertChainFromCert using Stan
2001-10-17 14:35:01 +00:00
wtc%netscape.com
2d83f3464c
Removed memmove.c, snprintf.c, and strerror.c from CSRCS and added a
...
comment explaining why.
2001-10-16 21:32:16 +00:00
ian.mcgreer%sun.com
f54ff70f46
expose function for accessing parts of decoded cert
2001-10-15 18:19:03 +00:00
ian.mcgreer%sun.com
e05086ed8b
make the subject list sorted by valid times
2001-10-15 17:18:06 +00:00
ian.mcgreer%sun.com
2e90a85e8a
put the sort function in the header
2001-10-15 17:13:31 +00:00
ian.mcgreer%sun.com
48015bc83f
add ordering capability to the list
2001-10-15 16:50:01 +00:00
ian.mcgreer%sun.com
f9be08f9df
a slew of AIX build fixes (bug fixes, for that matter)
2001-10-15 15:01:59 +00:00
jpierre%netscape.com
e3c1fc9f5e
More changes for OS/2 build, in particular for the assembly code
2001-10-15 06:49:56 +00:00
jpierre%netscape.com
1539641e6d
Allow assembly code to compile under OS/2 using IBM's Assembly Language Processor
2001-10-15 06:49:15 +00:00
wtc%netscape.com
afaa892cdb
Cleaned up the security/dbm makefiles and added
...
security/dbm/config/config.mk, which defines the "autoconf" macros that
mozilla's configure script defines.
Modified files: manifest.mn include/Makefile src/Makefile src/config.mk
tests/Makefile
Added file: config/config.mk
2001-10-14 02:33:18 +00:00
rangansen%netscape.com
46c1d08072
r=rangansen r=ssaux sr=hewitt
...
bug# 101631- enables column reordering
2001-10-12 21:51:57 +00:00
ian.mcgreer%sun.com
34b8cbef09
check in cert lookup functions using the cache
2001-10-12 17:54:50 +00:00
ian.mcgreer%sun.com
cd9ccc69e9
fix broken AIX build
2001-10-12 15:16:38 +00:00
nelsonb%netscape.com
7cf0cd0764
Get the test CA program working again. Remove some bogus scripts.
2001-10-11 22:29:42 +00:00
rangansen%netscape.com
0f707586ec
r=kaie sr=blizzard bug# 87656
...
[enables selecting token in change pswd dialog]
2001-10-11 21:18:08 +00:00
jpierre%netscape.com
475c7c1cf8
Build from absolute path on OS/2 to let the IBM debugger automatically find the source files
2001-10-11 21:08:38 +00:00
rangansen%netscape.com
3546d3b48a
r=cls sr=blizzard bug# 102372
...
[checking in for Christian Biesinger]
2001-10-11 21:02:42 +00:00
rangansen%netscape.com
bb2873092e
r=rangansen sr=blizzard bug# 10300
...
[fixes regression that cert selection radio buttons were on separate lines]
2001-10-11 20:42:44 +00:00
kaie%netscape.com
d215909f69
b=99525 r=ddrinan sr=blizzard
...
When resetting master password, do not erase the stored web passwords if they are obscured only.
2001-10-11 20:29:51 +00:00
wtc%netscape.com
0add45bee5
Added support for NSPR autoconf build system, which will be the only
...
way to build NSPR 4.2 and later.
2001-10-11 20:06:12 +00:00
ian.mcgreer%sun.com
29cf4904b7
fix #else
2001-10-11 19:51:47 +00:00
ian.mcgreer%sun.com
9d0ae1d226
conditional compile in changes, this won't work until softoken is a true PKCS#11 module
2001-10-11 19:29:05 +00:00
kaie%netscape.com
8547f74ac9
b=95987 r=relyea sr=blizzard
...
re-enable Diffie Hellman ciphers
2001-10-11 18:45:39 +00:00
kaie%netscape.com
8431f2f2a3
b=103774 r=javi sr=blizzard
...
Fix: display correct expiration date
2001-10-11 18:42:43 +00:00
ian.mcgreer%sun.com
0670cfdaa7
fix optimized builds
2001-10-11 18:41:51 +00:00
ian.mcgreer%sun.com
c13519619d
more solaris fixes
2001-10-11 18:40:34 +00:00
ian.mcgreer%sun.com
f44539edc2
add stan libs to static linked libs
2001-10-11 17:43:21 +00:00
ian.mcgreer%sun.com
c9daa6e1b2
a number of windows build fixes
2001-10-11 17:41:47 +00:00
ian.mcgreer%sun.com
b1686f8cc9
asn1 is not needed yet; fix windows tbox
2001-10-11 17:15:06 +00:00
ian.mcgreer%sun.com
9f7191ae3b
fix broken tbox builds for solaris for now
2001-10-11 17:05:08 +00:00
ian.mcgreer%sun.com
dbd677e510
forgot to add this file
2001-10-11 16:43:06 +00:00
ian.mcgreer%sun.com
dac43ba788
define decoded cert type; implement cert cache; glue code for old NSS types; define global default trust domain
2001-10-11 16:34:49 +00:00
ian.mcgreer%sun.com
2944f4cedb
add glue code for old NSS types; fix certificate lookup
2001-10-11 16:33:38 +00:00
ian.mcgreer%sun.com
add44b6731
begin process of converting pk11cert to use Stan cert code; Stan tokens integrated with SECMOD
2001-10-11 16:32:34 +00:00
ian.mcgreer%sun.com
34a3911321
integrate NSS 3.4 builds (stan parts now included)
2001-10-11 16:31:29 +00:00
sonja.mirtitsch%sun.com
3b72481136
version check for jss
2001-10-11 01:01:09 +00:00
ian.mcgreer%sun.com
c9bd4e9d1f
fix prompts to STDIN when using file passwords, bug 103942
2001-10-10 19:54:22 +00:00
ian.mcgreer%sun.com
51c8886e7a
add AES test to QA
2001-10-10 17:40:03 +00:00
ian.mcgreer%sun.com
d2dcb76615
fix AES self-test
2001-10-10 17:39:49 +00:00
sonja.mirtitsch%sun.com
813a540b9a
bugfixed for jssqa
2001-10-10 17:14:31 +00:00
nicolson%netscape.com
00c31b4ef1
Fix 103976: libjss is built with -taso flag
2001-10-10 01:34:53 +00:00
nicolson%netscape.com
60357d9f1c
Fix 103977: JSS calls non-portable snprintf
...
Replace snprintf() with PR_snprintf().
2001-10-10 01:31:40 +00:00
sonja.mirtitsch%sun.com
ff2557c067
additions for JSS sanity check
2001-10-10 01:12:42 +00:00
nelsonb%netscape.com
a56382dc9a
Use new assembly language multiply code contributed by Richard C. Swift.
2001-10-10 01:05:02 +00:00
kaie%netscape.com
212f222265
b=102289 r=valeski sr=alecf
...
Changing UI text strings
2001-10-10 00:55:41 +00:00
nelsonb%netscape.com
6be66357d1
Build mpi with new file mpvalpha.c.
...
Contributed by Richard C. Swift (swift@netscape.com )
2001-10-09 23:51:36 +00:00
nelsonb%netscape.com
d774c7301a
The Original Code is Multiple Precision Integer optimization code for
...
the Compaq Alpha processor.
The Initial Developer of the Original Code is Richard C. Swift.
Portions created by the Initial Developer are Copyright (C) 2001
the Initial Developer. All Rights Reserved.
2001-10-09 23:47:59 +00:00
nicolson%netscape.com
664e370179
Fix 103893: nickname is not NULL-terminated.
2001-10-09 20:52:22 +00:00
ian.mcgreer%sun.com
ff98847829
make this module buildable using NSS 3.x headers; some cleanup
2001-10-08 20:19:30 +00:00
ian.mcgreer%sun.com
1bfaccd4de
implement hash keyed by NSSItem; change list method names to be like hash method names; fix 99214, arena mark lists broken
2001-10-08 19:26:02 +00:00
ian.mcgreer%sun.com
5c602aa7e2
reuse intermediate multiplication values when decrypting; speeds up decryption in the RIJNDAEL_GENERATE_VALUES case by 60%. (todo: something similar with RIJNDAEL_GENERATE_VALUES_MACRO)
2001-10-08 19:06:31 +00:00
jpierre%netscape.com
673f014f10
Fix Linux build
2001-10-08 18:49:17 +00:00
jpierre%netscape.com
9ab9244b7a
Fix for 81246 - add default storage functions for the PKCS#12 decoder if no callbacks or objects are provided to it. In that case memory storage is automatically used
2001-10-08 18:33:04 +00:00
jpierre%netscape.com
55c3df5fdb
Fix for 81246 - do not use a temporary /tmp/Pk12uTemp file anymore in pk12util . This is achieved by using new default functions in the PKCS#12 decoder that use memory storage
2001-10-08 18:32:00 +00:00
ian.mcgreer%sun.com
0b6ef0d9da
self-testing for AES
2001-10-08 16:14:04 +00:00
ian.mcgreer%sun.com
1c483cab92
allow various ways of building AES
2001-10-08 16:11:52 +00:00
jpierre%netscape.com
80858924e3
Fix for 102251 . Just updating a comment
2001-10-06 00:16:56 +00:00
jpierre%netscape.com
b163eeba5a
Fix for 102251 . Implement 2-level locking for the SSL session cache to properly support SSL server applications using Windows NT fibers . Also optimize and enhance portability of locking primitives for single-process servers on all platforms by using a PRLock instead of cross-process locks . Reviewed by wtc
2001-10-06 00:14:33 +00:00
sonja.mirtitsch%sun.com
2941d62432
changed the backwardcompatibility tests t odo streight reporting
2001-10-05 22:27:54 +00:00
sonja.mirtitsch%sun.com
2e18f11a4f
trial and error programming... now I try to guess the tinderbox directory
2001-10-05 22:27:09 +00:00
nicolson%netscape.com
3e3589ac3b
use NSS 3.3.1 RTM.
2001-10-05 22:04:36 +00:00
sonja.mirtitsch%sun.com
2365ae169f
next try for tinderbox fix
2001-10-05 01:29:06 +00:00
sonja.mirtitsch%sun.com
53ce51dcab
added the " back that broke the script before
2001-10-04 17:01:17 +00:00
sonja.mirtitsch%sun.com
aa356e241b
trieing to acces a variable set by perl, for tinderbox
2001-10-04 00:36:53 +00:00
sonja.mirtitsch%sun.com
36d776ca44
changes for the NT tinderbox
2001-10-03 19:24:44 +00:00
ian.mcgreer%sun.com
bd9d39178b
fix build error
2001-10-03 14:07:29 +00:00
rangansen%netscape.com
2094dffd34
r=rangansen ; sr=hewitt ; bug# 99729
...
Removing redundant haligns..
2001-10-02 23:36:16 +00:00
jaggernaut%netscape.com
70ed173b7c
Fix for bug 75572. Separator support in outliner. patch by Jan Varga <varga@utcru.sk>, r=waterson, sr=hyatt
2001-10-02 05:19:46 +00:00
jaggernaut%netscape.com
cd09c1b72a
Bug 45797: Remove deprecated NS_IMPL_QUERY_INTERFACE macro, patch by dbaron, r=jag, sr=alecf
2001-10-02 03:11:26 +00:00
kaie%netscape.com
93e0fc7d13
b=100215 r=relyea sr=blizzard
...
Fix certificate verification chain display.
2001-10-01 14:57:35 +00:00
jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
jpierre%netscape.com
e99ac98f52
Fix for 102089 - add a new "-l" command-line option to selfserv to use local threads . This enables NT fibers on Windows NT
2001-09-29 00:35:54 +00:00
nicolson%netscape.com
bafde73210
Add reuseAddr parameter to SSLServerSocket parameter, so servers can
...
re-bind to a socket.
2001-09-28 22:10:11 +00:00
jpierre%netscape.com
8f2b5ad7cd
Fix for bug 101617 - make selfserv work in multi process mode on Windows NT
2001-09-28 02:43:48 +00:00
kaie%netscape.com
d0e84a1c53
b=92131 r=ddrinan sr=blizzard
...
Enable display of all certs.
2001-09-27 22:48:42 +00:00
nicolson%netscape.com
53a3d4b336
fix SSL_RSA_FIPS_* cipher enums.
2001-09-27 17:51:30 +00:00
sonja.mirtitsch%sun.com
9631ae5009
putting new tests back, since the ciphers have been fixed again
2001-09-27 16:37:46 +00:00
nelsonb%netscape.com
dd97606577
Fix the 128-bit block encrypt and decrypt functions for unaligned buffers.
2001-09-26 04:24:29 +00:00
nelsonb%netscape.com
cbf52380ab
Correct the test for length of data in SSL channel info struct.
2001-09-26 04:22:55 +00:00
rangansen%netscape.com
d5f1ababde
bug# 100457; r=ddrinan; r=nelsonb; r=blizzard;
...
sr=blizzard; Patch to put in proper handling of unrecognized
cert errors in psm
2001-09-26 00:28:24 +00:00
nelsonb%netscape.com
bb37a46273
Add a few new OIDs for AES and one old semi-bogus OID for DSA. 55048.
2001-09-25 23:29:30 +00:00
nicolson%netscape.com
8919270df6
Fix 96779: UserCertConflictException always gets thrown when importing user cert.
2001-09-25 21:39:21 +00:00
ian.mcgreer%sun.com
9999c42179
check in the nssItem_ interface
2001-09-25 20:48:51 +00:00
sonja.mirtitsch%sun.com
a3944b022e
backing out changes until coredump of testclnt is fixed
2001-09-25 20:14:20 +00:00
sonja.mirtitsch%sun.com
3152497a31
added tests of 3 new ciphers in TLS and SSL
2001-09-25 16:00:00 +00:00
sonja.mirtitsch%sun.com
a81536af93
added log information for tinderbox
2001-09-25 01:27:59 +00:00