This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Vladyslav.Bondar, bugsrep, christian.heimes, skip.montanaro, taleinat, xtreak
Date 2020-09-18.13:57:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600437476.99.0.258408789142.issue41561@roundup.psfhosted.org>
In-reply-to
Content
Could you please modify the test case to check for TLS 1.0 and run it Ubuntu?

    @requires_minimum_version
    @requires_tls_version('TLSv1_2')
    @requires_tls_version('TLSv1')
    def test_min_max_version_mismatch(self):

For Python 3.10 I'm planning to drop support for TLS 1.1 and earlier.
History
Date User Action Args
2020-09-18 13:57:57christian.heimessetrecipients: + christian.heimes, skip.montanaro, taleinat, Vladyslav.Bondar, xtreak, bugsrep
2020-09-18 13:57:56christian.heimessetmessageid: <1600437476.99.0.258408789142.issue41561@roundup.psfhosted.org>
2020-09-18 13:57:56christian.heimeslinkissue41561 messages
2020-09-18 13:57:56christian.heimescreate