Mercurial > public > mercurial-scm > hg
log mercurial/sslutil.py @ 27046:37fcfe52c68c
age | author | description |
---|---|---|
Tue, 29 Sep 2015 16:17:32 -0700 | Gregory Szorc | sslutil: expose attribute indicating whether SNI is supported |
Thu, 08 Oct 2015 12:55:45 -0700 | Pierre-Yves David | error: get Abort from 'error' instead of 'util' |
Sat, 08 Aug 2015 19:56:22 -0700 | Gregory Szorc | sslutil: use absolute_import |
Fri, 05 Jun 2015 21:45:44 +0900 | Yuya Nishihara | ssl: remove CERT_REQUIRED constant that was necessary for compatibility |
Fri, 05 Jun 2015 21:40:59 +0900 | Yuya Nishihara | ssl: drop try-except clause that was necessary for ancient Python |
Fri, 05 Jun 2015 21:37:46 +0900 | Yuya Nishihara | ssl: drop support for Python < 2.6, require ssl module |
Fri, 05 Jun 2015 21:25:28 +0900 | Yuya Nishihara | ssl: rename ssl_wrap_socket() to conform to our naming convention |