log mercurial/sslutil.py @ 53042:cdd7bf612c7b stable tip

age author description
Thu, 21 Nov 2024 11:46:10 -0500 Matt Harbison setup: require TLS 1.2 support from the Python interpreter (BC)
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