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 vstinner
Recipients Edd.Barrett, christian.heimes, dstufft, flox, giampaolo.rodola, janssen, koobs, mgorny, oberstet, pitrou, polymorphm, python-dev, rpointel, spil, vstinner
Date 2014-11-28.12:36:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417178166.56.0.594554228268.issue21356@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, here is a first commit to try to support LibreSSL in Python 3.5.

Can someone please test to compile Python 3.5 with LibreSSL and run the test suite (at least test_ssl) to check that everything is fine? If you confirm that the change is correct, I will backport it to Python 2.7 and 3.4. Please mention your version of LibreSSL, OS and OS version in your feedback. LibreSSL has different releases: 2.0 to 2.1.1. Which one was embeded in OpenBSD 5.6?
http://www.libressl.org/

Bernard Spil's patches don't apply on Python 3.5, I guess that they were written for Python 2.7. I also fixed test_ssl.
History
Date User Action Args
2014-11-28 12:36:06vstinnersetrecipients: + vstinner, janssen, pitrou, giampaolo.rodola, christian.heimes, flox, polymorphm, mgorny, python-dev, rpointel, oberstet, koobs, dstufft, Edd.Barrett, spil
2014-11-28 12:36:06vstinnersetmessageid: <1417178166.56.0.594554228268.issue21356@psf.upfronthosting.co.za>
2014-11-28 12:36:06vstinnerlinkissue21356 messages
2014-11-28 12:36:06vstinnercreate