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 barry, christian.heimes, gregory.p.smith, pablogsal
Date 2021-03-10.23:50:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615420218.22.0.762013592975.issue43466@roundup.psfhosted.org>
In-reply-to
Content
I would rather not support static linking.

OpenSSL uses dynamic linking by default. Static linking is problematic for dynamic engine support. This is going to become an even bigger issue with OSSL providers in OpenSSL 3.0.0. I don't know yet how well OpenSSL 3.0.0 will support static linking.

Our macOS and Windows builds are now dynamically linked, too. At least Windows builds used to be statically linked.

Dynamic linked OpenSSL has a major benefit: It allows users to update OpenSSL without re-compiling Python.
History
Date User Action Args
2021-03-10 23:50:18christian.heimessetrecipients: + christian.heimes, barry, gregory.p.smith, pablogsal
2021-03-10 23:50:18christian.heimessetmessageid: <1615420218.22.0.762013592975.issue43466@roundup.psfhosted.org>
2021-03-10 23:50:18christian.heimeslinkissue43466 messages
2021-03-10 23:50:18christian.heimescreate