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
|
Wed, 24 Jul 2013 14:51:13 -0400 |
Augie Fackler |
sslutil: force SSLv3 on Python 2.6 and later (issue3905)
stable
|
Tue, 26 Mar 2013 02:28:10 +0900 |
FUJIWARA Katsunori |
sslutil: abort if peer certificate is not verified for secure use
|
Fri, 05 Apr 2013 12:20:14 -0500 |
Matt Mackall |
sslutil: try harder to avoid getpeercert problems
|
Mon, 09 Apr 2012 14:36:16 -0700 |
Steven Stallion |
ui: optionally quiesce ssl verification warnings on python 2.5
|
Thu, 26 Jan 2012 11:23:15 -0600 |
Matt Mackall |
sslutil: more helpful fingerprint mismatch message
stable
|
Mon, 09 Jan 2012 14:56:05 +0100 |
Mads Kiilerich |
sslutil: abort properly if no certificate received for https connection
|
Mon, 09 Jan 2012 14:43:25 +0100 |
Mads Kiilerich |
sslutil: work around validator crash getting certificate on failed sockets
|
Mon, 09 Jan 2012 14:43:24 +0100 |
Mads Kiilerich |
sslutil: reorder validator code to make it more readable
|
Mon, 09 Jan 2012 14:43:24 +0100 |
Mads Kiilerich |
sslutil: show fingerprint when cacerts validation fails
|
Mon, 09 Jan 2012 14:43:23 +0100 |
Mads Kiilerich |
sslutil: handle setups without .getpeercert() early in the validator
|
Mon, 09 Jan 2012 14:43:15 +0100 |
Mads Kiilerich |
sslutil: verify that wrap_socket really wrapped the socket
|
Tue, 27 Sep 2011 18:51:10 +0200 |
Mads Kiilerich |
sslutil: abort when ssl module is needed but not found
|
Sat, 18 Jun 2011 01:08:54 +0200 |
Mads Kiilerich |
sslutil: make messages for Python without certificate handling more helpful
|
Sat, 18 Jun 2011 01:03:03 +0200 |
Nicolas Bareil |
sslutil: fall back to commonName when no dNSName in subjectAltName (issue2798)
|
Tue, 14 Jun 2011 13:31:32 +1000 |
Stephen Thorne |
sslutil: Restore missing imports of socket and httplib to sslutil
|
Wed, 04 May 2011 22:08:55 -0500 |
Augie Fackler |
sslutil: extracted ssl methods from httpsconnection in url.py
|