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 Quentin.Pradet, christian.heimes
Date 2021-05-04.05:50:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620107413.35.0.974069698211.issue43522@roundup.psfhosted.org>
In-reply-to
Content
Seth's urllib3 newsletter reminded me that I forgot to link to OpenSSL issues here.

The problem was caused by a bug in OpenSSL. The issue is fixed in OpenSSL default branch and is scheduled to land in next 1.1.1 release. My changes to Python's ssl module are backports of my OpenSSL fixes for older 1.1.1 releases.

https://github.com/openssl/openssl/issues/14579
https://github.com/openssl/openssl/pull/14856
https://github.com/openssl/openssl/commit/dfccfde06562ac87fe5e5f9401ba86cad050d9a2
History
Date User Action Args
2021-05-04 05:50:13christian.heimessetrecipients: + christian.heimes, Quentin.Pradet
2021-05-04 05:50:13christian.heimessetmessageid: <1620107413.35.0.974069698211.issue43522@roundup.psfhosted.org>
2021-05-04 05:50:13christian.heimeslinkissue43522 messages
2021-05-04 05:50:12christian.heimescreate