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 steve.dower
Recipients Jim.Jewett, Lukasa, alex, christian.heimes, dstufft, giampaolo.rodola, hynek, janssen, steve.dower
Date 2016-08-31.21:01:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472677273.2.0.831975112316.issue27850@psf.upfronthosting.co.za>
In-reply-to
Content
How can I test that the ciphers are available? Our Windows build of OpenSSL (managed by us) does not necessarily include everything and I honestly don't know an easy way to ensure that ChaCha20 has actually been built in. It doesn't look like there are any link-time references.

Everything built fine for me against 3.6, so I'm assuming there's some Python code I can run to make sure it's actually there?
History
Date User Action Args
2016-08-31 21:01:13steve.dowersetrecipients: + steve.dower, janssen, giampaolo.rodola, christian.heimes, alex, hynek, Jim.Jewett, dstufft, Lukasa
2016-08-31 21:01:13steve.dowersetmessageid: <1472677273.2.0.831975112316.issue27850@psf.upfronthosting.co.za>
2016-08-31 21:01:13steve.dowerlinkissue27850 messages
2016-08-31 21:01:13steve.dowercreate