summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in error case of DH from previous patchNSS_3_7_9_RTMrelyea%netscape.com2003-11-071-6/+4
* Backport fixes for Bugscape bug 53336 to NSS 3.7 Branch.nelsonb%netscape.com2003-11-076-38/+220
* Backport fix for Bugscape bug 53339 to NSS 3.7 branch.nelsonb%netscape.com2003-11-073-25/+109
* Backport fix for Bugscape bug 53418 to NSS 3.7 branch.nelsonb%netscape.com2003-11-071-12/+13
* Backport fix for Bugscape bug 53334 to NSS 3.7 branch.nelsonb%netscape.com2003-11-071-2/+11
* Fix crash in CERT_CheckKeyUsage caused by dereferencing a returned pointerwchang0222%aol.com2003-11-061-0/+2
* changing version string, and NSS_BETA to PR_FALSEbishakhabanerjee%netscape.com2003-11-051-2/+2
* Remove one unnecessary transition from the SSL3 state machine.NSS_3_7_9_BETA1wchang0222%aol.com2003-11-011-11/+10
* Set NSS version to 3.7.9 Beta.wchang0222%aol.com2003-11-011-3/+3
* Set NSS version to 3.7.8.NSS_3_7_8_RTMwtc%netscape.com2003-07-191-2/+2
* Change cert_GetCertificateEmailAddresses to return NULL rather thanNSS_3_7_8_BETA1wtc%netscape.com2003-07-101-4/+6
* Fix bug 211049. Another issue with empty pointer lists from groupwtc%netscape.com2003-07-101-1/+1
* Bug 212112: we don't need to lock td->cache->lock while callingwtc%netscape.com2003-07-101-2/+6
* Bug 212004: in CERT_IsUserCert we should test for a null cert->trust andwtc%netscape.com2003-07-091-2/+3
* Set NSS version to 3.7.8 Beta.wtc%netscape.com2003-06-271-3/+3
* Back ported the changes in rev. 1.14 to the NSS_3_7_BRANCH.wtc%netscape.com2003-06-271-4/+23
* Back ported the changes in rev. 1.8 and rev. 1.9 to the NSS_3_7_BRANCH.wtc%netscape.com2003-06-271-4/+14
* Bug 210660: backed out the main change in the fix for bug 145322 becausewtc%netscape.com2003-06-272-22/+11
* Set NSS version to 3.7.7.wtc%netscape.com2003-06-131-2/+2
* Bug 208996: removed an assertion that's no longer valid after the recentNSS_3_7_7_BETA2wtc%netscape.com2003-06-111-4/+1
* Set NSS version to 3.7.7 Beta 2.wtc%netscape.com2003-06-111-1/+1
* Backported the fixes for bugs 204555 and 207740 to NSS_3_7_BRANCH.NSS_3_7_7_BETA1wtc%netscape.com2003-06-052-297/+327
* Correctly build the array of pointers to parsed group members, even whenwtc%netscape.com2003-06-051-7/+4
* Set NSS version to 3.7.7 Beta.wtc%netscape.com2003-06-051-3/+3
* Bug 208343: removed two Baltimore root certificates.NSS_3_7_6_RTMwtc%netscape.com2003-06-052-515/+67
* Set NSS version to 3.7.6.wtc%netscape.com2003-06-041-2/+2
* Bugzilla 207379: removed the certificate "ValiCert OCSP Responder".wtc%netscape.com2003-06-033-336/+76
* Set NSS version to 3.7.6 Beta.wtc%netscape.com2003-06-031-3/+3
* Set NSS version to 3.7.5.wtc%netscape.com2003-05-191-2/+2
* NSS 3.7 branch doesn't have ecKey.NSS_3_7_5_BETA1wtc%netscape.com2003-05-151-1/+0
* Bring in the limitted Memory Grow patch to NSS 3.7.relyea%netscape.com2003-05-141-21/+47
* Fix bug 198099. Display DSA public keys in certs properly.wtc%netscape.com2003-05-141-30/+35
* Fix two problems that together prevented NSS from reading encryptednelsonb%netscape.com2003-05-141-11/+47
* Set NSS version to 3.7.5 Beta.wtc%netscape.com2003-05-141-3/+3
* Bug 202593 NSS does not lock non-threadsafe modules correctly.wtc%netscape.com2003-05-147-16/+79
* Bug 199082: added a missing return statement.NSS_3_7_4_RTMwtc%netscape.com2003-03-261-0/+1
* Set NSS version to 3.7.4.wtc%netscape.com2003-03-261-2/+2
* Bug 199082: checked in Nelson's patch, whichwtc%netscape.com2003-03-267-5/+68
* Set NSS version to 3.7.4 Beta.wtc%netscape.com2003-03-251-3/+3
* Changing NSS Version info for 3.7.3 RTM release. Set NSS_BETA flag to PR_FALSEbishakhabanerjee%netscape.com2003-03-171-2/+2
* Set NSS version to 3.7.3 Beta on 3.7 branchbishakhabanerjee%netscape.com2003-03-121-3/+3
* Only require token authentication if the token requires login.relyea%netscape.com2003-03-121-1/+1
* Free session we use on logout.relyea%netscape.com2003-03-051-7/+8
* Fix memory leak bug 116239 r=jpierrerrelyea%netscape.com2003-03-041-0/+2
* Bug 193055: the "cat ${file} | while read ...do ...done" construct does not w...NSS_3_7_2_RTMbishakhabanerjee%netscape.com2003-03-031-6/+6
* Set NSS version to 3.7.2.wtc%netscape.com2003-03-011-2/+2
* Bug 190537: build OS/2 DLLs using the map files to control symbol export.wtc%netscape.com2003-02-253-30/+32
* Bug 193367: do not call PR_Now() in a loop. r=nelsonb.wtc%netscape.com2003-02-251-2/+6
* Put the fix for bug 167756 back in. (Tag: NSS_3_7_BRANCH)wtc%netscape.com2003-02-251-15/+41
* Fix bug 160207. Make TLS implementation resistant to timing attacks onwtc%netscape.com2003-02-221-30/+29