Issue 35740: openssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64 (original) (raw)

Issue35740

Created on 2019-01-15 07:41 by ossdev07, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (3)
msg333649 - (view) Author: ossdev (ossdev07) * Date: 2019-01-15 07:45
as per in https://github.com/openssl/openssl/issues/6856 , for windows on ARM64 we need to switch to Openssl 1.1.1
msg333650 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2019-01-15 07:49
3.7 uses OpenSSL 1.1.0. OpenSSL 1.1.1 adds TLS 1.3 and behaves differently than 1.1.0. We cannot update 3.7 to 1.1.1 because it would break backwards compatibility. For 3.8, we can move to 1.1.1. You either have to compile your own Python and OpenSSL 1.1.1 on Windows, convince OpenSSL upstream to fix 1.1.0, or wait until 3.8 comes out by the end of the year.
msg337403 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-03-07 16:39
It's there now (and about to move to 1.1.1b :) )
History
Date User Action Args
2022-04-11 14:59:10 admin set github: 79921
2019-03-07 16:39:34 steve.dower set status: open -> closedresolution: fixedmessages: + stage: resolved
2019-02-07 02:49:03 Paul Monson set nosy: + Paul Monson
2019-01-15 07:49:11 christian.heimes set versions: + Python 3.8, - Python 3.7nosy: + paul.moore, tim.golden, zach.ware, steve.dowermessages: + assignee: christian.heimes -> components: + Windows
2019-01-15 07:45:24 ossdev07 set messages: +
2019-01-15 07:41:43 ossdev07 set title: ssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64 -> openssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64
2019-01-15 07:41:18 ossdev07 create