gecko-dev/netwerk/socket/base
kaie%netscape.com 9190a3d74e Patch from bug 87902 to fix SSL/TLS logic.
- make TLS intolerant server detection over proxies work
  (this bug 87902)
- on connection failure, only retry without TLS when it is really
  likely to help (bug 149910)
- remove obsolete workarounds in SSL i/o layer
  (see removed comments in patch)
- avoid to confuse programmers reading code,
  by renaming TLSStepUp (which means something else)
  to the correct term STARTTLS (what the code is actually doing).
  (As suggested by nelsonb)
- If an invalid or expired etc. server certificate is presented,
  a warning is shown. If the user decides to cancel,
  network activity should stop immediately.
  (we currently warn multiple times) (bug 87209)

r=javi/darin/ducarroz/dmose sr=alecf
2002-08-14 23:43:28 +00:00
..
.cvsignore
Makefile.in udp is not ready for prime time. backing out to fix build bustage 2002-05-15 19:33:25 +00:00
MANIFEST_IDL Bug 70595 - making nsIPrompt accessible to PSM. r=darin, sr=mscott. 2001-03-06 05:10:33 +00:00
nsISocketProvider.idl Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsISocketProviderService.idl Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsISOCKS4SocketInfo.idl Checking in for smeredith@netscape.com 2001-07-25 00:28:28 +00:00
nsISOCKS4SocketProvider.idl Checking in for smeredith@netscape.com 2001-07-25 00:28:28 +00:00
nsISOCKSSocketInfo.idl
nsISOCKSSocketProvider.idl
nsISSLSocketControl.idl Patch from bug 87902 to fix SSL/TLS logic. 2002-08-14 23:43:28 +00:00
nsISSLSocketProvider.idl Patch from bug 87902 to fix SSL/TLS logic. 2002-08-14 23:43:28 +00:00
nsITransportSecurityInfo.idl bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 20:57:37 +00:00
nsSocketProviderService.cpp remove unused static kSocketProviderService saving 16 bytes (bug 117927; rs=darin) 2002-01-09 14:33:45 +00:00
nsSocketProviderService.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsSOCKS4SocketProvider.cpp Checking in for smeredith@netscape.com 2001-07-25 00:28:28 +00:00
nsSOCKS4SocketProvider.h Checking in for smeredith@netscape.com 2001-07-25 00:28:28 +00:00
nsSOCKSIOLayer.cpp Bug 155032 - Memory leak of 18 bytes from 1 block allocated in 2002-07-12 04:54:09 +00:00
nsSOCKSIOLayer.h Checking in for smeredith@netscape.com 2001-07-25 00:28:28 +00:00
nsSOCKSSocketProvider.cpp Checking in for smeredith@netscape.com 2001-07-25 00:28:28 +00:00
nsSOCKSSocketProvider.h