summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'NSS_3_6_BETA2'NSS_3_6_BETA2cvs2hg2002-09-2756-13708/+0
* Add targets for HPUX Itanium family processors.nelsonb%netscape.com2002-09-271-4/+29
* Fix 169798: Failed to install ca signing certificate with NS3.6beta.nicolson%netscape.com2002-09-271-6/+11
* bug 158078, unitialized variable due to a lot of unneccessary codeian.mcgreer%sun.com2002-09-261-29/+2
* Fix for 167615 - don't crash if a token returns a NULL CRL objectjpierre%netscape.com2002-09-261-2/+5
* Fix for 167615 - don't crash if the CRL isn't found due to a database errorjpierre%netscape.com2002-09-261-1/+6
* Bug 170379: fix the stack overflow crash by not allocating the 32K "sieve"wtc%netscape.com2002-09-261-2/+4
* Bug 166894: destroy nssTrust before returning from STAN_ChangeCertTrust.wtc%netscape.com2002-09-241-5/+9
* Bug 169944: declare PK11_TokenKeyGen in pk11func.h and export it from thewtc%netscape.com2002-09-242-0/+4
* Bug 169785: CERT_AddOCSPAcceptableResponses should have a second argumentwtc%netscape.com2002-09-232-16/+25
* Change coding style used in nss/lib/pki to one that works with ctags.nelsonb%netscape.com2002-09-2310-676/+338
* Bug 169790: renamed CERT_DecodeDERCrlEx to CERT_DecodeDERCrlWithFlags.wtc%netscape.com2002-09-234-9/+11
* Fix 169578: PK11_ImportAndReturnPrivateKey sets wrong key type.nicolson%netscape.com2002-09-201-0/+3
* Fix corrupt listing of nicknames on keys.relyea%netscape.com2002-09-201-1/+1
* Fix memory leak mozbug 165655, r=wtcrelyea%netscape.com2002-09-201-0/+3
* Removed the duplicate NSS_3.6 section in the previous checkin.wtc%netscape.com2002-09-201-6/+1
* Fix for 145785 - Need to create signer infos using Subject Key ID. r=relyeajpierre%netscape.com2002-09-205-12/+79
* Update TC TrustCenter CAs in NSS 3.6 (tip). Fix for 169038jpierre%netscape.com2002-09-202-679/+559
* Fix for bug 156042 - crash when CA not issued by a valid CAjpierre%netscape.com2002-09-201-0/+3
* Bug 169581: the last two arguments to pk11_mkSlotString should have thewtc%netscape.com2002-09-192-3/+2
* Fix 169577: SGN_End crashes if DSA signature fails.nicolson%netscape.com2002-09-191466-0/+619505
|\
* | fixup commit for tag 'JSS_3_3_BETA1'JSS_3_3_BETA1cvs2hg2002-09-181466-619504/+0
|/
* Bug 91224: Make sure that we use Solaris ld, not GNU ld, to build NSS.wtc%netscape.com2002-09-184-17/+14
* Bug 153380: document the default values for the SSL options.wtc%netscape.com2002-09-181-4/+10
* Bug 157827: declare the exported PBE_ functions. Fixed the include-oncewtc%netscape.com2002-09-181-1/+18
* Fix memory leak in CRL cachejpierre%netscape.com2002-09-181-0/+5
* Call NSS_Shutdown() in crlutil. Part of purifying effortjpierre%netscape.com2002-09-171-0/+2
* Fix indentationjpierre%netscape.com2002-09-173-4/+4
* Bug 168722: fix compiler warnings.wtc%netscape.com2002-09-172-8/+8
* Add -r support to crlutil for multiple iterationsjpierre%netscape.com2002-09-171-27/+37
* Purify crlutiljpierre%netscape.com2002-09-171-17/+82
* Fix UMC in Purifyjpierre%netscape.com2002-09-162-0/+2
* Undo check-in that broke QAjpierre%netscape.com2002-09-162-7/+7
* Fix compiler warningsjpierre%netscape.com2002-09-142-7/+7
* Add assertion to help debugging CRL crashjpierre%netscape.com2002-09-1415-41/+1046
|\
* \ fixup commit for tag 'moz_win_20021009'moz_win_20021009cvs2hg2002-09-130-0/+0
|\ \ | |/
* | fixup commit for tag 'moz_ux_20021009'moz_ux_20021009cvs2hg2002-09-130-0/+0
|\ \ | |/
* | fixup commit for tag 'moz_20020919'moz_20020919cvs2hg2002-09-130-0/+0
|\ \ | |/
* | fixup commit for tag 'ROGC_20020930_FREEZE'ROGC_20020930_FREEZEcvs2hg2002-09-1346-0/+12704
|\ \ | |/
* | fixup commit for tag 'NSS_3_6_BETA1'NSS_3_6_BETA1cvs2hg2002-09-1356-13708/+0
|/
* Removed the SIGTERM signal handler, which was added to debug bug 119340.wtc%netscape.com2002-09-131-22/+0
* Bug 168384: need to initialize the nss3lookingForCA field of nssUsage.wtc%netscape.com2002-09-131-0/+1
* Bug 168368: fixed an uninitialized memory read in CERT_CreateRDN. Itwtc%netscape.com2002-09-131-9/+14
* Bug 168360: Add support for the MOZ_PROFILE build option.wtc%netscape.com2002-09-121-0/+7
* The blob db shim code (bug 162023) introduced a crash (bug 167615) sowtc%netscape.com2002-09-121-2/+2
* Fix for 167856 - memory leaks in CRL cachejpierre%netscape.com2002-09-112-15/+25
* Fix for 167849 - copy DER subject before adding an issuer to the hash table i...jpierre%netscape.com2002-09-112-9/+12
* bug 166741, fixing bug in previous patchesian.mcgreer%sun.com2002-09-101-18/+38
* Bug 167532: fixed a regression introduced by the previous checkin.wtc%netscape.com2002-09-101-0/+2
* Fix for 167649 - invalidate CRL cache when new CRL object is imported into a ...jpierre%netscape.com2002-09-102-28/+161