Mercurial > public > mercurial-scm > hg-stable
log mercurial/sslutil.py @ 52324:085cc409847d
age | author | description |
---|---|---|
Mon, 11 Nov 2024 21:25:03 -0500 | Matt Harbison | sslutil: bump the default minimum TLS version of the client to 1.2 (BC) |
Mon, 21 Dec 2020 20:21:46 -0500 | Matt Harbison | sslutil: add support for clients to set TLSv1.3 as the minimum protocol |
Mon, 11 Nov 2024 12:32:04 -0500 | Matt Harbison | sslutil: drop the unused `commonssloptions()` |
Wed, 20 Nov 2024 16:31:40 -0500 | Matt Harbison | sslutil: de-indent the Python 3.7+ code from the previous commit |
Fri, 08 Nov 2024 19:48:06 -0500 | Matt Harbison | sslutil: drop support for Python prior to 3.7 |
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Thu, 18 Jul 2024 12:36:12 +0200 | Rapha?l Gom?s | black: format the codebase with 23.3.0 |