Mercurial > public > mercurial-scm > hg
log mercurial/sslutil.py @ 15813:3ae04eb5e38a
age | author | description |
---|---|---|
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 |