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.

classification
Title: FAIL: test_min_max_version (test.test_ssl.ContextTests) with libressl-2.8.2
Type: compile error Stage: resolved
Components: SSL Versions: Python 3.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_min_max_version (test.test_ssl.ContextTests) fails on Fedora 29+ and openssl 1.1.1
View: 35045
Assigned To: christian.heimes Nosy List: christian.heimes, jean-michel
Priority: normal Keywords:

Created on 2018-10-26 11:56 by jean-michel, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-3.7.1-2-libressl-2.8.2-1-WithPatches.txt jean-michel, 2018-10-26 11:55 complete compilation log file:
Messages (1)
msg328541 - (view) Author: jean-michel (jean-michel) Date: 2018-10-26 11:55
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>
History
Date User Action Args
2022-04-11 14:59:07adminsetgithub: 79257
2018-10-26 18:57:58terry.reedysetstatus: open -> closed
superseder: test_min_max_version (test.test_ssl.ContextTests) fails on Fedora 29+ and openssl 1.1.1
resolution: duplicate
stage: resolved
2018-10-26 11:56:17jean-michelcreate