Skip to content
This repository was archived by the owner on Dec 20, 2020. It is now read-only.

Create _ssl module patch with updated OpenSSL for macOS Python 3.4 & 3.5 official installers

License

Notifications You must be signed in to change notification settings

mayeut/patch-macos-python-openssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPOSITORY IS NOW ARCHIVED (READ-ONLY) NOW THAT CPYTHON 3.5 HAS REACHED EOL

patch-macos-python-openssl

Create _ssl module patch with updated OpenSSL for macOS Python 3.5.4 official installers

Why a patch ?

macOS python 3.5.4 official installers are using Apple provided OpenSSL 0.9.8 which does not support TLS v1.1/v1.2

What is the patch ?

The patch provides OpenSSL 1.1.1h and an _ssl module rebuilt using this updated OpenSSL

How to install the patch ?

For Python 3.5.4:

curl -fsSLO https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.1.1g/patch-macos-python-3.5-openssl-v1.1.1h.tar.gz
sudo tar -C /Library/Frameworks/Python.framework/Versions/3.5/ -xmf patch-macos-python-3.5-openssl-v1.1.1h.tar.gz

About

Create _ssl module patch with updated OpenSSL for macOS Python 3.4 & 3.5 official installers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages