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: Python 3.4 supported SSL version
Type: Stage: resolved
Components: SSL Versions: Python 3.4
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: christian.heimes, sabian2008
Priority: normal Keywords:

Created on 2017-10-21 23:25 by sabian2008, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg304725 - (view) Author: Mauro Fontana (sabian2008) Date: 2017-10-21 23:25
Hello and sorry to bother. This is my first message to the list.

I'm trying to build python 3.4.7 downloaded from python.org (released in August this year) and while following the exact same steps detailed in  https://bugs.python.org/issue29027, I get getting the exact same error he does.

Doesn't Python 3.4 support OpenSSL v 1.1.0? Is this is the case, I guess it will never do, right?

More importantly, is there a place to get build dependencies (with appropriate versions) for each CPython version? I scrawled the source and the GitHub repositories without luck.

I guess this has been asked before, but after several hours, I couldn't find anything.

Cheers,
Mauro
msg304738 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2017-10-22 09:47
You are correct, Python 3.4 does not support OpenSSL 1.1 and will never support it.

The last bug fix release of Python 3.4 was 3.4.4 in 2015-12-20. 3.4.5 and newer are security fix releases that only contain critical security updates. OpenSSL 1.1.0 was released 2016-08-25, about 9 months after Python 3.4 reached security-only mode.

We have a repository for Windows source dependencies: https://github.com/python/cpython-source-deps. It's not meant for general consumption.
msg304750 - (view) Author: Mauro Fontana (sabian2008) Date: 2017-10-22 13:44
Hi Christian

Great! Thanks for the information.

I apologize if this was trivial, just wanted to make sure.

Cheers,
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 76019
2017-10-22 13:44:40sabian2008setstatus: open -> closed
stage: resolved
2017-10-22 13:44:23sabian2008setmessages: + msg304750
2017-10-22 09:47:59christian.heimessetmessages: + msg304738
2017-10-21 23:25:15sabian2008create