[New-bugs-announce] [issue35076] FAIL: test_min_max_version (test.test_ssl.ContextTests) with libressl-2.8.2

jean-michel report at bugs.python.org
Fri Oct 26 07:56:17 EDT 2018


New submission from jean-michel <jm.dev at gmx.com>:

Hi.

Python-3.7.1 with LibreSSL-2.8.2 and patches from https://github.com/python/cpython/pull/8055 and https://github.com/python/cpython/pull/8050

Compilation failed because of test_ssl failed.

A detailed list of all the patches that I use for my python-3.7.1 compilation with LibreSSL-2.8.2:

https://github.com/python/cpython/commit/4254483b21ec534ea942afa4ccd39dcb9bce3794
https://github.com/python/cpython/commit/8352fd3bbeef09cc14af61a0b88a8fcefd2279e3
https://github.com/python/cpython/commit/77d24d830fa4976998ac41b253d06654fae3ed5b
https://github.com/python/cpython/commit/2a0961153b15b032bae03f46297e56555e4612ba
https://github.com/python/cpython/commit/f415a39463e8bffb338f39d846c3141f3635271c
https://github.com/python/cpython/commit/abc1b0aefd79ad8b412d4e74900dd43cdea46f97
https://github.com/python/cpython/commit/3a421ebdefaedb8522cf5ebe86d16a683a580607
https://github.com/python/cpython/commit/d98c1603a1c9583eddab92b30b091a583229fb3f

FAIL: test_min_max_version (test.test_ssl.ContextTests)
Traceback (most recent call last):
File "/tmp/makepkg/python/src/Python-3.7.1/Lib/test/test_ssl.py", line 1163, in test_min_max_version
ctx.maximum_version, ssl.TLSVersion.MAXIMUM_SUPPORTED
AssertionError: <TLSVersion.TLSv1_2: 771> != <TLSVersion.MAXIMUM_SUPPORTED: -1>

----------
assignee: christian.heimes
components: SSL
files: python-3.7.1-2-libressl-2.8.2-1-WithPatches.txt
messages: 328541
nosy: christian.heimes, jean-michel
priority: normal
severity: normal
status: open
title: FAIL: test_min_max_version (test.test_ssl.ContextTests) with libressl-2.8.2
type: compile error
versions: Python 3.7
Added file: https://bugs.python.org/file47892/python-3.7.1-2-libressl-2.8.2-1-WithPatches.txt

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35076>
_______________________________________


More information about the New-bugs-announce mailing list