sapling/mercurial/hgweb
Mads Kiilerich edd19f159b hgweb: let HTTPS serve use more compatible and less secure encryption
PROTOCOL_SSLv3 on the server side doesn't work everywhere. Sometimes the client
reports "EOF occurred in violation of protocol" (for example on Mac and Solaris).

The more compatible PROTOCOL_SSLv23 is now used instead. It works but is less
"secure" for some OpenSSL versions as it can fall back to weak encryption.
2010-10-21 03:18:52 +02:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py hgweb: support very simple caching model (issue1845) 2010-09-08 15:23:48 +02:00
hgweb_mod.py hgweb: don't send a body or illegal headers during 304 response 2010-10-16 17:29:04 -05:00
hgwebdir_mod.py hgweb: another fix for the help termwidth bug 2010-10-10 17:35:28 -05:00
protocol.py wireproto/http: drain the incoming bundle in case of errors 2010-10-11 12:47:11 -05:00
request.py hgweb: don't send a body or illegal headers during 304 response 2010-10-16 17:29:04 -05:00
server.py hgweb: let HTTPS serve use more compatible and less secure encryption 2010-10-21 03:18:52 +02:00
webcommands.py hgweb: another fix for the help termwidth bug 2010-10-10 17:35:28 -05:00
webutil.py hgweb: fix hgweb_mod as well as hgwebdir_mod 2010-10-10 10:42:44 -05:00
wsgicgi.py wsgicgi: call close() on iterable to avoid resource leaks 2010-03-22 15:16:27 +01:00