Mercurial > public > mercurial-scm > hg
log mercurial/sslutil.py @ 44890:4942c1bdd080
age | author | description |
---|---|---|
Sun, 31 May 2020 11:41:03 +0200 | Manuel Jacob | sslutil: add FIXME about supportedprotocols possibly containing too many items |
Sun, 31 May 2020 10:47:38 +0200 | Manuel Jacob | sslutil: fix names of variables containing minimum protocol strings |
Sun, 31 May 2020 09:55:45 +0200 | Manuel Jacob | sslutil: stop returning argument as third return value of protocolsettings() |
Sat, 30 May 2020 03:23:58 +0200 | Manuel Jacob | sslutil: eliminate `_canloaddefaultcerts` by constant-folding code using it |
Fri, 29 May 2020 21:30:04 +0200 | Manuel Jacob | sslutil: eliminate `modernssl` by constant-folding code using it |
Fri, 29 May 2020 22:31:26 +0200 | Manuel Jacob | sslutil: remove comments referring to removed SSLContext emulation class |
Fri, 29 May 2020 21:18:22 +0200 | Manuel Jacob | sslutil: remove code checking for presence of ssl.SSLContext |