summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't invoke PKCS11 with an invalid handle. Bug 226285.NSS_3_4_BRANCHwchang0222%aol.com2003-12-221-0/+6
* Remove an overreaching constraing on modulus length. Bug 226285.wchang0222%aol.com2003-12-221-1/+1
* Set NSS version to 3.4.6 Beta.wchang0222%aol.com2003-12-221-3/+3
* Carried the fixes in rev. 1.10 and rev. 1.17 back to the NSS_3_4_BRANCH.NSS_3_4_5_RTMwchang0222%aol.com2003-11-071-0/+5
* Fixed a memory leak on error path. (Bugscape bug 53334)wchang0222%aol.com2003-11-071-0/+1
* Repair error case for DH code in previous patch.relyea%netscape.com2003-11-071-6/+4
* Set NSS version to 3.4.5.wchang0222%aol.com2003-11-071-2/+2
* Backport the fixes for Bugscape bug 53339 to the NSS 3.4 branch.nelsonb%netscape.com2003-11-073-25/+109
* This is revision 1.26, whomped onto the NSS 3.4 branch, in anticipationnelsonb%netscape.com2003-11-071-141/+324
* Backport Bob's fixes for Bugscape bug 53336 to the NSS 3.4 branch.nelsonb%netscape.com2003-11-076-37/+220
* Backport the fix for Bugscape bug 53418 to the NSS 3.4 branch.nelsonb%netscape.com2003-11-071-12/+13
* Fix crash in CERT_CheckKeyUsage caused by dereferencing a returned pointerwchang0222%aol.com2003-11-061-0/+2
* Remove one unnecessary transition from the SSL3 state machine.wchang0222%aol.com2003-11-041-11/+10
* Set NSS version to 3.4.5 Beta.wchang0222%aol.com2003-11-041-3/+3
* Set NSS version to 3.4.4.NSS_3_4_4_RTMwtc%netscape.com2003-07-081-2/+2
* Check the return status of CERT_CopyGeneralName.NSS_3_4_4_BETA1wtc%netscape.com2003-06-261-1/+4
* Bug 208038: back ported the changes in rev. 1.14 to the NSS_3_4_BRANCH.wtc%netscape.com2003-06-251-3/+19
* Back ported the changes to SECITEM_CompareItem and SECITEM_ItemsAreEqualwtc%netscape.com2003-06-251-4/+14
* Set NSS version to 3.4.4 Beta.wtc%netscape.com2003-06-201-3/+3
* Back ported the fixes for bugs 156042, 204555, and 207740 to thewtc%netscape.com2003-06-202-296/+328
* Back ported rev. 1.10 (the fix for bug 208996) to the NSS_3_4_BRANCH.wtc%netscape.com2003-06-201-4/+1
* Back ported rev. 1.26 (the fix for bug 174885) to the NSS_3_4_BRANCH.wtc%netscape.com2003-06-201-7/+4
* Set NSS version to 3.4.3.NSS_3_4_3_RTMwtc%netscape.com2003-03-041-2/+2
* Fix bug 160207. Make TLS implementation resistant to timing attacks onNSS_3_4_3_BETA2wtc%netscape.com2003-02-271-31/+29
* Merge crl patch into 3_4_BRANCH.relyea%netscape.com2002-10-044-58/+31
* Bug 166894: destroy nssTrust before returning from STAN_ChangeCertTrust.wtc%netscape.com2002-09-241-6/+9
* Bug 168308: removed the definition of the now unusedwtc%netscape.com2002-09-131-3/+0
* bug 168309, remove the limit on token cached certsian.mcgreer%sun.com2002-09-131-5/+0
* Set NSS version to 3.4.3 Beta.wtc%netscape.com2002-09-051-3/+3
* Bug 166894: fixed a bug in the previous checkin. The first argument towtc%netscape.com2002-09-051-2/+2
* Copy the DER in the case where our cert may get stuffed in a token cache.relyea%netscape.com2002-09-051-1/+1
* Bug 166894: Handle the case where we are are trying to change trust on a r/w ...relyea%netscape.com2002-09-051-5/+58
* Set NSS version to 3.4.2. (Tag: NSS_3_4_BRANCH)NSS_3_4_2_RTMwtc%netscape.com2002-06-051-2/+2
* Fix 147794: PK11_ImportDERPrivateKeyInfoAndReturnKey frees the private key in...nicolson%netscape.com2002-06-011-5/+4
* Bug 142575: use the PRIVATE keyword for the /EXPORT linker option.NSS_3_4_2_BETA2NSS_3_4_2_20020528wtc%netscape.com2002-05-251-3/+3
* Bug 142575: use the /EXPORT linker option on the command line.wtc%netscape.com2002-05-252-3/+9
* Bug 142575: a better fix. (NSS_3_4_BRANCH).wtc%netscape.com2002-05-251-2/+9
* Merged a working fix for bug 142575 (in rev. 1.51) on the NSS_3_4_BRANCH.wtc%netscape.com2002-05-241-14/+2
* Merged the fix for bug 142575 (in rev. 1.49) on the NSS_3_4_BRANCH.wtc%netscape.com2002-05-231-0/+24
* Bugzilla bug 136279: Return oldpath only if it is different from path.wtc%netscape.com2002-05-071-10/+11
* Fix for 142658 - fix certutil crash with NULL nicknamejpierre%netscape.com2002-05-061-0/+3
* Merged the fix for bug 126087 on the NSS_3_4_BRANCH.wtc%netscape.com2002-05-042-19/+3
* Bugzilla bug 136279: fixed bugs where 'path' and 'oldpath' were passedwtc%netscape.com2002-05-031-4/+11
* Allow import of IE certsrelyea%netscape.com2002-05-031-0/+16
* fixup commit for branch 'NSS_3_4_BRANCH'cvs2hg2002-05-022-0/+1081
* Backed out the fix for Bug 133584 from the NSS_3_4_BRANCH. We don't needwtc%netscape.com2002-05-0217-142/+39
* Fix for 136279 - initialize NSS in a way compatible with < 3.4 versions of NSSjpierre%netscape.com2002-05-011-19/+61
* bug 140474, fix possible unwarranted assertionian.mcgreer%sun.com2002-04-301-2/+4
* Bug 133584: fixed reference leaks and changed NSS_Shutdown to returnwtc%netscape.com2002-04-3019-1108/+142
|\
* | fixup commit for tag 'NSS_3_4_2_BETA1'NSS_3_4_2_BETA1cvs2hg2002-04-262-0/+1069
|/