summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle Race conditions in multi-access databases during initialization.NSS_3_6_1_BETA1relyea%netscape.com2002-11-066-50/+141
* Fix missing strings that cause crash in SSL_SecurityStatus(). Bug 178342.nelsonb%netscape.com2002-11-061-0/+2
* Fix for bug 177798 - NULL pointers in ShutdownCRLCache to allow shutdown/rest...jpierre%netscape.com2002-11-021-0/+2
* Bug 171331. Builtin roots need to have the same Serial number usage as therelyea%netscape.com2002-10-312-435/+499
* Allow serial numbers to be looked up by either DERSerial or decoded Serial.relyea%netscape.com2002-10-311-0/+38
* Fix for bug 175115 . Remove incorrect check for CA cert expiration. Also fix ...jpierre%netscape.com2002-10-311-43/+36
* fixup commit for branch 'NSS_3_6_BRANCH'cvs2hg2002-10-301-0/+1100
* Integrated bundle of changes one on NSS_3_3_2_SUN_PKG_BRANCH.kirk.erickson%sun.com2002-10-268-34/+9
* fixup commit for branch 'NSS_3_6_BRANCH'cvs2hg2002-10-262-0/+58
* Plug cert leak in NSS_SMIMESignerInfo_SaveSMIMEProfile. Bug 176799.nelsonb%netscape.com2002-10-251-0/+6
* Fix for 169038 - bump builtins library version to 1.10 in NSS_3_6_BRANCHjpierre%netscape.com2002-10-251-1/+1
* Rev up builtins version number - bug #169038jpierre%netscape.com2002-10-231-1/+1
* bug 174364, fix authorityCertIssuer handling in path constructionian.mcgreer%sun.com2002-10-221-1/+1
* Fix for 169038 - correct entries for TC TrustCenter rootsjpierre%netscape.com2002-10-122-56/+120
* Fix addbuiltin to add issuer & serial number to trust object. Bug #174042jpierre%netscape.com2002-10-121-0/+7
* Set NSS version to 3.6.1 Beta on the NSS_3_6_BRANCH.wtc%netscape.com2002-10-101-3/+3
|\
| * fixup commit for tag 'moz_win_20021014'moz_win_20021014cvs2hg2002-10-080-0/+0
| |\ | |/ |/|
| * fixup commit for tag 'moz_ux_20021014'moz_ux_20021014cvs2hg2002-10-0847-0/+13798
| |\ |/ /
| * fixup commit for tag 'NSS_3_6_RTM'NSS_3_6_RTMcvs2hg2002-10-081-0/+1094
|/
* Fix for 172732. Bump up version number to 3.6. r=relyea. Do this on NSS_3_6_B...jpierre%netscape.com2002-10-081-2/+2
* Set NSS version to 3.6. (Tag: NSS_3_6_BRANCH)wtc%netscape.com2002-10-081-2/+2
* fixup commit for branch 'NSS_3_6_BRANCH'cvs2hg2002-10-0557-14802/+0
* Fix for 172678 - move internal functions InitCRLCache and ShutdownCRLCache to...jpierre%netscape.com2002-10-054-3/+5
* Sorted NSS 3.6 symbols in alphabetical order.wtc%netscape.com2002-10-041-1/+1
* Import nspr20/v4.2.2.wtc%netscape.com2002-10-041-1/+1
* Added SUNW_ISA=sparcv9 to clear up error message.kirk.erickson%sun.com2002-10-041-0/+1
* Bug 164744: fixed the comment block style.wtc%netscape.com2002-10-031-3/+4
* Bug 149832: renamed highestUsage as certificateUsageHighest.wtc%netscape.com2002-10-032-2/+2
* Fix for 164744 - implement new functions for pk12util . r=wtcjpierre%netscape.com2002-10-036-76/+66
* Restored a # that was accidentally deleted.wtc%netscape.com2002-10-031-0/+1
* Moved solarispkg target to the end of the file.kirk.erickson%sun.com2002-10-021-7/+6
* Fixes 158683, adds new directory mozilla/security/nss/pkg/solaris.kirk.erickson%sun.com2002-10-0216-0/+539
|\
| * fixup commit for tag 'PHOENIX_0_3_RELEASE'PHOENIX_0_3_RELEASEcvs2hg2002-10-0245-0/+12669
| |\ | |/ |/|
| * fixup commit for tag 'NSS_3_6_BETA3'NSS_3_6_BETA3cvs2hg2002-10-0256-13708/+0
| |\ |/ /
| * fixup commit for tag 'MOZILLA_1_2b_RELEASE'MOZILLA_1_2b_RELEASEcvs2hg2002-10-0211-1039/+0
|/
* Fix for 164744 - fix for pk12util to export multiple certsjpierre%netscape.com2002-10-0213-55/+1165
|\
* | fixup commit for tag 'PHOENIX_0_2_RELEASE'PHOENIX_0_2_RELEASEcvs2hg2002-10-0111-1039/+0
|/
* bug 171224, changes to path constructionian.mcgreer%sun.com2002-10-018-92/+251
* Bug 16296: fix race in sdr code.relyea%netscape.com2002-10-011-0/+2
* Fix SDR race condition with a coarse lock. Does not address multiaccess DBrelyea%netscape.com2002-10-012-1/+27
* bug 166793, uninitialized variablesian.mcgreer%sun.com2002-09-301-2/+10
* Bug 154689: removed the "with Shared Database" string. NSS is always builtwtc%netscape.com2002-09-301-8/+1
* Bug 127740: added a comment to explain the thread yield inwtc%netscape.com2002-09-301-0/+6
* Use the enumeration constant 'siBuffer' instead of 0.wtc%netscape.com2002-09-301-2/+2
* Bug 171422: removed unused (and incorrect) code. r=mcgreer.wtc%netscape.com2002-09-301-2/+0
* Bug 166772: 'cinfo' needs to be initialized to NULL. Fixed an indentationwtc%netscape.com2002-09-301-2/+2
* Bug 153258: fixed a misspelling in pk11_getDefTokName.wtc%netscape.com2002-09-281-1/+1
* Fix 128172: function to convert a session key to a token key.nicolson%netscape.com2002-09-283-0/+66
* Fix for 167615 - fix for crash with bad CRLs from token. Also fix error handlingjpierre%netscape.com2002-09-281-12/+20
* Bug 166781: fixed the bug that 'r2' may be used uninitialized. r=nicolson.wtc%netscape.com2002-09-271-0/+1