javi%netscape.com
43cd7b4006
Turns out there isn't a corresponding .def file for the Builtins module.
...
So I still need this file.
2002-01-11 02:19:41 +00:00
javi%netscape.com
1646f286a0
*.exp files (for symbol exporting) are now generated dynamically.
2002-01-11 02:13:49 +00:00
kirk.erickson%sun.com
16711e5b7a
Fixed termination when using -L 30 (see bug 107777).
...
This is a temporary solution, creating SYSTEM rather than USER loggerThread.
Later we should create a USER thread, Interrupt, and tell the thread to exit.
2002-01-11 01:03:28 +00:00
ian.mcgreer%sun.com
e8aac2fb9e
fix crash seen in PSM
2002-01-11 00:41:26 +00:00
relyea%netscape.com
4a931009f5
Fix dual key generation crash.
2002-01-11 00:33:08 +00:00
sonja.mirtitsch%sun.com
2379cdc08e
asleep of 3 seconds after killing of teh selfserv doesn't seem to be
...
sufficient - either that or it takes a lot longe now to start up
2002-01-10 22:47:12 +00:00
relyea%netscape.com
30582a6b8a
Fix Crl import Crash. (use the template, not the attribute list).
2002-01-10 22:38:15 +00:00
ian.mcgreer%sun.com
566d2fe940
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
36679c9c98
Give the shared library fragment names.
2002-01-10 18:15:28 +00:00
ian.mcgreer%sun.com
770b9ae9da
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
5a27b64fbe
need to make sure trust is updated if it was already created
2002-01-10 15:30:06 +00:00
ian.mcgreer%sun.com
916a710117
bug 118051, make Stan pki1 headers private exports for 3.4
2002-01-10 15:11:04 +00:00
ian.mcgreer%sun.com
b201a286ba
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
f07c5a9b11
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
67018508fa
add command to certutil for dumping the chain of a cert
2002-01-10 04:30:00 +00:00
nelsonb%netscape.com
28caa1df56
Add error strings for new NSPR error codes. Bug 118668.
2002-01-10 03:00:30 +00:00
relyea%netscape.com
8846befff7
Set the trust order for a newly installed built-ins to 100
2002-01-10 01:01:09 +00:00
relyea%netscape.com
f6871cf96f
Fix default trust and cipher orders.
2002-01-10 01:00:20 +00:00
relyea%netscape.com
c68ce0e40d
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
relyea%netscape.com
3a6e3f8b94
Initialize OCSP status variable
2002-01-10 00:45:27 +00:00
relyea%netscape.com
768f88afc8
Enable OCSP code.
2002-01-10 00:43:39 +00:00
javi%netscape.com
5ac7e78c94
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
bdf7930c7b
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
a4a475c75e
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
19df650b6e
Changes required to get the trunk of NSS building on the Mac.
2002-01-09 23:22:23 +00:00
javi%netscape.com
98921ccfde
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
71972797d2
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
e24f442c3f
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
383b138e4e
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
4328cc77eb
bug 118612, implement valid peer trust in softoken
2002-01-08 22:01:17 +00:00
ian.mcgreer%sun.com
7735dba520
another place where decoded cert was alloced in cert's arena
2002-01-08 19:38:56 +00:00
ian.mcgreer%sun.com
28cb1ce89d
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
f161d6d8f4
memory leak fixes
2002-01-08 15:37:42 +00:00
ian.mcgreer%sun.com
7428ae1215
fix pkcs12 bug where nicknames were disappearing
2002-01-07 19:53:47 +00:00
ian.mcgreer%sun.com
1167719990
once again, solaris x86 does not like PR_LOG
2002-01-07 19:14:40 +00:00
ian.mcgreer%sun.com
7c74d99884
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
16a699c9fb
obey the isperm flag as in nss 3.3
2002-01-06 21:49:48 +00:00
relyea%netscape.com
dab318ec31
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
cca6d4542f
taking out OSF 5 links
2002-01-04 21:41:23 +00:00
sonja.mirtitsch%sun.com
6526699908
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
0ac5914658
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
fdb7517d3e
implement trust ordering when merging trust
2002-01-04 19:21:54 +00:00
wtc%netscape.com
8b23552681
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
33c124632f
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
93ca321d50
fix for enhancemet request 114964
2002-01-03 23:58:23 +00:00
ian.mcgreer%sun.com
19993e549d
only free slot if funrction returns correctly
2002-01-03 22:49:02 +00:00
ian.mcgreer%sun.com
681dce3718
fix aix bustage
2002-01-03 20:19:55 +00:00
ian.mcgreer%sun.com
3cff4ec39c
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
ian.mcgreer%sun.com
20804d889d
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
sonja.mirtitsch%sun.com
b023851d8d
more info to results.html
2001-12-21 00:29:32 +00:00