summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl/ssl3con.c
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'XBL_BRUTAL_SHARING_20010807_BRANCH'cvs2hg2001-07-021-7820/+0
* Fix bug 68869. Don't ignore TLS no certificate messages when the servernelsonb%netscape.com2001-06-131-0/+8
* Fix bug that caused version number to be wrong in SSL3 client hellosnelsonb%netscape.com2001-06-051-0/+10
* Implementation of 5 DHE ciphersuites, client side only.nelsonb%netscape.com2001-04-111-12/+298
* Fix a couple of memory leaks that occur in rare error paths.nelsonb%netscape.com2001-03-311-22/+13
* Reinterpret the READ and WRITE poll flags depending on the state of thenelsonb%netscape.com2001-03-161-9/+12
* Coalesce the final Finished message in the SSL handshake and the firstnelsonb%netscape.com2001-02-071-7/+10
* Bugzilla bug #66367: rename the internal NSS functions that we have towtc%netscape.com2001-01-301-0/+1
* Send SSL 3.x alert records when a version mismatch occurs.nelsonb%netscape.com2001-01-131-12/+6
* Add implementation of SSL_RSA_WITH_RC4_128_SHA SSL3 cipher suite,nelsonb%netscape.com2001-01-131-0/+1
* Changes to deal with exporting data from Windows DLLs.nelsonb%netscape.com2001-01-051-26/+18
* Bugzilla: 64132. NSS lock instrumentationlarryh%netscape.com2001-01-031-4/+4
* Release the SpecRead Lock before returning in an error path.nelsonb%netscape.com2000-11-101-0/+1
* Remove duplicate PORT_Free call. Fix bug 52633.nelsonb%netscape.com2000-09-141-1/+0
* support IPv6 in ssl: bug 48657 r=nelsonbjgmyers%netscape.com2000-09-121-4/+6
* Emulate an SSL3 client more closely after a server negotiates down to 3.0.nelsonb%netscape.com2000-08-081-0/+8
* Fix the logic in client and server to detect version roll-back attack,nelsonb%netscape.com2000-05-241-6/+21
* Changing MIN's and MAX's to PR_MIN, PR_MAXmcgreer%netscape.com2000-05-181-1/+1
* In ssl3_GenerateSessionKeys() ensure params secitem always points to validnelsonb%netscape.com2000-05-181-7/+5
* Minor changes to fix mac build bustages.dougt%netscape.com2000-05-121-1/+1
* Small optimization for RSA Server Key exchange message. Uses fewer PK11_nelsonb%netscape.com2000-05-081-24/+36
* Initial NSS Open Source checkinrelyea%netscape.com2000-03-311-0/+7496