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.

Author christian.heimes
Recipients christian.heimes, lukasz.langa, ned.deily, pablogsal, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware
Date 2022-03-15.08:28:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647332911.51.0.546215674057.issue47024@roundup.psfhosted.org>
In-reply-to
Content
Update OpenSSL to 1.1.1n and test with OpenSSL 3.0.2. The update will become available later today and features a HIGH security bug, https://mta.openssl.org/pipermail/openssl-announce/2022-March/000216.html

$ sed -i 's/1.1.1m/1.1.1n/g' Tools/ssl/multissltests.py .azure-pipelines/pr.yml .azure-pipelines/ci.yml .github/workflows/build.yml PCbuild/python.props PCbuild/get_externals.bat Mac/BuildScript/build-installer.py
$ sed -i 's/3.0.1/3.0.2/g' Tools/ssl/multissltests.py .github/workflows/build.yml
History
Date User Action Args
2022-03-15 08:28:31christian.heimessetrecipients: + christian.heimes, paul.moore, ronaldoussoren, tim.golden, ned.deily, lukasz.langa, zach.ware, steve.dower, pablogsal
2022-03-15 08:28:31christian.heimessetmessageid: <1647332911.51.0.546215674057.issue47024@roundup.psfhosted.org>
2022-03-15 08:28:31christian.heimeslinkissue47024 messages
2022-03-15 08:28:31christian.heimescreate