Mercurial > public > mercurial-scm > hg
log mercurial/sslutil.py @ 25430:19fa0cb71cd3
age | author | description |
---|---|---|
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 |
Thu, 07 May 2015 17:15:24 +0900 | Yuya Nishihara | ssl: prompt passphrase of client key file via ui.getpass() (issue4648) |
Sat, 04 Apr 2015 14:56:18 +0900 | Yuya Nishihara | ssl: resolve symlink before checking for Apple python executable (issue4588) |
Thu, 26 Feb 2015 22:54:13 +0900 | Yuya Nishihara | ssl: load CA certificates from system's store by default on Python 2.7.9 |
Wed, 04 Mar 2015 23:27:04 +0900 | Yuya Nishihara | ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC) |