Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get modification of trust on builtins certs to work by storing the modified ↵ | ian.mcgreer%sun.com | 2001-12-06 | 4 | -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.com | 2001-12-06 | 1 | -12/+46 |
| | | | | encrypting | ||||
* | Patch for 107323 - fix compiler warnings | jpierre%netscape.com | 2001-12-06 | 1 | -1/+0 |
| | |||||
* | patches to get s/mime dual key certs working, bug 113741 | ian.mcgreer%sun.com | 2001-12-06 | 2 | -13/+7 |
| | |||||
* | Improve error handling in cmsutil - don't proceed when error occurs, and ↵ | jpierre%netscape.com | 2001-12-06 | 1 | -2/+2 |
| | | | | display more information about failures using SECU_PrintError | ||||
* | misspelled dbtests | sonja.mirtitsch%sun.com | 2001-12-06 | 1 | -1/+1 |
| | |||||
* | Fix OS/2 build bustage - conflict with error.h from OS/2 toolkit . Put ↵ | jpierre%netscape.com | 2001-12-06 | 1 | -0/+4 |
| | | | | explicit include path to resolve it | ||||
* | trying to hook in dbtest | sonja.mirtitsch%sun.com | 2001-12-06 | 1 | -1/+1 |
| | |||||
* | added dbtest | sonja.mirtitsch%sun.com | 2001-12-05 | 1 | -0/+1 |
| | |||||
* | adderd redhat 7.2, changed tinderbox back to defaulting to the tip | sonja.mirtitsch%sun.com | 2001-12-05 | 1 | -4/+5 |
| | |||||
* | test for key and cert databases | sonja.mirtitsch%sun.com | 2001-12-05 | 4 | -0/+438 |
| | |||||
* | added 2 more tests | sonja.mirtitsch%sun.com | 2001-12-05 | 1 | -12/+31 |
| | |||||
* | if no token name is provided to PK11_FindCertByNickname, default to internal ↵ | ian.mcgreer%sun.com | 2001-12-05 | 1 | -46/+36 |
| | | | | token (as opposed to the entire trust domain) | ||||
* | added calls to new dbtest program | sonja.mirtitsch%sun.com | 2001-12-05 | 1 | -3/+60 |
| | |||||
* | changed the evaluation of returncode | sonja.mirtitsch%sun.com | 2001-12-04 | 1 | -8/+8 |
| | |||||
* | Removed extra close comment in MOZ_CLIENT comment section | ddrinan%netscape.com | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | Bugzilla bug 111574: standard header files should be included with | wtc%netscape.com | 2001-12-04 | 1382 | -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_20011206 | cvs2hg | 2001-12-04 | 1382 | -561468/+0 |
|/ | |||||
* | Bugzilla bug 111294: make NSS build on QNX6 (Neutrino). The patch was | wtc%netscape.com | 2001-12-04 | 5 | -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 yet | sonja.mirtitsch%sun.com | 2001-12-04 | 1 | -0/+146 |
| | |||||
* | one more change for bug #111229 | sonja.mirtitsch%sun.com | 2001-12-04 | 1 | -17/+24 |
| | |||||
* | improvements coupling QA and tinderbox | sonja.mirtitsch%sun.com | 2001-12-04 | 1 | -4/+13 |
| | |||||
* | commiting some changes (backwardcompatibility tests, uname -p problem, | sonja.mirtitsch%sun.com | 2001-12-03 | 2 | -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.com | 2001-12-03 | 1 | -3/+3 |
| | |||||
* | Fix Solaris and HP build failures. | relyea%netscape.com | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | 1) restore the const to PK11_Configure(). | relyea%netscape.com | 2001-11-30 | 2 | -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.com | 2001-11-30 | 1 | -2/+2 |
| | |||||
* | Fix several memory leaks. | relyea%netscape.com | 2001-11-30 | 10 | -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.com | 2001-11-30 | 1 | -1/+3 |
| | |||||
* | Add code to 'shutdown' freebl (clean up the blinding cache in rsa). | relyea%netscape.com | 2001-11-30 | 6 | -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.com | 2001-11-30 | 1 | -3/+3 |
| | | | | CERT_FindCertByNicknameOrEmailAddr) | ||||
* | fix bug found from PK11_ListCerts | ian.mcgreer%sun.com | 2001-11-29 | 1 | -0/+1 |
| | |||||
* | fix memory leaks | ian.mcgreer%sun.com | 2001-11-29 | 11 | -26/+81 |
| | |||||
* | Fix for bug 95458 - ASN1 decoder crashes when fed incorrect data | jpierre%netscape.com | 2001-11-29 | 1 | -2/+2 |
| | |||||
* | solaris x86 doesn't seem to like PR_LOG, so turning it off by default in ↵ | ian.mcgreer%sun.com | 2001-11-28 | 1 | -31/+31 |
| | | | | debug builds | ||||
* | land changes for handling temporary and cached certs in 3.4 | ian.mcgreer%sun.com | 2001-11-28 | 24 | -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 error | jpierre%netscape.com | 2001-11-28 | 1 | -1/+0 |
| | |||||
* | trying to reduce sleeptime on linux. relyea thinks we need 30 seconds until ↵ | sonja.mirtitsch%sun.com | 2001-11-27 | 1 | -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.com | 2001-11-27 | 1 | -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 dump | ian.mcgreer%sun.com | 2001-11-26 | 1 | -0/+2 |
| | |||||
* | Bugzilla bug 111293: the inclusion of "nssrenam.h" in this file breaks | wtc%netscape.com | 2001-11-22 | 1 | -1/+0 |
| | | | | the NSS build (on 64-bit AIX). I am backing it out. | ||||
* | Bug 105271 - undo changes | jpierre%netscape.com | 2001-11-22 | 1 | -35/+3 |
| | |||||
* | Fixes for OS/2 build | jpierre%netscape.com | 2001-11-22 | 2 | -10/+44 |
| | |||||
* | Fix for 95128 - OS/2 build issue with DBM | jpierre%netscape.com | 2001-11-22 | 3 | -0/+446 |
| | |||||
* | Change form to inform user that serial number is a hex string. | nelsonb%netscape.com | 2001-11-21 | 1 | -1/+1 |
| | |||||
* | Some bug fixes found while debugging a different bug. | nelsonb%netscape.com | 2001-11-21 | 1 | -2/+5 |
| | |||||
* | Fix for 95264 - add more info in s/mime script | jpierre%netscape.com | 2001-11-21 | 1 | -0/+2 |
| | |||||
* | removed the before and after context grep as a workaround for 97209 | sonja.mirtitsch%sun.com | 2001-11-21 | 1 | -1/+6 |
| | |||||
* | Change the behavior of the -list <module> option so that it doesn't stop | nelsonb%netscape.com | 2001-11-21 | 1 | -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.com | 2001-11-21 | 21 | -87/+131 |
| | | | | Move SSL and S/MIME to the new common MAPFILE usage |