summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* Merging in changes between MOZILLA_0_9_2001042510_BASE and XPCDOM_20010502_BASE.jst%netscape.com2001-05-0439-25366/+0
* fixup commit for branch 'XPCDOM_20010329_BRANCH'cvs2hg2001-04-121-0/+1157
* Arrange for AIX to get the ident string even though the compiler agressivelyrelyea%netscape.com2001-04-052-0/+28
* 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
* I found that the Windows linker 'link' pulls from an archive library onlywtc%netscape.com2000-12-291-1/+1
* Built nss3.dll, smime3.dll, and ssl3.dll on Windows. Note that we dowtc%netscape.com2000-12-291-0/+6
* Added Windows module-definition (.DEF) files for nss, smime, and sslwtc%netscape.com2000-12-291-0/+96
* Shared library changes.relyea%netscape.com2000-12-222-5/+28
* In ssl3_GatherData, the value of gs->inbuf.len was incorrect during thenelsonb%netscape.com2000-12-022-6/+6
* Release the SpecRead Lock before returning in an error path.nelsonb%netscape.com2000-11-101-0/+1
* With this change, SSL will not crash if the next lower layer's Recvnelsonb%netscape.com2000-10-072-0/+12
* The SSL client cache timeout values for SSL2 and SSL3 were reversed.nelsonb%netscape.com2000-10-051-2/+2
* Bugzilla bug #54711: fixed a typo. Thanks to hctrinh@us.ibm.comwtc%netscape.com2000-10-011-1/+1
* OS/2 build changes.relyea%netscape.com2000-09-203-0/+397
* Bugzilla bug #52404: FreeBSD doesn't have cuserid() either. Thanks towtc%netscape.com2000-09-191-8/+12
* Fix bug 52396. Don't compile case ENOSR on platforms that don't have it.nelsonb%netscape.com2000-09-181-0/+2
* 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-128-61/+96
* Stop using "reserved" fields of PRIOMethods by name. Fixes bug 52092.nelsonb%netscape.com2000-09-111-18/+52
* Create a new function, CERT_DupCertList(), and call it instead of callingnelsonb%netscape.com2000-09-091-4/+3
* If an application calls SSL_SetURL on an NSPR FD that has NOT had SSLnelsonb%netscape.com2000-09-071-0/+5
* Attempt to prevent certain NSS internal error codes from being seen bynelsonb%netscape.com2000-09-072-0/+8
* Emulate an SSL3 client more closely after a server negotiates down to 3.0.nelsonb%netscape.com2000-08-081-0/+8