mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
This commit is contained in:
parent
d9e006bcef
commit
fb7e7505ed
12 changed files with 71 additions and 43 deletions
|
@ -497,8 +497,8 @@ class BaseStartTLS(func_tests.FunctionalTestCaseMixin):
|
|||
|
||||
server_context = test_utils.simple_server_sslcontext()
|
||||
client_context = test_utils.simple_client_sslcontext()
|
||||
if sys.platform.startswith('freebsd'):
|
||||
# bpo-35031: Some FreeBSD buildbots fail to run this test
|
||||
if sys.platform.startswith('freebsd') or sys.platform.startswith('win'):
|
||||
# bpo-35031: Some FreeBSD and Windows buildbots fail to run this test
|
||||
# as the eof was not being received by the server if the payload
|
||||
# size is not big enough. This behaviour only appears if the
|
||||
# client is using TLS1.3.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue