log mercurial/sslutil.py @ 23412:94092019e839 stable

age author description
Tue, 21 Oct 2014 17:01:23 -0400 Augie Fackler sslutil: only support TLS (BC) stable
Fri, 17 Oct 2014 18:56:12 +0200 Mads Kiilerich ssl: only use the dummy cert hack if using an Apple Python (issue4410)
Fri, 26 Sep 2014 02:19:48 +0200 Mads Kiilerich ssl: on OS X, use a dummy cert to trick Python/OpenSSL to use system CA certs
Fri, 26 Sep 2014 02:19:47 +0200 Mads Kiilerich ssl: refactor sslkwargs - move things around a bit, preparing for next change
Fri, 20 Sep 2013 09:15:43 -0400 Augie Fackler sslutil: make keyfile and certfile arguments consistent between 2.6+ and 2.5-
Thu, 19 Sep 2013 16:29:00 -0400 Augie Fackler sslutil: add a config knob to support TLS (default) or SSLv23 (bc) (issue4038)
Wed, 18 Sep 2013 14:40:17 -0400 Augie Fackler sslutil: backed out changeset 074bd02352c0 (issue4038) stable