summaryrefslogtreecommitdiff
path: root/security/nss
Commit message (Expand)AuthorAgeFilesLines
* Fix for 235874 - crash in PK11_DigestKey . r=wtc, nelsonbjpierre%netscape.com2004-03-032-0/+9
* improve reporting of errors in DBM by translating system errorsian.mcgreer%sun.com2004-02-244-14/+262
* Fix bug 4972840 (DOS attack) and move to NSPR 4.1.6.saul.edwards%sun.com2004-01-162-1/+6
* Remove addition of dmbshim.c to manifest since we removed the cert upgrade.saul.edwards%sun.com2003-12-121-1/+0
* Change NSS version number to 3.3.4.2.saul.edwards%sun.com2003-12-121-1/+1
* Revert the cert8 upgrade code - the changes don't affect any other fixessaul.edwards%sun.com2003-12-112-225/+40
* Remove the possibility of a cert8 database because we don't allow the upgrade.saul.edwards%sun.com2003-12-111-3/+0
* Bringing 3.3.4.2 up to date with 3.3.8; neuter the cert7 upgrade.saul.edwards%sun.com2003-12-1068-970/+3426
* Fixes for 4933535 and 4945089 a la Ian McGreer, now backported to 3_3_4 for DS.saul.edwards%sun.com2003-10-311322-0/+555300
|\
* | fixup commit for tag 'SECURITY_3_3_5_WEBSERVER'SECURITY_3_3_5_WEBSERVERcvs2hg2003-03-071322-555242/+0
|/
* fixup commit for branch 'NSS_3_3_4_1_BRANCH'cvs2hg2003-03-073-0/+155
* prepare 3.3.4 RTMNSS_3_3_4_RTMian.mcgreer%sun.com2003-03-071-2/+2
* Fix bug 160207. Make TLS implementation resistant to timing attacks onian.mcgreer%sun.com2003-02-281-31/+29
* setting version numbers to 334 see bug 192356sonja.mirtitsch%sun.com2003-02-083-5/+5
* bug 190865, PBE code leaks IVian.mcgreer%sun.com2003-02-033-9/+34
* adding change to build prototype file for later patchingsonja.mirtitsch%sun.com2003-01-302-2/+8
* merge fixes for bug 132899 and 132889 onto 3.3 branchNSS_3_3_3_RTMNSS_3_3_3_RC010903NSS_3_3_3_BETA121602ian.mcgreer%sun.com2002-12-162-3/+3
* adding kirk's solaris package patchsonja.mirtitsch%sun.com2002-12-124-3/+11
|\
| * fixup commit for tag 'NSS_3_3_3_BETA_Sun120602'NSS_3_3_3_BETA_Sun120602cvs2hg2002-12-0616-568/+0
|/
* changing version to 333 betasonja.mirtitsch%sun.com2002-12-061-3/+3
* backing out changes to dbm cache size for 3.3.3 releaseian.mcgreer%sun.com2002-12-041-15/+12
* bug 126769, sessionID overflow issuesian.mcgreer%sun.com2002-12-042-10/+26
* bug 39494, handle unknown attribute type conversion correctlyian.mcgreer%sun.com2002-12-041-8/+129
* fixup commit for branch 'NSS_3_3_BRANCH'cvs2hg2002-11-1716-0/+568
* Backport -E option to erase all CRLs to NSS 3.3 . This is to test regressions...jpierre%netscape.com2002-09-191-4/+20
* Fix 130522: ASN.1 decoder asserts with corrupt input.nicolson%netscape.com2002-03-261-8/+38
* Bub 129080. Increase the size of the libdbm cache so we can handle objectsrelyea%netscape.com2002-03-191-12/+15
* Don't allocate sieve from stack on machines with very-limited stacks.nelsonb%netscape.com2001-12-181-2/+2
* Removing mcp Mac project files, as they were replaced by xml files.kaie%netscape.com2001-12-113-0/+0
* changed to 3.3.2 RTMsonja.mirtitsch%sun.com2001-12-111-2/+2
* Adding new XML Mac project files.WTC_20011211_TAGkaie%netscape.com2001-12-103-0/+12336
* rsa cleanups: better comment and variable name in private key op check, fix p...ian.mcgreer%sun.com2001-12-071-20/+40
* Bugzilla bug 98349: fixed const/non-const mismatches so that NSS can bewtc%netscape.com2001-12-062-5/+5
* Bugzilla bug 103011: Changed PK11_ConfigurePKCS11() andwtc%netscape.com2001-11-303-11/+13
|\
| * fixup commit for tag 'NSS_3_3_2_BETA1'NSS_3_3_2_BETA1cvs2hg2001-11-281-1/+1
|/
* Fix for bug 95989 - cert_CompareNameWithConstraints handles certURI case inco...jpierre%netscape.com2001-11-281-0/+1
* Fix crlutil crash on errorjpierre%netscape.com2001-11-281-1/+0
* Fix for 95264 - add more info in s/mime scriptjpierre%netscape.com2001-11-221-0/+2
* 1) add Ian's new RSA_ functions to the freebl loader code.relyea%netscape.com2001-11-174-2/+49
* 'Back port' nss 3.4 version of SDR test which actually does test sdr torelyea%netscape.com2001-11-161-2/+22
* Call Ian's privatekey verify options.relyea%netscape.com2001-11-162-2/+12
* Go back to declaring "extern char ** environ;" on all platforms.nelsonb%netscape.com2001-11-151-6/+2
* Use /dev/urandom to seed NSS's PRNG, when possible. Bug 96626.nelsonb%netscape.com2001-11-1410-28/+49
* check in rsa double check function, and private key consistency check functionian.mcgreer%sun.com2001-11-142-14/+203
* Fix parens that wtc noticed (we want to allocate data with sizeof both the da...relyea%netscape.com2001-11-081-1/+1
* Fix PBE parameter leak.relyea%netscape.com2001-11-081-5/+2
* Fix 95666: ImportDERPublicKey assigns CK_KEY_TYPE to pubkey->type.nicolson%netscape.com2001-11-011-2/+2
* Bugzilla bug 103933: loader.c should not be compiled with -xchip=ultra2.wtc%netscape.com2001-11-011-1/+1
* Merge in fixes to montmulf code from trunk. Fixes came from Sun.nelsonb%netscape.com2001-11-013-11/+11
* Updated .mcp fileddrinan%netscape.com2001-10-311-0/+0