summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'ANGELON_MOZ12_N8_BRANCH'ANGELON_MOZ12_N8_BASEcvs2hg2003-06-135-48/+127
* Don't reject a cert request with an empty list of CA cert names.nelsonb%netscape.com2002-11-162-2/+5
* Fix missing strings that cause crash in SSL_SecurityStatus(). Bug 178342.nelsonb%netscape.com2002-11-052-0/+3
* Bug 127740: added a comment to explain the thread yield inwtc%netscape.com2002-09-301-0/+6
* Bug 153380: document the default values for the SSL options.wtc%netscape.com2002-09-181-4/+10
* Fix NT buildjpierre%netscape.com2002-09-071-0/+3
* Fix compiler warningsjpierre%netscape.com2002-09-072-3/+2
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-061-2/+2
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-063-19/+0
* Support the TLS_RSA_WITH_NULL_SHA cipher suite. Bug 161529.nelsonb%netscape.com2002-08-095-1/+5
* Fix bug 160207 by changing the error alerts we send for failed decryption.nelsonb%netscape.com2002-08-071-5/+4
* Checking in riceman+bmo@mail.rit.edu's patch for bug 133702bishakhabanerjee%netscape.com2002-07-301-0/+1
* Initialize type field to clear off purify warnings.relyea%netscape.com2002-06-251-0/+1
* Fix bug 135261. Create symbolic names for the values 2 and 3 for thenelsonb%netscape.com2002-06-222-4/+13
* Bug 153380: TLS is enabled by default now.wtc%netscape.com2002-06-211-1/+1
* bug 145322, reduce the number of PKCS#11 sessions used in SSL connections, im...ian.mcgreer%sun.com2002-06-191-7/+36
* Bugzilla bug 145178: added OpenBSD build support. The patch is contributedwtc%netscape.com2002-05-182-2/+2
* Bugzilla bug 138532: use pipes instead of semaphores for NetBSD, which doeswtc%netscape.com2002-05-162-2/+2
* Fixed build breakage on BeOS -- made the ifdef match the one in sslsnce.c.wtc%netscape.com2002-05-161-1/+1
* Bugzilla bug 127062: use PR_MSG_PEEK instead of MSG_PEEK.wtc%netscape.com2002-05-011-12/+2
* Fix build error on NT.nelsonb%netscape.com2002-04-041-0/+1
* Make libSSL build for WinCE.nelsonb%netscape.com2002-04-046-8/+18
* If an error occurs when attempting to write previously buffered data onnelsonb%netscape.com2002-03-231-1/+1
* bug 132889, sense of boolean 'blocking' is reversed within the HANDLE_ERR mac...ian.mcgreer%sun.com2002-03-221-2/+2
* Add new bits to struct returned by SSL_GetCipherSuiteInfo. Bug 132438.nelsonb%netscape.com2002-03-222-36/+38
* Bugzilla bug 129408: final adjustments of the NSS 3.4 *.def files. Listwtc%netscape.com2002-03-071-5/+2
* Bug 127785 - checked in cseawood's patchbishakhabanerjee%netscape.com2002-02-272-2/+2
* 1. the sslSecurityInfo and sslGather structs are now part of the sslSocketnelsonb%netscape.com2002-02-2711-1204/+1004
* 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-2210-22/+28
* Bugzilla bug 125730: fixed OpenVMS build breakage. Thanks to Colin Blakeswtc%netscape.com2002-02-163-3/+3
* Bugzilla bug 112198: use the -dylib_file ld option to link the ssl3 andwtc%netscape.com2002-02-1542-0/+25958
|\
* | fixup commit for tag 'NSS_C'NSS_Ccvs2hg2002-02-1542-25953/+0
|/
* Change most coreconf and NSS makefiles to use OS_TARGET (which cannelsonb%netscape.com2002-02-152-13/+3
* Bugzilla bug 112198: Port NSS to Mac OS X (Darwin). The patch iswtc%netscape.com2002-02-101-1/+1
* Plug one of the leaks reported in bugzilla bug 123081nelsonb%netscape.com2002-02-041-0/+12
* Changes required to get the trunk of NSS building on the Mac.javi%netscape.com2002-01-091-1/+14
* Fix 114787 - ssl_recv crashes in client. bogus assert. reviewed by nelsonjpierre%netscape.com2001-12-121-2/+0
* 1) NT need the err= defines, use macros to set it appropriately (or not).relyea%netscape.com2001-12-072-3/+6
* emulate does not include PORT_ functions, use PR_ASSERTrelyea%netscape.com2001-12-071-1/+1
* Clean up compilier warnings on Solaris and Linux, most particularly:relyea%netscape.com2001-12-076-21/+40
* Bugzilla bug 111294: make NSS build on QNX6 (Neutrino). The patch waswtc%netscape.com2001-12-041-1/+6
* Fixes for OS/2 buildjpierre%netscape.com2001-11-222-10/+44
* changes for PSM to compile against NSS shared libraries.relyea%netscape.com2001-11-212-36/+1
* Add localCert field to sid cache entry so SSL_LocalCertificate cannelsonb%netscape.com2001-11-095-17/+69
* Implement new function SSL_LocalCertificate(). Bug 78959.nelsonb%netscape.com2001-11-087-5/+61
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-081-2/+2
* Reimplement SSL_GetChannelInfo. Add new function SSL_GetCipherSuiteInfo().nelsonb%netscape.com2001-11-0210-225/+286
* Put better comments by the table of preconfigured policies.nelsonb%netscape.com2001-11-021-1/+5
* Don't crash on SSL2 failures.relyea%netscape.com2001-10-311-0/+1