summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl/sslsock.c
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'JSS_4_2_BRANCH'cvs2hg2008-05-091-2194/+0
* Bug 403563: implement the TLS session ticket extension (rfc4507bis). Thewtc%google.com2008-03-061-0/+15
* Bug 394271 - two public SSL functions require PRFD* to point to SSL layernelson%bolyard.com2007-09-011-23/+0
* Bug 394202 - ssl_GetPrivate can corrupt non-SSL private structuresnelson%bolyard.com2007-09-011-0/+11
* Add Camilla cipher suites TLS RFC4132 bug 361025rrelyea%redhat.com2007-02-281-0/+6
* Bug 366803 - Improve SSL tracing, make it work in browsers, to help withnelson%bolyard.com2007-01-311-0/+8
* Fix for bug 115951 . Separate BL_Cleanup and BL_Unload . r=wtchang,nelsonjulien.pierre.bugs%sun.com2006-10-021-1/+2
* Fix for bug 115951 . Unload freebl dynamic library . Also fix tiny one-time l...julien.pierre.bugs%sun.com2006-09-281-2/+42
* Correct the amount returned by ssl_Writev for short writes on non-blockingnelson%bolyard.com2006-05-181-1/+1
* From Bug 331279.rrelyea%redhat.com2006-03-301-0/+6
* Bugzilla Bug 318217: use the new NSPR functions PR_EmulateAcceptRead andwtchang%redhat.com2006-01-181-3/+22
* Bugzilla Bug 236245: Updated NSS to "ECC Cipher Suites for TLS" draft 12wtchang%redhat.com2005-12-141-3/+9
* Restore binary compatilibity for old Fortezza cipher suites.nelsonb%netscape.com2005-11-181-6/+38
* Eliminate environment variable SSLNOLOCKS, add environment variablenelsonb%netscape.com2005-09-231-8/+44
* Fix hoarked build from previous checkin. Doh.julien.pierre.bugs%sun.com2005-09-161-26/+2
* Fix for bug 127960 . Add SSL force handshake APIs which take a timeout . r=ne...julien.pierre.bugs%sun.com2005-09-161-0/+48
* Fix regression introduced in last checkin. If the caller disables thenelsonb%netscape.com2005-09-101-2/+11
* Implement two new SSL socket options: SSL_BYPASS_PKCS11 and SSL_NO_LOCKS.nelsonb%netscape.com2005-09-091-115/+159
* Remove fortezza code from libSSL and from the SSL test programs.nelsonb%netscape.com2005-08-161-3/+0
* Back out the preceeding fortezza removal patch, which was accidentallynelsonb%netscape.com2005-04-061-0/+3
* Remove fortezza support from libSSL and related commands. Bug 239960.nelsonb%netscape.com2005-04-061-3/+0
* Fix implementation of SSL_NO_STEP_DOWN. Bug 148452. r=julien.pierre.nelsonb%netscape.com2005-04-051-0/+25
* Fix for 242984 - crash with application having incomplete PRIOMethods. r=nels...jpierre%netscape.com2004-05-111-2/+6
* Bug 236613: change to MPL/LGPL/GPL tri-license. Restore Id: lines.gerv%gerv.net2004-04-271-0/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-34/+33
* Add support for Elliptic Curve Cryptography. Bug 195135.nelsonb%netscape.com2003-02-271-1/+21
* Support the TLS_RSA_WITH_NULL_SHA cipher suite. Bug 161529.nelsonb%netscape.com2002-08-091-0/+1
* Checking in riceman+bmo@mail.rit.edu's patch for bug 133702bishakhabanerjee%netscape.com2002-07-301-0/+1
* Make libSSL build for WinCE.nelsonb%netscape.com2002-04-041-1/+1
* bug 132889, sense of boolean 'blocking' is reversed within the HANDLE_ERR mac...ian.mcgreer%sun.com2002-03-221-2/+2
* 1. the sslSecurityInfo and sslGather structs are now part of the sslSocketnelsonb%netscape.com2002-02-271-91/+110
* Change ssl_GetPeerInfo to no longer assume that an address is IPV6 ifnelsonb%netscape.com2002-02-261-4/+5
* Bugzilla bug 70217: ported NSS to BeOS. The patch is contributed bywtc%netscape.com2002-02-221-1/+1
* Clean up compilier warnings on Solaris and Linux, most particularly:relyea%netscape.com2001-12-071-0/+2
* Put better comments by the table of preconfigured policies.nelsonb%netscape.com2001-11-021-1/+5
* Add support to TLS for new 128-bit and 256-bit AES ciphersuites. 87021.nelsonb%netscape.com2001-09-211-0/+6
* Implement new function SSL_GetChannelInfo(). Bugzilla bug 78959.nelsonb%netscape.com2001-09-181-21/+31
* Change PR_Writev so it will drive the handshake when len == 0.nelsonb%netscape.com2001-06-231-1/+1
* Add a workaround for bug 80092. If the last write returned WOULDBLOCKnelsonb%netscape.com2001-05-181-0/+3
* Disable TCP Nagle delays on SSL sockets for NSS 3.3. Bug 67898.nelsonb%netscape.com2001-05-081-0/+15
* Eliminate cause of assertion failure that occurs when SSL is not the topnelsonb%netscape.com2001-04-261-1/+3
* Implementation of 5 DHE ciphersuites, client side only.nelsonb%netscape.com2001-04-111-1/+7
* Reinterpret the READ and WRITE poll flags depending on the state of thenelsonb%netscape.com2001-03-161-22/+80
* Modify ssl_FindSocket() to set error PR_BAD_DESCRIPTOR_ERROR when itnelsonb%netscape.com2001-02-091-6/+3
* Make SSL API consistent in using SECStatus as return value for functionsnelsonb%netscape.com2001-02-091-2/+2
* When half-duplex applications (e.g. one thread per socket, doing alternatenelsonb%netscape.com2001-02-071-0/+8
* Coalesce the final Finished message in the SSL handshake and the firstnelsonb%netscape.com2001-02-071-0/+1
* Add implementation of SSL_RSA_WITH_RC4_128_SHA SSL3 cipher suite,nelsonb%netscape.com2001-01-131-0/+1
* Remove all vestiges of old pre-NSS socks client implementation from NSS.nelsonb%netscape.com2001-01-131-79/+20
* Changes to deal with exporting data from Windows DLLs.nelsonb%netscape.com2001-01-051-21/+4