summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close EVENTSREWRITE_20000211_BRANCHEVENTSREWRITE_20000211_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* fixup commit for branch 'EVENTSREWRITE_20000211_BRANCH'cvs2hg2002-02-1018-969/+142
|
* Temporary hack to make 'depend' do a 'clean' in NSS.wtc%netscape.com2002-02-041-0/+1
|
* Bug 117978: accessor functions to all JCE keystore API to be implemented.relyea%netscape.com2002-02-0310-25/+438
|
* Fix cert leaks when building a chain. There are several client auth bugs ↵ian.mcgreer%sun.com2002-02-023-7/+23
| | | | filed, this may not be for any one in particular, but was found with tstclnt.
* bug 90518, selfserv dumps cache state before shutdown with -y optionian.mcgreer%sun.com2002-02-023-1/+28
|
* Bugzilla bug 122961: export CERT_CreateSubjectCertList for PSM.wtc%netscape.com2002-02-021-0/+1
|
* Add new PK11_ImportSymKeyWithFlags function for JSSrelyea%netscape.com2002-02-021-34/+62
|
* Fix Mac bustage.javi%netscape.com2002-02-021-1/+1
|
* Bugzilla bug 122712: moved the two newly exported symbols to the rightwtc%netscape.com2002-02-011-3/+2
| | | | place.
* fix cert leak found by client authian.mcgreer%sun.com2002-02-011-11/+1
|
* Fix memory leak.relyea%netscape.com2002-02-011-1/+2
|
* Bugzilla bug 122944: detect Cygwin's uname.wtc%netscape.com2002-02-011-3/+24
|
* bug 121628, persistent cache of hardware token certsian.mcgreer%sun.com2002-02-0112-110/+744
|
* Bugzilla bug 119340: install a SIGTERM handler on Linux for debugging.wtc%netscape.com2002-02-011-0/+22
|
* certutil -L now opens the DB ReadOnly. Add the '-X' option to the test is stillrelyea%netscape.com2002-02-011-1/+1
| | | | testing the R/W case.
* Make the following functions open the databases Readonly:relyea%netscape.com2002-02-011-5/+27
| | | | | | ListCerts PrintHelp ListKeys ListModules CheckCertValidity Version Add an option (-X) to restore the old behaviour of openning the Databases R/W
* have certutil shutdown cleanly so purify is easier to deal withian.mcgreer%sun.com2002-01-311-20/+33
|
* Fix thread local storage leak.relyea%netscape.com2002-01-313-9/+11
|
* Make the projects depend on a .exp file that doesn't start with '_' so that ↵javi%netscape.com2002-01-315-10/+160
| | | | we know the .exp file wasn't generated by CodeWarrior.
* Use LoadableRoots.mcp.exp instead of _*.exp so that we knowjavi%netscape.com2002-01-311-0/+0
| | | | the .exp wasn't generated by CodeWarrior.
* couple of fixesian.mcgreer%sun.com2002-01-312-1/+5
|
* bug 90518, implement methods for dumping the state of the cache and temp ↵ian.mcgreer%sun.com2002-01-315-0/+64
| | | | cert store in NSS 3.4
* Checkin for relyea. Call CERT_DestoryCertificateList instead of ↵ddrinan%netscape.com2002-01-311-2/+2
| | | | CERT_DestroyCertList
* Fix certlist memory leak.relyea%netscape.com2002-01-311-0/+9
|
* Bugzilla bug 119340: backed out the fix. We are still seeing thewtc%netscape.com2002-01-312-48/+3
| | | | | | | "selfserv process not detectable" errors on Linux and I don't have time to get to the bottom of it. Modified files: cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
* Bugzilla bug 122712: temporarily export two additional symbols for Mozillawtc%netscape.com2002-01-311-0/+3
| | | | static build.
* put the sleep 30 back into the linux ssl test to give the selfserv timesonja.mirtitsch%sun.com2002-01-311-1/+7
| | | | to free the socket...
* restore checks for critical extenstions and fail if we have any we don'trelyea%netscape.com2002-01-311-12/+1
| | | | recognize. Just remove the bogus check that v2 crls must have critical extensions
* next thry for bug 115200sonja.mirtitsch%sun.com2002-01-311-1/+1
|
* Set token flag when saving the CRLs so they actually get put into the database!relyea%netscape.com2002-01-311-2/+7
|
* Fix searching code so it can find CRL'srelyea%netscape.com2002-01-312-4/+4
|
* another try for QA / RE / tinderbox problem bug #115200sonja.mirtitsch%sun.com2002-01-301-3/+3
|
* Unsigned values are always greater than '0'!relyea%netscape.com2002-01-301-1/+1
|
* Indexes are zero based. Do our realloc when index == size (not after).relyea%netscape.com2002-01-301-1/+1
|
* 1) put some defensive programming so we don't crash on invalid der.relyea%netscape.com2002-01-301-1/+4
| | | | | 2) set the start offset correctly for multi-byte lengths when decoding sets and sequences
* Restore idempontency to nss_init*relyea%netscape.com2002-01-291-0/+8
|
* Built-ins set the ulValueLen to -1 to indicate an unknown attribute type.relyea%netscape.com2002-01-291-0/+4
|
* Token and slot names are already converted to NULL terminated strings in the ↵relyea%netscape.com2002-01-291-27/+2
| | | | slot structure
* Don't leak memory in the arena poolrelyea%netscape.com2002-01-291-2/+4
|
* More 'pretty print' improvements. Decode context specific data a little more.relyea%netscape.com2002-01-291-8/+69
|
* changes related to bug 115660ian.mcgreer%sun.com2002-01-293-19/+61
| | | | | | * fipstoken will only force authentication for object-related functions when the object is a private or secret key * certutil does not authenticate to token when in FIPS and only doing cert-related operations * QA does not provide password to certutil when doing cert-related operations in FIPS tests
* (sigh) not only do we need to find the objects, we need to be able to readrelyea%netscape.com2002-01-281-1/+3
| | | | them as well.
* fixed typosonja.mirtitsch%sun.com2002-01-281-1/+1
|
* Fix for 69556 - remove expired CA "Verisign Class 4 Primary CA"jpierre%netscape.com2002-01-282-378/+182
|
* attempted fix for bug 115200, tinderbox reports false failures on machinessonja.mirtitsch%sun.com2002-01-281-34/+12
| | | | that run 32 and 63 bit tinderboxes
* Fix crashing problem when trying two switch from fips to non-fips and back.relyea%netscape.com2002-01-281-7/+8
| | | | bug 119214.
* Bugzilla bug 114702: support Linux 2.5.x kernels.wtc%netscape.com2002-01-271-0/+49
|
* Bugzilla bug 100447: on BSD/OS 4.2 and 4.3, we have problem callingwtc%netscape.com2002-01-271-16/+32
| | | | | | safe_popen in a threaded program. So we don't call safe_popen when we obtained some entropy from /dev/urandom. Thanks to lidl@pix.net for the bug report and the fix.
* Bugzilla bug 111206: make the Solaris version test flexible so that wewtc%netscape.com2002-01-261-10/+1
| | | | don't need to add a new test for each new Solaris release.