summaryrefslogtreecommitdiff
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* get modification of trust on builtins certs to work by storing the modified ↵ian.mcgreer%sun.com2001-12-064-33/+94
| | | | trust on the softoken. implement merging of multiple trust instances.
* Fix for 108097 - allow cmsutil to work with dual-key certs for signing and ↵jpierre%netscape.com2001-12-061-12/+46
| | | | encrypting
* Patch for 107323 - fix compiler warningsjpierre%netscape.com2001-12-061-1/+0
|
* patches to get s/mime dual key certs working, bug 113741ian.mcgreer%sun.com2001-12-062-13/+7
|
* Improve error handling in cmsutil - don't proceed when error occurs, and ↵jpierre%netscape.com2001-12-061-2/+2
| | | | display more information about failures using SECU_PrintError
* misspelled dbtestssonja.mirtitsch%sun.com2001-12-061-1/+1
|
* Fix OS/2 build bustage - conflict with error.h from OS/2 toolkit . Put ↵jpierre%netscape.com2001-12-061-0/+4
| | | | explicit include path to resolve it
* trying to hook in dbtestsonja.mirtitsch%sun.com2001-12-061-1/+1
|
* added dbtestsonja.mirtitsch%sun.com2001-12-051-0/+1
|
* adderd redhat 7.2, changed tinderbox back to defaulting to the tipsonja.mirtitsch%sun.com2001-12-051-4/+5
|
* test for key and cert databasessonja.mirtitsch%sun.com2001-12-054-0/+438
|
* added 2 more testssonja.mirtitsch%sun.com2001-12-051-12/+31
|
* if no token name is provided to PK11_FindCertByNickname, default to internal ↵ian.mcgreer%sun.com2001-12-051-46/+36
| | | | token (as opposed to the entire trust domain)
* added calls to new dbtest programsonja.mirtitsch%sun.com2001-12-051-3/+60
|
* changed the evaluation of returncodesonja.mirtitsch%sun.com2001-12-041-8/+8
|
* Removed extra close comment in MOZ_CLIENT comment sectionddrinan%netscape.com2001-12-041-1/+1
|
* Bugzilla bug 111574: standard header files should be included withwtc%netscape.com2001-12-041382-0/+561468
|\ | | | | | | | | | | #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
* | fixup commit for tag 'DBM16_RTM_20011206'DBM16_RTM_20011206cvs2hg2001-12-041382-561468/+0
|/
* Bugzilla bug 111294: make NSS build on QNX6 (Neutrino). The patch waswtc%netscape.com2001-12-045-4/+77
| | | | | | | | | 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
* new test for enhancement request 112504, not hooked in yetsonja.mirtitsch%sun.com2001-12-041-0/+146
|
* one more change for bug #111229sonja.mirtitsch%sun.com2001-12-041-17/+24
|
* improvements coupling QA and tinderboxsonja.mirtitsch%sun.com2001-12-041-4/+13
|
* commiting some changes (backwardcompatibility tests, uname -p problem,sonja.mirtitsch%sun.com2001-12-032-10/+18
| | | | | numbers of tests...) before starting to work on tinderbox problem, log hard to find. 111229
* Sigh, Fix name collision between pk11wrap and softoken.relyea%netscape.com2001-12-031-3/+3
|
* Fix Solaris and HP build failures.relyea%netscape.com2001-12-031-1/+1
|
* 1) restore the const to PK11_Configure().relyea%netscape.com2001-11-302-25/+24
| | | | | | 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
* The other half of the double check change.relyea%netscape.com2001-11-301-2/+2
|
* Fix several memory leaks.relyea%netscape.com2001-11-3010-143/+226
| | | | | Adjust the default hash sizes down for mozilla client. Merge the NSS 3.3 key check and signature check stuff.
* fix Bug 93989 Memory leak when adding a module.relyea%netscape.com2001-11-301-1/+3
|
* Add code to 'shutdown' freebl (clean up the blinding cache in rsa).relyea%netscape.com2001-11-306-2/+104
| | | | merge the NSS 3.3 changes to export Ian's double check code through the loader.
* fix so that nickname lookup falls back to email address (for ↵ian.mcgreer%sun.com2001-11-301-3/+3
| | | | CERT_FindCertByNicknameOrEmailAddr)
* fix bug found from PK11_ListCertsian.mcgreer%sun.com2001-11-291-0/+1
|
* fix memory leaksian.mcgreer%sun.com2001-11-2911-26/+81
|
* Fix for bug 95458 - ASN1 decoder crashes when fed incorrect datajpierre%netscape.com2001-11-291-2/+2
|
* solaris x86 doesn't seem to like PR_LOG, so turning it off by default in ↵ian.mcgreer%sun.com2001-11-281-31/+31
| | | | debug builds
* land changes for handling temporary and cached certs in 3.4ian.mcgreer%sun.com2001-11-2824-1718/+2630
| | | | | | | | * 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
* Fix crlutil crash on errorjpierre%netscape.com2001-11-281-1/+0
|
* trying to reduce sleeptime on linux. relyea thinks we need 30 seconds until ↵sonja.mirtitsch%sun.com2001-11-271-1/+1
| | | | selfserv frees the socket, testing. maybe it can also be fixed in the networkconfiguration?
* Fixes bug 107777. Added '-L <seconds>' argument (ops/sec logging).kirk.erickson%sun.com2001-11-271-29/+46
| | | | | Review by Nelson and Wan-Teh made this patch very clean. We are now creating a separating logger() thread.
* include AES in performance info dumpian.mcgreer%sun.com2001-11-261-0/+2
|
* Bugzilla bug 111293: the inclusion of "nssrenam.h" in this file breakswtc%netscape.com2001-11-221-1/+0
| | | | the NSS build (on 64-bit AIX). I am backing it out.
* Bug 105271 - undo changesjpierre%netscape.com2001-11-221-35/+3
|
* Fixes for OS/2 buildjpierre%netscape.com2001-11-222-10/+44
|
* Fix for 95128 - OS/2 build issue with DBMjpierre%netscape.com2001-11-223-0/+446
|
* Change form to inform user that serial number is a hex string.nelsonb%netscape.com2001-11-211-1/+1
|
* Some bug fixes found while debugging a different bug.nelsonb%netscape.com2001-11-211-2/+5
|
* Fix for 95264 - add more info in s/mime scriptjpierre%netscape.com2001-11-211-0/+2
|
* removed the before and after context grep as a workaround for 97209sonja.mirtitsch%sun.com2001-11-211-1/+6
|
* Change the behavior of the -list <module> option so that it doesn't stopnelsonb%netscape.com2001-11-211-7/+11
| | | | | 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
* changes for PSM to compile against NSS shared libraries.relyea%netscape.com2001-11-2121-87/+131
| | | | Move SSL and S/MIME to the new common MAPFILE usage