summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* Change PR_Writev so it will drive the handshake when len == 0.nelsonb%netscape.com2001-06-231-1/+1
* The environment variable NSS_SSL_SERVER_CACHE_MUTEX_TIMEOUT specifiesnelsonb%netscape.com2001-06-221-2/+14
* Fix bug 68869. Don't ignore TLS no certificate messages when the servernelsonb%netscape.com2001-06-131-0/+8
* Don't use PR_Atomic functions on AIX since PPC cpus require memorynelsonb%netscape.com2001-06-121-2/+68
* Add two new functions to permit application tuning of the number of SSLnelsonb%netscape.com2001-06-123-1/+46
* Use NSPR's Atomic increment and decrement functions in the simulatednelsonb%netscape.com2001-06-122-51/+66
* Reduce warnings on Unix platforms that don't like bitfields in chars.nelsonb%netscape.com2001-06-091-1/+1
* Fix two bugs found in nightly QA. On Solaris/x86, don't assert that thenelsonb%netscape.com2001-06-091-2/+8
* Change ssl_Time() to use time() instead of PR_Now on systems that have it.nelsonb%netscape.com2001-06-091-4/+11
* 3 Changes:nelsonb%netscape.com2001-06-095-1287/+814
* Portable POSIX-like unnamed semaphores that work in process-shared memory.nelsonb%netscape.com2001-06-082-0/+486
* Fix bug that caused version number to be wrong in SSL3 client hellosnelsonb%netscape.com2001-06-051-0/+10
* Bugzilla bug #77199: Make NSS build under OS/2. Thanks to Javierwtc%netscape.com2001-05-211-8/+11
* Add a workaround for bug 80092. If the last write returned WOULDBLOCKnelsonb%netscape.com2001-05-181-0/+3
* Only disable Nagle delays on those platforms that benefit from doing so.nelsonb%netscape.com2001-05-101-0/+2
* Disable TCP Nagle delays on SSL sockets for NSS 3.3. Bug 67898.nelsonb%netscape.com2001-05-084-1/+32
* Eliminate cause of assertion failure that occurs when SSL is not the topnelsonb%netscape.com2001-04-261-1/+3
* Merge in NSS 3.2.1 changes. (VersionCheck function)nelsonb%netscape.com2001-04-112-0/+28
* Implementation of 5 DHE ciphersuites, client side only.nelsonb%netscape.com2001-04-114-16/+317
* Fix a couple of memory leaks that occur in rare error paths.nelsonb%netscape.com2001-03-312-24/+21
* Fix bug in SSL_ResetHandshake introduced in last checkin.nelsonb%netscape.com2001-03-201-2/+2
|\
* | Reinterpret the READ and WRITE poll flags depending on the state of thenelsonb%netscape.com2001-03-168-72/+161
|/
* bug 70992 patches to build 4.2 BSDrelyea%netscape.com2001-03-131-0/+4
* Modify ssl_FindSocket() to set error PR_BAD_DESCRIPTOR_ERROR when itnelsonb%netscape.com2001-02-094-40/+40
* Make SSL API consistent in using SECStatus as return value for functionsnelsonb%netscape.com2001-02-095-81/+80
* Need to include "prthread.h" for the PRThread type.wtc%netscape.com2001-02-071-0/+1
* 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-074-8/+21
* Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY,wtc%netscape.com2001-02-021-1/+0
* Bugzilla bug #62855: added stubs for the SSL session cache functions sowtc%netscape.com2001-01-311-2/+29
* Bugzilla bug #66367: rename the internal NSS functions that we have towtc%netscape.com2001-01-304-0/+4
* Bug 65902 Add OSF/1 to the OS's that can restrict symbols in shared librariesrelyea%netscape.com2001-01-191-4/+10
* Add library version info to the NSS, S/MIME, and SSL shared libraries.wtc%netscape.com2001-01-184-0/+154
* Bugzilla bug #65416: assign values explicitly to enumeration constants.wtc%netscape.com2001-01-182-4/+4
* 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-134-1/+4
* Remove all vestiges of old pre-NSS socks client implementation from NSS.nelsonb%netscape.com2001-01-135-1308/+21
* Add HP to the platforms that handle restricted symbolsrelyea%netscape.com2001-01-071-0/+6
* Conform to the new .def rulesrelyea%netscape.com2001-01-061-2/+14
* Remove 8 deprecated functions from export list.nelsonb%netscape.com2001-01-061-8/+0
* Merge UNIX and Win Data typesrelyea%netscape.com2001-01-061-4/+2
* Remove declarations of SOCKS support functions, which have never workednelsonb%netscape.com2001-01-061-23/+7
* 1) Add AIX to the exportted symbols controlled plaform.relyea%netscape.com2001-01-063-190/+116
* Use _WIN32 instead of _WINDOWS in windows-dependent ifdefs.nelsonb%netscape.com2001-01-051-1/+1
* Changes to deal with exporting data from Windows DLLs.nelsonb%netscape.com2001-01-058-121/+112
* Bugzilla bug #64238: removed the unnecessary inclusion of mcom_db.h fromwtc%netscape.com2001-01-041-0/+1
* Bugzilla: 64132. NSS lock instrumentationlarryh%netscape.com2001-01-035-51/+51
* Added the LIBRARY statements to the .DEF files.wtc%netscape.com2001-01-031-0/+1
* Use mapfiles when building the nss, smime, and ssl shared libraries onwtc%netscape.com2000-12-291-0/+7
* Added mapfiles for libnss3.so, libsmime.so, and libssl3.so. The linkerswtc%netscape.com2000-12-291-0/+101