mercurial/sslutil.py
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Thu, 02 Feb 2023 17:36:15 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:36:07 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Wed, 12 Apr 2023 17:28:39 +0200 pacien sslutil: set context security level for legacy tls testing (issue6760) stable
Thu, 13 Apr 2023 11:28:48 +0200 pacien configitems: make devel.serverexactprotocol look dangerous stable
Wed, 13 Jul 2022 18:27:40 +0200 Ondrej Pohorelsky sslutil: another use proper attribute to select python 3.7+
Tue, 12 Jul 2022 15:59:53 +0200 Mathias De Mare sslutil: use proper attribute to select python 3.7+
Sat, 09 Apr 2022 14:41:55 +0200 Julien Cristau sslutil: support TLSV1_ALERT_PROTOCOL_VERSION reason code
Sat, 09 Apr 2022 14:23:52 +0200 Julien Cristau sslutil: be less strict about which ciphers are allowed when using --insecure
Sat, 09 Apr 2022 14:15:32 +0200 Julien Cristau sslutil: avoid deprecation warnings from python 3.10's ssl module
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 14 Dec 2021 20:13:10 -0500 Matt Harbison pytype: stop excluding ssutil.py
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Sat, 13 Mar 2021 00:40:46 -0500 Matt Harbison typing: disable module attribute warnings for properly conditionalized code stable
Sat, 13 Mar 2021 00:38:59 -0500 Matt Harbison typing: disable import error warnings that are already handled stable
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Mon, 23 Nov 2020 16:20:02 -0800 Martin von Zweigbergk errors: introduce SecurityError and use it in a few places
Mon, 01 Jun 2020 15:22:31 +0200 Manuel Jacob sslutil: fix comment to use inclusive or instead of exclusive or
Mon, 01 Jun 2020 14:34:22 +0200 Manuel Jacob sslutil: propagate return value ssl.PROTOCOL_SSLv23 from protocolsettings()
Mon, 01 Jun 2020 14:20:13 +0200 Manuel Jacob sslutil: stop storing protocol and options for SSLContext in settings dict
Mon, 01 Jun 2020 14:07:06 +0200 Manuel Jacob sslutil: rename 'minimumprotocolui' -> 'minimumprotocol'
Mon, 01 Jun 2020 03:51:54 +0200 Manuel Jacob sslutil: properly detect which TLS versions are supported by the ssl module
Sun, 31 May 2020 22:31:49 +0200 Manuel Jacob sslutil: remove dead code (that failed if only TLS 1.0 is available)
Sun, 31 May 2020 22:15:35 +0200 Manuel Jacob sslutil: remove dead code (that downgraded default minimum TLS version)
Fri, 29 May 2020 22:47:58 +0200 Manuel Jacob sslutil: remove comment referring to unsupported legacy stacks
Sun, 31 May 2020 12:07:17 +0200 Manuel Jacob sslutil: check for OpenSSL without TLS 1.0 support in one case
Sun, 31 May 2020 11:10:21 +0200 Manuel Jacob sslutil: don't set minimum TLS version to 1.0 if 1.2 but not 1.1 is available
Sun, 31 May 2020 11:41:03 +0200 Manuel Jacob sslutil: add FIXME about supportedprotocols possibly containing too many items
less more (0) -100 -50 -30 tip